sc-analyze
Comprehensive code analysis, quality assessment, and issue diagnosis. Use when analyzing code quality, security vulnerabilities, performance bottlenecks, architecture reviews, or troubleshooting bugs and build failures.
npx skills add majiayu000/claude-skill-registry --skill sc-analyze --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Analysis & Troubleshooting Skill Multi-domain code analysis with issue diagnosis and resolution capabilities. ## Quick Start ```bash # Quality analysis /sc:analyze [target] --focus quality|security|performance|architecture # Troubleshooting mode /sc:analyze [issue] --troubleshoot --focus bug|build|performance|deployment # With auto-fix /sc:analyze "TypeScript errors" --troubleshoot --focus build --fix ``` ## Behavioral Flow 1. **Discover** - Categorize source files, detect languages 2. **Scan** - Apply domain-specific analysis techniques 3. **Evaluate** - Generate prioritized findings with severity 4. **Recommend** - Create actionable recommendations 5. **Report** - Present comprehensive analysis with metrics ## Flags | Flag | Type | Default | Description | |------|------|---------|-------------| | `--focus` | string | quality | quality, security, performance, architecture, bug, build, deployment | | `--troubleshoot` | bool | false | Enable issue diagnosis mode | | `--trace` | bool | false | Detailed trace analysis for debugging | | `--fix` | bool | false | Auto-apply safe fixes | | `--depth` | string | standard | quick, standard, deep | | `--format` | string | text | text, json,
- Quick Start
- Behavioral Flow
- Flags
- Analysis Domains
- Quality Analysis
- Security Analysis
- Performance Analysis
- Architecture Analysis
- Troubleshooting Mode
- Examples
- Security Deep Dive
- Build Failure Fix
- Performance Diagnosis
- MCP Integration
Quality analysis Troubleshooting mode With auto-fix Deep investigation (--depth deep) Security analysis (--focus security) Critical finding validation Find and create Jira tickets for findings Notify team of critical findings
What does the sc-analyze skill do?
Comprehensive code analysis, quality assessment, and issue diagnosis. Use when analyzing code quality, security vulnerabilities, performance bottlenecks, architecture reviews, or troubleshooting bugs and build failures.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill sc-analyze --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
