beo/reviewing
Installation
SKILL.md
Warcraft Reviewing
Overview
Reviewing is the post-execution quality gate. It verifies that the implementation actually delivers what CONTEXT.md specified, catches issues the workers missed, and formally closes the feature.
Core principle: Trust but verify. Workers may have drifted, cut corners, or missed edge cases.
When to Use
- After
beo/executingcompletes (all tasks closed) - Router detected state = ready-to-review
- User says "review", "verify", "check the work"