From superclaude
Comprehensive code analysis across quality, security, performance, and architecture domains
How this command is triggered — by the user, by Claude, or both
Slash command
/superclaude:analyzeThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /sc:analyze - Code Analysis and Quality Assessment ## Triggers - Code quality assessment requests for projects or specific components - Security vulnerability scanning and compliance validation needs - Performance bottleneck identification and optimization planning - Architecture review and technical debt assessment requirements ## Usage ## Behavioral Flow 1. **Discover**: Categorize source files using language detection and project analysis 2. **Scan**: Apply domain-specific analysis techniques and pattern matching 3. **Evaluate**: Generate prioritized findings with severity ratings ...
/sc:analyze [target] [--focus quality|security|performance|architecture] [--depth quick|deep] [--format text|json|report]
Key behaviors:
/sc:analyze
# Multi-domain analysis of entire project
# Generates comprehensive report with key findings and roadmap
/sc:analyze src/auth --focus security --depth deep
# Deep security analysis of authentication components
# Vulnerability assessment with detailed remediation guidance
/sc:analyze --focus performance --format report
# Performance bottleneck identification
# Generates HTML report with optimization recommendations
/sc:analyze src/components --focus quality --depth quick
# Rapid quality assessment of component directory
# Identifies code smells and maintainability issues
Will:
Will Not:
npx claudepluginhub kushal9889/claude-plugins --plugin superclaude/analyzeAnalyzes project code across quality, security, performance, and architecture domains, producing severity-rated findings, actionable recommendations, metrics, and reports.
/sc-analyzeAnalyzes project code across quality, security, performance, and architecture domains, generating prioritized findings, actionable recommendations, and reports.
/analyzeAnalyzes codebases across quality, security, performance, and architecture domains using intelligent routing and personas, producing prioritized reports with recommendations.
/reviews-codeAnalyzes specified code path for quality, security, and performance issues across scopes (quality, security, performance, all), generating a report with findings, metrics, and recommendations.
/reviews-codeAnalyzes code at specified path for quality, security, and performance issues with optional scope, generating report with severity-categorized findings and recommendations.
/sc-reviewVerifies code quality, security, performance, and architecture based on the provided review description.