ワンクリックで
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