code-analyze
Installation
SKILL.md
Code Analysis Skill (Entry Map)
Goal: Guide agent to the exact analysis procedure needed.
Quick Start (Pick One)
- Run static code analysis →
references/static-analysis.md - Scan for security issues →
references/security-scan.md - Check dependency vulnerabilities →
references/dependency-check.md
When to Use
- Enforce code quality standards and best practices
- Detect potential bugs and code smells
- Identify security vulnerabilities in code
- Check for vulnerable dependencies
- Run automated code reviews
NOT for: building (dotnet-build), testing (dotnet-test), or formatting (code-format)