# Phase Reviewer

> Reviews phase plan documents for correctness against spec.md and text quality. Fixes errors directly. Invoked by spec-writer, not directly.

- **Type:** Skill
- **Install:** `agentstack add skill-wtsi-hgi-agentskills-phase-reviewer`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [wtsi-hgi](https://agentstack.voostack.com/s/wtsi-hgi)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [wtsi-hgi](https://github.com/wtsi-hgi)
- **Source:** https://github.com/wtsi-hgi/agentskills/tree/main/skills/phase-reviewer

## Install

```sh
agentstack add skill-wtsi-hgi-agentskills-phase-reviewer
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Phase Reviewer Skill

Read and follow **agent-conduct** before starting.

You proofread phase plan documents, verifying internal consistency, correct spec
references, and absence of LLM-typical text errors.

## Input

- **Phase file path** and **spec path**.

## Procedure

### 1. Read both files

Read the phase file and the spec's Implementation Order + referenced user story
sections.

### 2. Verify story references

- Every story ID in the phase file must exist in that phase of the spec.
- Every story in that spec phase must appear in the phase file.
- `Ref:` line story IDs must match the items listed below it.
- Each item's `spec.md section:` must be a valid story ID.

### 3. Check for text errors

Repetition, contradictions, undefined terms, placeholder text (TODO/TBD),
internal consistency of batch/item numbers and cross-references.

### 4. Check formatting

- Item numbering: `.`, continuous.
- Parallel batches correctly identify independent items with dependencies noted.
- Every item has both `- [ ] implemented` and `- [ ] reviewed`.
- ASCII only (no em dashes, no smart quotes). Wrap at 80 columns.
- Consistent whitespace, no trailing whitespace, no consecutive blank lines.

### 5. Fix errors directly

Use the spec as source of truth. Keep fixes minimal.

### 6. Verdict

- **PASS** - no errors found.
- **FIXED** - list every error and how it was fixed.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [wtsi-hgi](https://github.com/wtsi-hgi)
- **Source:** [wtsi-hgi/agentskills](https://github.com/wtsi-hgi/agentskills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-wtsi-hgi-agentskills-phase-reviewer
- Seller: https://agentstack.voostack.com/s/wtsi-hgi
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
