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 kazukinakai/superclaude_plugin4plugins reuse this command
First indexed Dec 31, 2025
/sc-analyzePerforms multi-domain static code analysis across quality, security, performance, and architecture. Produces severity-rated findings and actionable recommendations with optional report generation.
/analyzeScans codebase for quality, security, performance, and architecture issues, generating severity-rated findings, actionable recommendations, and a summary report. Supports focused analysis on specific domains and custom depth/format.
/analyzeAnalyzes codebases across quality, security, performance, and architecture domains using intelligent routing and personas, producing prioritized reports with recommendations.
/reviews-codeRuns automated code quality, security, and performance analysis on a specified path, generating a detailed report with findings categorized by severity and actionable recommendations.
/sc-reviewPerforms comprehensive verification of code quality, security, performance, and architecture. Uses specialized agents for deep analysis and parallel workstreams.
/reviews-codeRuns automated code quality, security, and performance analysis on a specified path, producing a detailed report with findings, severity levels, and actionable recommendations.