Enforces rigorous evidence-based reporting by requiring fresh command execution and output validation before any task is marked as complete.
This skill serves as a mandatory quality gate that prevents premature success claims by enforcing a strict 'evidence before assertions' policy. It requires Claude to identify the specific command that proves a claim, execute it, and verify the exit codes and output before declaring a task finished, a bug fixed, or a build successful. By eliminating assumptions and terms like 'should work' or 'probably,' this skill ensures high-integrity development workflows, reduces regressions, and maintains a high standard of accountability in AI-driven coding tasks.
主要功能
01Red-green TDD cycle enforcement for regression tests
02Rationalization prevention for AI success reports
03Mandatory gate function for success claims
04Real-time command output and exit code validation
05Detailed requirement checklist verification
060 GitHub stars
使用场景
01Confirming build stability and linter compliance after code changes
02Verifying bug fixes against original symptoms using red-green testing
03Ensuring all unit tests pass before creating a pull request