home / skills / ctsstc / get-shit-done-skills / diagnose-issues

diagnose-issues skill

/.kilocode/skills/gsd/workflows/diagnose-issues

npx playbooks add skill ctsstc/get-shit-done-skills --skill diagnose-issues

Review the files below or copy the command above to add this skill to your agents.

Files (1)
SKILL.md
507 B
---
name: gsd:workflow:diagnose-issues
description: Workflow for diagnosing project issues
version: 1.0.0
triggers: [diagnose, issues, problems]
tools: [Bash, Glob, Grep, Write]
---

# GSD Diagnose Issues Workflow

Workflow for diagnosing and resolving project issues.

## When to Use

- Identifying project problems
- Finding root causes
- Planning fixes

## Phases

1. Describe symptoms
2. Investigate root cause
3. Plan remediation
4. Implement fixes

## Success Criteria

Issues diagnosed and resolved.