Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/buildrai/buildr/task-reviewnpx skills add BuildrAI/Buildr --skill task-reviewgit clone --depth 1 https://github.com/BuildrAI/BuildrWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/buildrai/buildr/task-review)<a href="https://agentmods.dev/skills/buildrai/buildr/task-review"><img src="https://agentmods.dev/badge/skills/buildrai/buildr/task-review.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00057 | $0.01460 |
| Opus 5 | $0.00028 | $0.00730 |
| Sonnet 5 | $0.00011 | $0.00292 |
| Haiku 4.5 | $0.00006 | $0.00146 |
Grade A, and why
task-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Task Review Skill
本 Skill 是 buildr.task-review/v1 的默认 provider。它用一个参数化能力完成 Planning Review 或 Completion Review;语义审查由 Agent/人完成,确定性 Task Review Application 独占 Result 写入和读取。
1. 确认目标
先确认 canonical Workspace、正式 Task ID、planning|completion 类型和该类型的 current target identity,再运行:
buildr task review inspect <task-id> [--planning-target <identity>] [--completion-target <identity>] --target <canonical-workspace> --json
读取 Task Record 的 Intent、scope 与限定 Change 引用。实际执行目标位于 Task Environment 时,使用 task-environment 返回的 execution/validation root 读取,不从 cwd 或 Review Result 猜环境 authority。
planning绑定当前计划上下文的明确稳定 identity。计划可以是 OpenSpec Change、任务清单或其他 owner 已界定的计划,不要求固定形态。正式Task的OpenSpec计划必须先用buildr task next返回的matching retainedenvironment.controllerInvocation调用__internal task-planning-identity inspect --task <task-id> --target <canonical-workspace>;只消费resolved结果的target.identity和planningNodes。不得使用candidatecliInvocation、source driver,不得手工摘要artifact、路径、mtime、checkbox progress、Git ref或沿用旧Result;resolverblocked时停止且不record Review。- 父子协调本身不要求正式计划审查。只有实际选择独立研发审查时才消费本能力;旧父计划不再要求审查采用。
completion只绑定上游已形成的 current Candidate identity。没有明确 Candidate identity 就停止,不得用 HEAD、dirty tree、Environment identity、时间或任意临时摘要代替。- 仅工作区Candidate仍执行同一Completion Review;Review不得把workspace coverage gap或
not-passedVerification重写为passed、waiver或风险接受。
Result 存在但未提供 current target 时 applicability 是 unknown;identity 不同是 stale。两者都不能描述为仍满足审查。
同一OpenSpec语义从active移动到archive,或只改变tasks checkbox时,resolver target保持不变,已有current Planning Review继续适用,不重复record。proposal、design、delta Requirement/Scenario、关键任务文本或Task Intent/scope使resolver target改变时,才以新target重新审查。
2. 动态执行语义审查
根据 Task Intent、Project authority、目标内容、风险和用户要求选择实际 reviewed 对象。不要把 OpenSpec artifacts、代码目录、测试命令或 checklist 固定为每个 Task 的必选范围。
current planning nodes包含OpenSpec Change tasks.md时,Planning Review必须逐项语义判断checkbox能否在Change convergence/archive前完成,并把实际checklist写入reviewed;无法审查时写入uncovered及原因。只能在archive后由Formal Verification、Candidate、Completion Review、Task Finish、Environment cleanup或Task terminal authority完成的checkbox必须形成精确finding并返回changes-required,先修订planning artifact。不得用关键词匹配代替语义判断:实现或测试同名产品能力、且能在archive前完成的Change-owned action仍可合法保留。planning不含tasks.md时不创建虚假审查对象。
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday Changed 7a2fd2a25575
- 5d ago First seen · 63 lines · 57 tokens per session scan A e37e9a085b37
task-review is a skill published in the GitHub repository BuildrAI/Buildr (24 stars, last pushed today), licensed MIT. It adds 57 tokens to every session and 1,460 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…