What problem does it solve? When you ask an AI to fix a bug, run a command, or debug a CI failure, vague answers like "it should work now" are useless. This Skill enforces an evidence-first terminal workflow so every claim about what was run, changed, verified, committed, or pushed is backed by actual command output and git state. ## Core Features & Use Cases - Evidence-First Execution: Inspects errors, files, and git state before editing, then reruns the proving command before claiming anything is fixed. - Narrow Fix Discipline: Solves one dominant failure at a time with the smallest useful proving command, avoiding repo-wide churn and destructive git operations. - Exact Status Reporting: Distinguishes inspected, changed locally, verified locally, committed, pushed, and blocked so you always know the true state of your branch. - Use Case: Your CI pipeline fails on a pull request. The Skill reads the failing log, inspects the relevant test, applies a minimal fix, reruns the exact failing command to verify, and reports the branch and push result precisely. ## Quick Start Ask the AI to debug the failing CI test in this repo, apply a narrow fix, verify it locally, and push the branch with exact proof of what ran.