sc-analyze

📁 htlin222/dotfiles 📅 Jan 25, 2026
17
总安装量
3
周安装量
#20293
全站排名
安装命令
npx skills add https://github.com/htlin222/dotfiles --skill sc-analyze

Agent 安装分布

opencode 3
gemini-cli 3
antigravity 3
claude-code 3
windsurf 3
codex 3

Skill 文档

Code Analysis

Execute comprehensive code analysis across quality, security, performance, and architecture domains.

When to use

  • User asks to analyze code quality or technical debt
  • Security audit or vulnerability assessment needed
  • Performance analysis or bottleneck identification required
  • Architecture review or structural analysis requested
  • Code health check or quality metrics needed

Instructions

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