What problem does it solve?
This Skill solves the problem of inconsistent, unverified repo execution workflows by enforcing a strict evidence-first process for running commands, inspecting repository state, debugging CI failures, and pushing narrow fixes, eliminating guesswork and ensuring full traceability of all changes and verifications.
Core Features & Use Cases
- Structured Execution Workflow: Guides users through resolving the working repo surface, inspecting failing states before making changes, and keeping fixes narrow to avoid unnecessary code churn.
- Explicit Status Reporting: Enforces standardized status labels (inspected, changed locally, verified locally, committed, pushed, blocked) to eliminate ambiguity about the current state of repo work.
- Use Case: If you are debugging a failing CI pipeline for your project, use this Skill to systematically inspect the error, run the minimal proving command to identify the root cause, apply a targeted fix, and report exactly what was changed and verified before pushing.
Quick Start
Use the terminal-ops skill to debug the failing CI check for your repository's main branch and push a verified narrow fix.