agtx-review

agtx-review is a skill for Claude Code, Codex from fynnfluegge/agtx. It costs 32 tokens per session (334 once invoked), scanned A, original, Apache-2.0.

A review step for checking completed coding work for correctness, edge cases, errors, security problems, and test coverage.

In plain words
What is it for?
Reviewing a set of code changes, fixing problems found during review, and recording the result in .agtx/review.md.
Why use it?
It provides a written record of issues found and whether the changes are ready to merge.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Part of the agtx plugin — 7 skills, 1 command, 1 MCP server shipped together

Good fit Reviewing a set of code changes, fixing problems found during review, and recording the result in .agtx/review.md.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fynnfluegge/agtx/agtx-review
About the project

agtx is a terminal-based shared workspace where multiple coding agents coordinate through a task board. Developers use it to delegate work, run agents in parallel across git worktrees, and move tasks through different workflow phases.

fynnfluegge/agtx · 1,506 stars · on GitHub

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.

Any agent
npx skills add fynnfluegge/agtx --skill agtx-review
Clone the repo
git clone --depth 1 https://github.com/fynnfluegge/agtx

Made for: Claude Code, Codex.

Or install agtx, the plugin that ships this one along with the rest of its 7 skills, 1 command, 1 MCP server.

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 agtx-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/fynnfluegge/agtx/agtx-review/github.svg)](https://agentmods.dev/skills/fynnfluegge/agtx/agtx-review)
Your own site
<a href="https://agentmods.dev/skills/fynnfluegge/agtx/agtx-review"><img src="https://agentmods.dev/badge/skills/fynnfluegge/agtx/agtx-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agtx-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/fynnfluegge/agtx/agtx-review"><img src="https://agentmods.dev/badge/skills/fynnfluegge/agtx/agtx-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 334 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00032 $0.00334
Opus 5 $0.00016 $0.00167
Sonnet 5 $0.00006 $0.00067
Haiku 4.5 $0.00003 $0.00033

Measured 12d ago against content hash 22525c88f187, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

agtx-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 12d 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.

plugins/agtx-terse/skills/agtx-review/SKILL.md · 41 lines

What it actually says

Review Phase

You are in the review phase of an agtx-managed task.

Instructions

  1. Review all changes made during execution: run git diff HEAD (staged+unstaged) and git log --oneline $(git merge-base HEAD origin/HEAD)..HEAD to see only your commits. Do NOT diff against main or origin/main — those may include unrelated upstream history.
  2. Check for:
    • Correctness and edge cases
    • Error handling
    • Code style consistency with the existing codebase
    • Test coverage
    • Security issues (injection, XSS, etc.)
  3. Fix any issues you find

Output

Write your review to .agtx/review.md in the current working directory with these sections:

Review

Findings from your review — what looks good, what was fixed, any concerns.

Status

Either READY (good to merge) or NEEDS_WORK (with explanation of remaining issues).

CRITICAL: Stop After Writing

After writing .agtx/review.md (in the current working directory):

  • Say: "Review written to .agtx/review.md."
  • Wait for further instructions

Output Style

Terse. No pleasantries. Fragments OK. Short synonyms. Code exact. Status updates: one line. Pattern: [what] [why]. Done.

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. 12d ago First seen · 41 lines · 32 tokens per session scan A 22525c88f187

Subscribe to this mod's changes

agtx-review is a skill published in the GitHub repository fynnfluegge/agtx (1,506 stars, last pushed today), licensed Apache-2.0. It adds 32 tokens to every session and 334 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.

Related

Other skills, from other repositories

conductor-review

Reviews the completed track work against guidelines and the plan. Acts as a Principal Software Engineer to ensure quality and compliance.

gemini-cli-extensions/conductor · 27 tokens

plannotator

Reference for using the Plannotator CLI: plan review, code review, annotating files, URLs, folders, and running local apps, annotating the last assistant message, browsing archived plan decisions, and exporting or sharing Guided Reviews. Invoke when asked to use Plannotator for anything not covered by a more specific…

backnotprop/plannotator · 73 tokens

adk-go-self-review

Review an ADK Go change the way a maintainer will — a fresh-context pass over the whole diff, five lenses (correctness and tests, scope, simplicity, style, adk-python parity), and the mutation check that proves your tests pin the change. Use before opening a PR, before any later push that changes code, and when asked…

google/adk-go · 87 tokens

verify-change

A change-checking skill that reviews code differences and checks whether related documentation, tests, and records were updated.

fengshao1227/ccg-workflow · 65 tokens

verify-module

A module-checking skill that scans a project’s folders, code, and documentation. It expects each module to include a README.md and DESIGN.md, which explain how the module is used and why it was designed that way.

fengshao1227/ccg-workflow · 61 tokens

verify-quality

A code-quality checker that measures complexity, size, naming, and common code smells. It reports problems such as duplicated code, unused code, and overly long functions.

fengshao1227/ccg-workflow · 64 tokens