troubleshoot

troubleshoot is a command for Claude Code from SuperClaude-Org/SuperClaude_Plugin. It costs 19 tokens per session (877 once invoked), scanned A, original, MIT.

A command for finding the causes of problems in code, builds, deployments, or running systems. A deployment is the process of putting software into an environment where people or other systems use it.

In plain words
What is it for?
Use it to investigate bugs, build failures, performance issues, and deployment problems. Optional settings can trace the issue or apply and verify a fix.
Why use it?
It replaces guesswork with a structured investigation of logs, system state, possible causes, proposed fixes, and verification.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the sc plugin — 32 commands, 20 agents shipped together

Good fit Use it to investigate bugs, build failures, performance issues, and deployment problems. Optional settings can trace the issue or apply and verify a fix.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/superclaude-org/superclaude_plugin/sc-troubleshoot
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/SuperClaude-Org/SuperClaude_Plugin

Made for: Claude Code.

Or install sc, the plugin that ships this one along with the rest of its 32 commands, 20 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for troubleshoot

README.md
[![agentmods](https://agentmods.dev/badge/commands/superclaude-org/superclaude_plugin/sc-troubleshoot.svg)](https://agentmods.dev/commands/superclaude-org/superclaude_plugin/sc-troubleshoot)
Your own site
<a href="https://agentmods.dev/commands/superclaude-org/superclaude_plugin/sc-troubleshoot"><img src="https://agentmods.dev/badge/commands/superclaude-org/superclaude_plugin/sc-troubleshoot.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 877 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00019 $0.00877
Opus 5 $0.00010 $0.00439
Sonnet 5 $0.00004 $0.00175
Haiku 4.5 $0.00002 $0.00088

Measured 8d ago against content hash 1b12a7616b82, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

troubleshoot scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/sc-troubleshoot.md · 120 lines

How it starts

The opening of the file, as written. The whole thing — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/sc:sc:sc:troubleshoot - Issue Diagnosis and Resolution

Triggers

  • Code defects and runtime error investigation requests
  • Build failure analysis and resolution needs
  • Performance issue diagnosis and optimization requirements
  • Deployment problem analysis and system behavior debugging

Usage

/sc:sc:troubleshoot [issue] [--type bug|build|performance|deployment] [--trace] [--fix]

Behavioral Flow

  1. Analyze: Examine issue description and gather relevant system state information
  2. Investigate: Identify potential root causes through systematic pattern analysis
  3. Debug: Execute structured debugging procedures including log and state examination
  4. Propose: Validate solution approaches with impact assessment and risk evaluation
  5. Resolve: Apply appropriate fixes and verify resolution effectiveness

Key behaviors:

  • Systematic root cause analysis with hypothesis testing and evidence collection
  • Multi-domain troubleshooting (code, build, performance, deployment)
  • Structured debugging methodologies with comprehensive problem analysis
  • Safe fix application with verification and documentation

Tool Coordination

  • Read: Log analysis and system state examination
  • Bash: Diagnostic command execution and system investigation
  • Grep: Error pattern detection and log analysis
  • Write: Diagnostic reports and resolution documentation

Key Patterns

  • Bug Investigation: Error analysis → stack trace examination → code inspection → fix validation
  • Build Troubleshooting: Build log analysis → dependency checking → configuration validation
  • Performance Diagnosis: Metrics analysis → bottleneck identification → optimization recommendations
  • Deployment Issues: Environment analysis → configuration verification → service validation

Examples

Code Bug Investigation

/sc:sc:troubleshoot "Null pointer exception in user service" --type bug --trace
# Systematic analysis of error context and stack traces
# Identifies root cause and provides targeted fix recommendations

Read the full file on GitHub · 120 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 120 lines · 19 tokens per session scan A 1b12a7616b82

Subscribe to this mod's changes

troubleshoot is a command published in the GitHub repository SuperClaude-Org/SuperClaude_Plugin (55 stars, last pushed 18d ago), licensed MIT. It adds 19 tokens to every session and 877 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.