sc-troubleshoot

📁 htlin222/dotfiles 📅 Jan 25, 2026
17
总安装量
3
周安装量
#20882
全站排名
安装命令
npx skills add https://github.com/htlin222/dotfiles --skill sc-troubleshoot

Agent 安装分布

opencode 3
gemini-cli 3
antigravity 3
claude-code 3
windsurf 3
codex 3

Skill 文档

Issue Diagnosis and Resolution

Systematically diagnose and resolve issues in code, builds, deployments, or system behavior.

When to use

  • Debugging errors and exceptions
  • Investigating build failures
  • Diagnosing performance issues
  • Resolving deployment problems
  • Tracing issues to root cause

Instructions

Usage

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

Arguments

  • issue – Description of the problem or error message
  • --type – Issue category (bug, build, performance, deployment)
  • --trace – Enable detailed tracing and logging
  • --fix – Automatically apply fixes when safe

Execution

  1. Analyze issue description and gather initial context
  2. Identify potential root causes and investigation paths
  3. Execute systematic debugging and diagnosis
  4. Propose and validate solution approaches
  5. Apply fixes and verify resolution

Claude Code Integration

  • Uses Read for error log analysis
  • Leverages Bash for runtime diagnostics
  • Applies Grep for pattern-based issue detection
  • Maintains structured troubleshooting documentation