mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
- Update all command documentation with improved clarity and examples - Enhance user guides with simplified activation patterns - Improve installation and setup documentation - Refine command system implementation in setup components - Update changelog with recent improvements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1.1 KiB
1.1 KiB
allowed-tools, description
| allowed-tools | description | |||||
|---|---|---|---|---|---|---|
|
Diagnose and resolve issues in code, builds, or system behavior |
/sc:troubleshoot - Issue Diagnosis and Resolution
Purpose
Systematically diagnose and resolve issues in code, builds, deployments, or system behavior.
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
- Analyze issue description and gather initial context
- Identify potential root causes and investigation paths
- Execute systematic debugging and diagnosis
- Propose and validate solution approaches
- 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