Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add itsAR-VR/goatedskills --skill "phase-review"
Install specific skill from multi-skill repository
# Description
Review the newest docs/planning/phase-N after implementation; verify outcomes (lint/build), map evidence to success criteria, and write a post-implementation review.
# SKILL.md
name: phase-review
description: Review the newest docs/planning/phase-N after implementation; verify outcomes (lint/build), map evidence to success criteria, and write a post-implementation review.
Instructions
Read all references in references/ before using this skill.
Multi-Agent Awareness
IMPORTANT: Multiple agents may be working on different phases concurrently. Post-implementation review must verify:
- Integration with concurrent work β Did other phases modify the same files during implementation?
- Merge correctness β If merges occurred, were they done correctly?
- Build stability β Does the combined state of all concurrent work pass quality gates?
- Documentation alignment β Do coordination notes (if any) match what actually happened?
When reviewing, always:
- Check git status for changes from other agents
- Verify build/lint against the current combined state (not just this phase's changes)
- Note any multi-agent coordination that occurred in the review
See 08_MULTI_AGENT_COORDINATION.md for detailed procedures.
Signals
- The user says: "review the phase", "post-implementation review", "did we finish phase N", "wrap up the phase", "verify the plan", "phase review".
- A
docs/planning/phase-<N>/plan.mdexists and implementation work has occurred. - You need to confirm quality gates (at minimum:
npm run lint,npm run build) and document results.
References
Directory: references/
01_INTENT.md02_PRECONDITIONS.md03_RULES.md04_PROCEDURE.md05_TEMPLATES.md06_REVIEW_CHECKLIST.md07_EDGE_CASES.md08_MULTI_AGENT_COORDINATION.md
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.