generated from Paul.Kim/tpl-superclaude
Initial commit
This commit is contained in:
33
.claude/commands/sc/analyze.md
Normal file
33
.claude/commands/sc/analyze.md
Normal file
@ -0,0 +1,33 @@
|
||||
---
|
||||
allowed-tools: [Read, Grep, Glob, Bash, TodoWrite]
|
||||
description: "Analyze code quality, security, performance, and architecture"
|
||||
---
|
||||
|
||||
# /sc:analyze - Code Analysis
|
||||
|
||||
## Purpose
|
||||
Execute comprehensive code analysis across quality, security, performance, and architecture domains.
|
||||
|
||||
## Usage
|
||||
```
|
||||
/sc:analyze [target] [--focus quality|security|performance|architecture] [--depth quick|deep]
|
||||
```
|
||||
|
||||
## Arguments
|
||||
- `target` - Files, directories, or project to analyze
|
||||
- `--focus` - Analysis focus area (quality, security, performance, architecture)
|
||||
- `--depth` - Analysis depth (quick, deep)
|
||||
- `--format` - Output format (text, json, report)
|
||||
|
||||
## Execution
|
||||
1. Discover and categorize files for analysis
|
||||
2. Apply appropriate analysis tools and techniques
|
||||
3. Generate findings with severity ratings
|
||||
4. Create actionable recommendations with priorities
|
||||
5. Present comprehensive analysis report
|
||||
|
||||
## Claude Code Integration
|
||||
- Uses Glob for systematic file discovery
|
||||
- Leverages Grep for pattern-based analysis
|
||||
- Applies Read for deep code inspection
|
||||
- Maintains structured analysis reporting
|
||||
Reference in New Issue
Block a user