review-task

A code-review assistant that examines the implementation of a development task and writes a review report. It expects task files and the code changes to be present in the workspace.

In plain words
What is it for?
Use it to review a task’s implementation, record findings by severity in review.md, and mark the code-review step complete.
Why use it?
It gives one place to check whether an implementation works, is maintainable, secure, tested, efficient, and careful with edge cases.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/modelengine-group/fit-framework/review-task
Any agent
npx skills add ModelEngine-Group/fit-framework --skill review-task
Clone the repo
git clone --depth 1 https://github.com/ModelEngine-Group/fit-framework

Made for: Claude Code, Codex.

Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 312 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00037 $0.00312
Opus 5 $0.00018 $0.00156
Sonnet 5 $0.00007 $0.00062
Haiku 4.5 $0.00004 $0.00031

Measured 2d ago against content hash 8634df7b6cf3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

review-task 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 2d ago.

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.

.agents/skills/review-task/SKILL.md · 31 lines

What it actually says

代码审查

执行步骤

  1. 验证前置条件:

    • .ai-workspace/active//task.md 存在
    • .ai-workspace/active//implementation.md 存在
  2. 读取上下文: task.md, plan.md, implementation.md, git diff。

  3. 执行代码审查:

    • 功能正确性: 实现是否符合技术方案
    • 代码质量: 编码规范、命名、注释、复杂度
    • 测试覆盖: 是否有充分的测试用例
    • 安全性: SQL注入、XSS、权限控制
    • 性能: 算法复杂度、资源使用
    • 边界情况: 空值处理、异常处理
  4. 输出审查报告到 review.md:

    • 审查发现(分级: 🔴 Blocker / 🟡 Major / 🟢 Minor)
    • 总结与建议(✅批准 / ⚠️修改后批准 / ❌需要重大修改)
  5. 更新任务状态,标记 code-review 为完成。

  6. 如果需要修改,提示使用 refine-task skill;如果批准,提示使用 commit skill。

Changes

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.

  1. 2d ago First seen · 31 lines · 37 tokens per session scan A 8634df7b6cf3

Subscribe to this mod's changes

review-task is a skill published in the GitHub repository ModelEngine-Group/fit-framework (2,117 stars, last pushed 5mo ago), licensed MIT. It adds 37 tokens to every session and 312 once invoked, about $0.0002 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.