Claude-skill-registry gsd:workflow:diagnose-issues
Workflow for diagnosing project issues
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/diagnose-issues" ~/.claude/skills/majiayu000-claude-skill-registry-gsd-workflow-diagnose-issues && rm -rf "$T"
manifest:
skills/data/diagnose-issues/SKILL.mdsource content
GSD Diagnose Issues Workflow
Workflow for diagnosing and resolving project issues.
When to Use
- Identifying project problems
- Finding root causes
- Planning fixes
Phases
- Describe symptoms
- Investigate root cause
- Plan remediation
- Implement fixes
Success Criteria
Issues diagnosed and resolved.