ss-troubleshooting-workflow

Installation
SKILL.md

Troubleshooting Workflow

Chains the existing ss-* skills into a single diagnose-fix-deliver flow:

ss-inspect → [Gate: root-cause confirmation] → ss-create-branch
→ ss-plan → ss-coding (built-in review) → review-acceptance loop → ss-create-pr

Core principle: thin orchestration. This skill never writes code or drafts a plan itself. It calls the other skills in order, pauses at the gates below, passes each step's output to the next, and reports progress.

Review is not run twice. ss-coding already enforces a post-coding review internally and returns a verdict. This workflow never invokes ss-code-review separately — the review-acceptance loop below is driven entirely by that verdict.

Installs
4
GitHub Stars
1
First Seen
10 days ago
ss-troubleshooting-workflow — lbk-open/super-spec