Review Functionality

Review implemented code for conformance to a phase/feature contract and for correctness bugs. Use to check that what was built actually meets its acceptance criteria — "revisa se a feature faz o que devia", "conformance review", "review against the spec", "achou bug na fase?". Reads the phase contract (acceptance criteria, deliverables) + the diff and reports, confidence-based, whether each criterion is met and any correctness defects (logic, edge cases, error paths, concurrency). Read-only — reports findings, does not fix. Designed to run standalone or as a subagent of review-phase. Do not use for security (review-security) or style/cleanup (review-quality).

gabriel-f-santos 0658894 2 files · 3.1 KB Updated

File contents

gabriel-f-santos/coding-agents/tree/main/skills/review-functionality commit 0658894785

Frequently asked questions

npx skillmds@latest add gabriel-f-santos/review-functionality