What problem does it solve?
This Skill prevents false or premature completion claims by requiring fresh, scoped, and verifiable evidence before accepting that a task, fix, test/build, or feature is complete.
Core Features & Use Cases
- Fresh Evidence Requirement: Enforce collection of current command outputs, exit codes, and validation artifacts rather than relying on prior reports.
- Claim-Specific Gates: Apply tailored checks for TASK, FIX, TEST_OR_BUILD, and FEATURE_GO claims, including requirement coverage and integration checks for feature-level validation.
- Escalation Paths: Return clear outcomes (VERIFIED, NOT_VERIFIED, MANUAL_VERIFY_REQUIRED) with gaps and next actions when verification cannot be completed.
- Use Case: When an autonomous subagent reports a fix, use this Skill to run the canonical reproduce-and-validate commands, inspect results, and decide whether to accept the fix or require manual follow-up.
Quick Start
Ask the skill to verify the claim by providing the exact claim text, claim type, the canonical validation commands, and the latest command outputs and exit codes.