Agent skill · Security

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill sc-analyze --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/analysis/sc-analyze/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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,

What's inside
Steps it walks through
  1. Quick Start
  2. Behavioral Flow
  3. Flags
  4. Analysis Domains
  5. Quality Analysis
  6. Security Analysis
  7. Performance Analysis
  8. Architecture Analysis
  9. Troubleshooting Mode
  10. Examples
  11. Security Deep Dive
  12. Build Failure Fix
  13. Performance Diagnosis
  14. MCP Integration
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going