๐Ÿ”
QualityRust

AGTX Review

by fynnfluegge

AGTX Review is a Quality skill for Claude Code, published by fynnfluegge in agtx.

1.2K stars111 forkson fynnfluegge/agtxAdded 2026/08/20Repository updated 2026/08/11
claudeclaude-codecodexcursorgeminiopencodespec-driven-developmentvibe-coding
Install in seconds
Install AGTX Review
Copy AGTX Review into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/fynnfluegge/agtx/tree/main/plugins/agtx-terse/skills/agtx-review ~/.claude/skills/agtx-review

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/fynnfluegge/agtx.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
plugins/agtx-terse/skills/agtx-review/SKILL.md in fynnfluegge/agtx
Installs to
~/.claude/skills/agtx-review
Collection
One of 7 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What AGTX Review does

AGTX Review examines completed work for correctness, edge cases, and code quality, then writes findings to .agtx/review.md and stops.

AGTX Review is cataloged under Quality on DirSkills. AGTX Review comes from a repository tagged claude, claude-code, codex, cursor and gemini.

Documentation

README

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.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about AGTX Review

  • What else does fynnfluegge publish alongside AGTX Review?

    AGTX Review is one of 7 skills that DirSkills catalogs from fynnfluegge/agtx, the repository it ships in. Its siblings there include AGTX Execute, AGTX Research and Agtx Plan. Each one is a separate skill with its own page in this directory, installs the same way AGTX Review does, and is maintained by fynnfluegge in that same repository. The rest of the collection is listed on the fynnfluegge/agtx page.

  • How does AGTX Review compare to other Quality skills?

    AGTX Review ranks #730 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of AGTX Review against them. Open each page to compare what they document and how they install.

More from fynnfluegge/agtx

AGTX Review is one of 7 skills cataloged on DirSkills from fynnfluegge/agtx.

See all 7 skills โ†’
โœ…
2w ago

AGTX Execute

AGTX Execute implements an approved implementation plan in the current working directory, runs tests to verify changes, and writes a summary to .agtx/execute.md before stopping for further instructions.
Automation
1.2K111
๐Ÿ”
2w ago

AGTX Research

AGTX Research explores the codebase to understand a task before planning, and writes findings to .agtx/research.md without modifying files. Use it during the research phase of an agtx-managed task to identify relevant files, architecture, complexity, and open questions.
AI Engineering
1.2K111
๐Ÿ“‹
2w ago

Agtx Plan

Agtx Plan analyzes a codebase and writes a detailed implementation plan to .agtx/plan.md, then stops for user approval before any changes are made.
AI Engineering
1.2K111
๐Ÿงน
2w ago

Agtx Sweep

Agtx Sweep extracts actionable work items from a coding conversation and creates them as tasks on an agtx kanban board. Use it when you want to capture, decompose, or hand off conversation results to agtx for execution.
Automation
1.2K111
๐Ÿ“Š
2w ago

Benchmark

Benchmark runs SWE-bench Lite evaluations against agtx coding agent workflows. Use it to configure, execute, and report on benchmark runs for Claude Code, Gemini CLI, or Codex CLI.
AI Engineering
1.2K111
๐Ÿ’ก
2w ago

Brainstorm Mode

Brainstorm Mode helps unpack a feature or enhancement idea through discussion only, without planning or implementation. Use it when you want to explore problems, trade-offs, and unknowns before handing off to the agtx board.
AI Engineering
1.2K111