---
name: AGTX Review
slug: agtx-review
category: Quality
description: AGTX Review examines completed work for correctness, edge cases, and code quality, then writes findings to .agtx/review.md and stops.
github: "https://github.com/fynnfluegge/agtx/tree/main/plugins/agtx-terse/skills/agtx-review"
language: Rust
stars: 1245
forks: 111
install: "npx degit https://github.com/fynnfluegge/agtx/tree/main/plugins/agtx-terse/skills/agtx-review ~/.claude/skills/agtx-review"
installs_to: ~/.claude/skills/agtx-review
source_path: plugins/agtx-terse/skills/agtx-review/SKILL.md
collection_size: 7
category_size: 1354
collection_url: "https://dirskills.com/collections/fynnfluegge/agtx"
added: 2026-08-20T07:55:21.758Z
last_synced: 2026-08-20T07:55:21.758Z
canonical_url: "https://dirskills.com/skills/agtx-review"
---

# AGTX Review

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

**Install:**

```bash
npx degit https://github.com/fynnfluegge/agtx/tree/main/plugins/agtx-terse/skills/agtx-review ~/.claude/skills/agtx-review
```

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

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