Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

recency-guard近因守卫

Agent Skill

recency-guard 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,175

周安装

48

GitHub Stars

公开资料未说明

下载量

380
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:recency-guard(近因守卫)
来源仓库:https://github.com/b-mendoza/agent-skills
仓库路径:skills/recency-guard
安装命令:
npx skills add https://github.com/b-mendoza/agent-skills --skill recency-guard
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/b-mendoza/agent-skills --skill recency-guard

简介

recency-guard 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词、任务场景快速定位候选结果。
  • 通过命令行调用,需提供查询目标和筛选条件。
  • 安装前建议确认权限范围和维护状态,注意可能触发联网或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Recency Guard

You are a response-validation skill for answers that depend on current external facts. This skill does four things in order: draft a usable answer, verify high-risk claims with web-capable subagents, close coverage gaps from the user's request, and polish the final wording so uncertainty is accurate but unobtrusive.

The user should receive only a clean final answer unless they explicitly ask for the verification details.

Inputs

InputRequiredExample
USER_REQUESTYes"Compare the best React data-fetching libraries in 2026"
DRAFT_RESPONSEYesA provisional answer that still needs validation
TODAYS_DATEYes2026-04-06
RECENCY_RISK_HINTNo"Pricing and release status matter most"

Pipeline Overview

PhaseModeGoalOutput
Draft prepInlineCreate or inspect the draft before validation beginsDraft ready for verification
VerifySubagentsRun the recency audit, then the claim stress-testClaim-level revisions applied
CompletenessInlineEnsure the answer covers the whole requestMissing items fixed or acknowledged
ClarityInlineMake the answer precise, readable, and usefulFinal user-visible response

Execution Steps below expand Phase 2 into two sequential subagent calls. Step 6 is cross-cutting repair policy rather than a separate pipeline phase. Do not parallelize the subagents.

Subagent Registry

SubagentPathPurpose
recency-checker./subagents/recency-checker.mdVerifies time-sensitive factual claims against current sources and returns only the claims that need revision, qualification, or removal
claim-verifier./subagents/claim-verifier.mdStress-tests the most decision-shaping claims for evidence strength, overstatement, and meaningful counterexamples

To dispatch a subagent, read only the listed .md file for the step you are about to run, launch it with the platform's subagent/task tool, pass the input values as the job payload, and keep only the structured report it returns.

How This Skill Works

Within this four-step flow, the orchestrator does two kinds of work: inline drafting/editing and delegated verification. It drafts and polishes inline, then decides which claims need fresh evidence, dispatches one subagent at a time, and integrates only the verdicts that matter. Keep only the current draft, the user's request, and a short list of unresolved claims in working memory. The subagents do the web-heavy evidence gathering; the orchestrator does not retain raw search results, full source dumps, or exploratory notes.

Use inline validation only when it directly improves the final answer. Web-heavy fact checking and credibility pressure-tests are delegated because the orchestrator needs concise findings, not the search process itself.

Execution Steps

1. Prepare the draft

If no draft exists yet, write one first. This skill validates a concrete answer; it does not replace answering the user.

Mark claims that are likely to need fresh evidence or careful wording:

  • Version numbers, release status, deprecations, and compatibility claims
  • Pricing, quotas, limits, policy changes, and availability
  • Rankings, "best" recommendations, and popularity claims
  • Benchmarks, adoption claims, and market comparisons
  • Any statement the user is likely to act on directly

2. Dispatch recency-checker

Read ./subagents/recency-checker.md only when you are ready to dispatch it. Pass:

  • USER_REQUEST
  • DRAFT_RESPONSE
  • TODAYS_DATE
  • RECENCY_RISK_HINT if you have one

Apply only the changes it recommends. If it returns FAIL, revise the flagged claims and rerun recency-checker on the updated draft until it returns PASS or you hit the repair cap in Step 6. If it returns PASS, continue to Step 3. Treat Verified summary as informational only; required edits appear under Flagged claims.

3. Dispatch claim-verifier

Read ./subagents/claim-verifier.md only when you are ready to dispatch it. Pass:

  • USER_REQUEST
  • The revised DRAFT_RESPONSE from Step 2
  • TODAYS_DATE

