Debug and deploy repo fixes with proof
terminal-opsskillsetup L3★0
Sheshiyer/skill-clusters ↗What it does
Run repo commands with evidence capture: output, git diff, test results, exact status words
Best for
Operator-mode verification where evidence of execution beats speed, and proof matters.
Inputs
- · command to run
- · file to inspect
Outputs
- · command output
- · git diff (staged+unstaged)
- · test results (RED/GREEN)
Requires
- · Git
- · test runner
- · CI logs
Preconditions
Git repo with branch context, test runner configured
Failure modes
- · Test passes for unrelated code → false green
- · Overlapping local work obscures the fix
Trust signals
- · Exact command named in response
- · Git branch explicitly stated
- · Narrowness enforced (one fix per pass)