From ai-debugger
Use when generating a comprehensive debug answer for the user - synthesizes code analysis, IO log evidence, and docs references into actionable response
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-debugger:answer-genThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
분석 결과를 종합하여 사용자에게 구조화된 답변을 생성한다.
분석 결과를 종합하여 사용자에게 구조화된 답변을 생성한다.
## 원인 분석
{이슈의 근본 원인 설명}
## 관련 코드
- `{파일경로}:{라인}` — {해당 코드의 역할과 문제점}
## IO 로그 근거 (조회한 경우)
- `{IO키}` — {데이터가 보여주는 증거}
## 문서 참조
- `docs/policies/{파일}` — {관련 비즈니스 규칙}
## 해결 방안
1. {구체적 수정 방안}
2. {대안이 있으면 제시}
## 재발 방지
- {근본적 해결을 위한 제안}
npx claudepluginhub 1989v/ai --plugin ai-debuggerRuns parallel AI agent investigations on a bug/issue and produces a consolidated debug report. Use for debugging, error analysis, or problem diagnosis.
Walks through evidence-first debugging: clarify expected behavior, reproduce, hypothesize, and plan fixes before changing code.
Systematically debugs issues via reproduction steps, isolation techniques like git bisect, log/stack trace analysis, and common error pattern fixes. For bugs, incidents, troubleshooting.