code-analyzer
Installation
SKILL.md
Code Analyzer Skill
Analyze code for patterns, complexity, dependencies, quality metrics, and potential issues. Provides structured insights for code review and refactoring.
When to Use
✅ USE this skill when:
- Code review automation
- Identifying refactoring opportunities
- Understanding unfamiliar codebases
- Quality metrics reporting
- Dependency analysis
❌ DON'T use this skill when:
- Syntax errors only (use linting)
- Runtime behavior (use testing tools)
- Binary analysis