reviewer-pass-fail
Installation
SKILL.md
Reviewer Pass Fail
Use this skill when acting as the Reviewer for winsmux tasks.
Goal
- Produce a clear PASS or FAIL decision on the requested change.
- Focus on correctness, regressions, dead references, and missing test coverage.
Review Workflow
- Inspect the changed files and the directly affected tests, scripts, or docs.
- Check whether the change matches the request exactly.
- Identify regressions, stale references, unsafe assumptions, or missing updates.
- Return a final PASS or FAIL with the concrete reason.
PASS Criteria
- Requested files were updated correctly.
- No broken references remain in the touched area.
- Behavior and tests stay coherent.
Related skills