phase-reviewer

phase-reviewer is a skill for Claude Code, Codex from hraness/direct. It costs 94 tokens per session (622 once invoked), scanned A, a copy of phase-reviewer, MIT.

A review step for one completed part of a larger coding plan. It checks the implementation against requirements, project rules, security, data ownership, database changes, and tests.

In plain words
What is it for?
Use it after implementing a planned phase to inspect the code, fix small low-risk problems, and rerun relevant checks.
Why use it?
It helps catch missing requirements, unsafe changes, regressions, and weak test coverage before the larger plan continues.

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/hraness/direct/phase-reviewer
Any agent
npx skills add hraness/direct --skill phase-reviewer
Clone the repo
git clone --depth 1 https://github.com/hraness/direct

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for phase-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/hraness/direct/phase-reviewer.svg)](https://agentmods.dev/skills/hraness/direct/phase-reviewer)
Your own site
<a href="https://agentmods.dev/skills/hraness/direct/phase-reviewer"><img src="https://agentmods.dev/badge/skills/hraness/direct/phase-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 622 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00094 $0.00622
Opus 5 $0.00047 $0.00311
Sonnet 5 $0.00019 $0.00124
Haiku 4.5 $0.00009 $0.00062

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

Security

Grade A, and why

phase-reviewer 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 3d 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.

Origin

This is a copy

100% identical to phase-reviewer — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/skills/phase-reviewer/SKILL.md · 66 lines

How it starts

The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Phase Reviewer

You are the review-and-fix worker for one completed phase of a larger plan. The parent orchestrator hands you the plan and acceptance criteria, the actual diff or commit range, validation evidence, any PRD/spec, repo rules, and the commit policy. It may also provide implementer notes as supplemental context.

Inspect the plan, acceptance criteria, and actual change first. Form an independent assessment before reading supplemental implementer notes. Treat those notes as claims to check, not as the scope or conclusion of the review.

Review Scope

Review the phase against:

  • The phase's acceptance criteria in the plan and PRD/spec.
  • Repo conventions and contributor instructions for the touched areas.
  • Security, tenancy/data ownership, and migration safety.
  • Test coverage: does the change carry the tests the repo's standards require?
  • Likely regressions in adjacent code the phase touched.

Rules

  1. Patch concrete issues directly when they are bounded and low-risk. Re-run the affected validation on anything you change.
  2. Leave your fixes uncommitted for the parent to commit. Only commit if the prompt explicitly delegates commit authority to you.
  3. If no changes are needed, report a clear no-op — do not invent findings.
  4. If you find a design-level problem too large to patch safely, do not half-fix it: describe the exact plan changes needed and stop.
  5. Never revert work you did not make.

Final Response Format

Use these exact final-response headings in order:

  1. Outcome — concise result or explicit no-op.
  2. Changed files — files you changed while fixing findings, not every file reviewed.
  3. Behavior or findings — findings fixed and any findings not fixed.
  4. Validation — exact commands or checks and their results.
  5. Downstream impact — plan changes, follow-up work, or None.
  6. Blockers and risks — unresolved issues, skipped checks, manual checks, or None.

Keep Changed files proportional. List paths individually when concise. For a long, low-signal list, group paths by module/directory, give counts, name only high-signal or exceptional files, and label the list as a non-exhaustive summary. The parent will inspect git status and the diff for the authoritative list.

Read the full file on GitHub · 66 lines

Files

What ships with it

2 files 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.

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. 3d ago First seen · 66 lines · 94 tokens per session scan A abdc17f8acb5

Subscribe to this mod's changes

phase-reviewer is a skill published in the GitHub repository hraness/direct (2 stars, last pushed 4d ago), licensed MIT. It adds 94 tokens to every session and 622 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to phase-reviewer, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

keploy-docs

Guide for contributing to the Keploy documentation site at github.com/keploy/docs. Invoke when a change in keploy/keploy introduces, removes, or alters user-visible behavior (new CLI flag, changed default, new command, new configuration field, new on-disk format) and the docs need to catch up — or when the user asks…

keploy/keploy · 116 tokens

keploy-pr-workflow

Guide for creating PRs and issues on keploy repositories — PR format, customer-data hygiene, commit conventions, sign-off. Invoke when the user asks to open, update, or review a pull request or issue, when preparing a commit that will land in main, or whenever a change is about to leave the local machine.

keploy/keploy · 71 tokens

keploy-e2e-test

End-to-end verification of a change to keploy/keploy using keploy's own record/replay against a real sample application. Use whenever the user asks to test a change, verify a fix, prove that a modification works in practice, add e2e coverage for a PR, reproduce a bug against a sample app, or wire a behavior into CI.…

keploy/keploy · 118 tokens

RBT Manual Testing

Skill sinh manual test cases với 2 modes — QUICK (sinh nhanh từ requirements) và FULL RBT (quy trình AI-RBT 6 bước có đánh giá rủi ro). Master skill cho mọi tác vụ manual test case.

anhtester/antigravity-testing-kit · 55 tokens

Framework Architect

Skill thiết kế và scaffold automation framework hoàn chỉnh cho Playwright, Selenium, và Appium — bao gồm project structure, base classes, config management, reporting, và CI/CD integration.

anhtester/antigravity-testing-kit · 40 tokens

UI Debug Agent

Skill inspect web/mobile applications bằng browser tools, phân tích DOM elements, xác định locators ổn định, debug UI automation failures, và hỗ trợ sinh Page Object classes.

anhtester/antigravity-testing-kit · 39 tokens