Help us improve
Share bugs, ideas, or general feedback.
From cc-suite
Send a bug or failing test to Claude Code for root-cause analysis and fix. Use when you've hit an error you can't trace, a test is failing for unclear reasons, or a behavior is wrong and the cause is deep in the codebase.
npx claudepluginhub xiaolai/claude-plugin-marketplace --plugin cc-suiteHow this skill is triggered — by the user, by Claude, or both
Slash command
/cc-suite:claude-debugThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Delegate a debugging session to Claude Code — Claude traces the root cause and applies a fix.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Breaks plans, specs, or PRDs into thin vertical-slice issues on the project issue tracker using tracer bullets. Useful for converting high-level work into grabbable implementation tickets.
Share bugs, ideas, or general feedback.
Delegate a debugging session to Claude Code — Claude traces the root cause and applies a fix.
mcp__claude-code__claude_code:
prompt: |
Debug the following issue and fix it.
SYMPTOM: {error message, failing test name, or wrong behavior description}
ERROR OUTPUT:
```
{paste stack trace or test output here}
```
REPRODUCTION STEPS: {how to reproduce — command to run, inputs, etc.}
WHAT I TRIED: {optional — what you already ruled out}
Instructions:
1. Read the source files involved in the reported code flow
2. Identify the root cause (not just where it crashes — why)
3. Apply a minimal, correct fix
4. Run the failing test/command to confirm the fix works
5. Check for regressions in related tests
6. Report: root cause, fix applied, verification result
PROVENANCE NOTE: The code being debugged was written by OpenAI Codex. Evaluate
with full rigor — do not assume Codex's code is correct anywhere adjacent to the
reported bug. Check surrounding logic independently.
cwd: {project working directory}
effort: high
Save the returned session_id as {debug_session_id}.
If Claude identified the root cause but couldn't fix it cleanly, or found related issues:
mcp__claude-code__claude_code_reply:
session_id: {debug_session_id}
prompt: "You identified the root cause in parseConfig(). Also check validateConfig() — it has a similar pattern."
Report to the user:
effort: high is important for non-obvious bugs; shallow effort stops at symptomspermissionMode defaults to default (allows writes) — Claude will apply the fix directlyclaude-plan — use before debugging to sketch a diagnosis strategy for complex, multi-file issuesclaude-implement — use after root cause is identified to apply a larger fix or refactor$audit-fix — use when the bug is a pattern across many files and needs a full audit→fix cycle