Apply only the claim-level changes it recommends. If it returns FAIL, revise the flagged claims and rerun claim-verifier on the updated draft until it returns PASS or you hit the repair cap in Step 6. If it returns PASS, continue to Step 4.

4. Completeness check inline

Re-read the user's request word by word and confirm:

  • Every requested deliverable is present
  • Every sub-question has been answered
  • Every explicit constraint, scope limit, and formatting instruction is honored
  • Any genuinely unanswerable point is acknowledged instead of silently omitted

If the answer is still missing material the user asked for, fix that now. Partial coverage is acceptable only when the user explicitly allowed it.

If this step adds a new time-sensitive claim, rerun recency-checker before continuing. If it adds a new decision-shaping claim, rerun claim-verifier after the recency pass. If both conditions apply, rerun both in that order, subject to the repair cap in Step 6.

5. Clarity pass inline

Edit the answer so the user can act on it quickly:

  • Put the bottom line near the top
  • Define jargon only when the user needs it
  • Remove filler, redundancy, and process narration
  • Keep qualifiers proportional to evidence strength
  • Prefer concrete wording over abstract phrasing

If this pass introduces a new factual claim that the user could act on, rerun recency-checker for freshness and then claim-verifier for decision-shaping claims when applicable before sending the answer, subject to the repair cap in Step 6.

6. Fix loop and escalation

Use targeted repair cycles instead of rerunning the whole pipeline:

Any rerun of recency-checker or claim-verifier on the same draft counts toward that subagent's repair budget, whether the rerun was triggered by FAIL or by new claims introduced during completeness or clarity edits.

  • If a subagent returns FAIL, fix only the flagged claims, then rerun that same subagent on the updated draft
  • If a subagent returns TOOLS_MISSING, do not present the answer as freshly verified; qualify time-sensitive claims and explain the limitation if it materially affects the user's decision
  • If a subagent returns ERROR, retry once with the same inputs; if the second attempt also errors, keep only clearly supported claims and surface the remaining uncertainty
  • Do not run more than 2 repair cycles per subagent for the same draft. Count this as the initial review plus up to 2 additional reruns of that subagent, regardless of why they were needed. If uncertainty remains material after that, tell the user directly

Integration Policy

When folding subagent findings back into the draft:

  • High confidence claims can be stated directly
  • Med confidence claims should usually carry light context such as as of <date>, based on current documentation, or a brief caveat
  • Low confidence claims should be removed, replaced, or explicitly marked uncertain
  • Do not merge subagent confidence labels into one blended score. recency-checker measures freshness; claim-verifier measures reasoning strength
  • When both subagents touch the same claim, apply the stricter result. A required revision from either subagent wins, and user-visible certainty should reflect the weaker remaining confidence
  • When sources conflict, prefer the higher-authority source and mention the conflict only if it materially changes the recommendation

Maintain a short internal list of claims that remain qualified or unresolved. If the user explicitly asks for the verification reasoning, summarize only those final claim-level findings rather than dumping the entire audit process.

Output Rules

Produce a clean final answer that reads as if it were written correctly the first time.

  • Keep verification work invisible unless the user asks for it
  • Mention evidence limits only when they affect the answer
  • Use natural, local qualifiers instead of bolted-on disclaimer blocks
  • Avoid headings such as Final Answer or Validation Summary

Example

Flow:

  1. Dispatch recency-checker.
  2. It returns FAIL because "best" is overstated and recent releases changed the trade-offs.
  3. Revise the draft to compare Prisma, Drizzle, and Kysely with date-aware qualifiers.
  4. Dispatch claim-verifier.
  5. It returns FAIL because the recommendation still reads as universal rather than context-dependent.
  6. Reframe the answer around workload fit, ecosystem, and migration constraints.
  7. Run the completeness and clarity checks, then send the final answer.

User-visible result: "Prisma is still the most full-featured default for many greenfield TypeScript SaaS teams as of April 2026, but Drizzle and Kysely can be better fits if you want lighter abstractions or tighter SQL control."

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.08%
按下载量换算145

Claude

32%
按下载量换算122

Cursor

17.43%
按下载量换算66

Gemini CLI

8.87%
按下载量换算34

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills