What problem does it solve?
This Skill helps you determine whether code changes truly satisfy a task request, instead of assuming the work is complete just because files were edited.
Core Features & Use Cases
- Requirement Verification: Breaks a task into concrete checklist items and maps each one to the code that should satisfy it.
- Change Inspection: Reviews diffs, connected files, and implementation paths to catch disconnected or partial work.
- Test Validation: Runs the most relevant tests and records whether the implementation holds up in practice.
- Structured Reporting: Appends a clear validation summary directly to the task file for easy review and follow-up.
- Use Case: After a feature branch is updated, use this Skill to confirm the task is actually done, identify gaps, and leave a review-ready validation report.
Quick Start
Ask the validator skill to review the latest task file, inspect the related code changes, run the relevant tests, and append a structured validation report to that task file.