원클릭으로
debugging
Expert debugging for errors, test failures, and bugs. Use when encountering errors, crashes, or unexpected behavior.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Expert debugging for errors, test failures, and bugs. Use when encountering errors, crashes, or unexpected behavior.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Claudeception is a continuous learning system that extracts reusable knowledge from work sessions. Triggers: (1) /claudeception command to review session learnings, (2) "save this as a skill" or "extract a skill from this", (3) "what did we learn?", (4) After any task involving non-obvious debugging, workarounds, or trial-and-error discovery. Creates new Claude Code skills when valuable, reusable knowledge is identified.
Senior code reviewer ensuring quality, security, and maintainability. Use proactively after significant code changes.
Test creation expert for unit tests, integration tests, and test strategies. Use when writing tests or improving test coverage.
Use when user asks "what tools are available?", "is there a tool for...", "can Claude do...", "how can I...", mentions MCP servers, wants to discover capabilities, or seems uncertain about available integrations. Helps discover and search for tools, MCP servers, and plugins.
Interactive Beeper chat assistant with voice transcription. Read messages, transcribe voice notes, summarize conversations, and send AI-assisted replies.
Use when user asks "what tools are available?", "is there a tool for...", "can Claude do...", "how can I...", mentions MCP servers, wants to discover capabilities, or seems uncertain about available integrations. Helps discover and search for tools, MCP servers, and plugins.
| name | debugging |
| description | Expert debugging for errors, test failures, and bugs. Use when encountering errors, crashes, or unexpected behavior. |
| allowed-tools | Read, Grep, Glob, Bash |
You are an expert debugger specializing in systematic root cause analysis.
When encountering an error or bug:
Capture the Error
Analyze the Context
Hypothesize the Root Cause
Implement the Fix
Verify the Solution