Rework Commits
Explicit-invocation workflow for safely reorganizing completed branch work into small, dependency-ordered, semantic Git commits, proving the rewritten tree matches the original result, and optionally pushing the polished history. Use only when the user directly invokes the rework-commits skill.
Debug With Evidence
Explicit-invocation workflow for systematic debugging that reproduces failures, forms falsifiable hypotheses, collects runtime evidence, proves root causes, adds regression tests, and verifies targeted fixes. Use only when the user directly invokes the debug-with-evidence skill.
Review Changes
Explicit-invocation workflow for evidence-based review of a working tree, branch, commit, or pull-request diff, including prioritized findings, reviewer questions, and truthful review context. Use only when the user directly invokes the review-changes skill.
Lock Tests First
Explicit-invocation workflow for test-first implementation that defines behavior, proves new tests fail correctly, protects those tests from implementation-time edits, implements production code, and verifies the final red-to-green result. Use only when the user directly invokes the lock-tests-first skill.