// This skill should be used when the user asks to "analyze code", "review code quality", "check code structure", "find code patterns", or mentions code analysis without making changes.
| name | code-analyzer |
| description | This skill should be used when the user asks to "analyze code", "review code quality", "check code structure", "find code patterns", or mentions code analysis without making changes. |
| allowed-tools | Read, Grep, Glob |
| version | 1.0.0 |
Analyze code structure and patterns without making modifications.
Use Glob to find relevant source files:
# Find all TypeScript files
*.ts, **/*.ts
# Find all Python files
*.py, **/*.py
Use Read to examine file contents and understand:
Use Grep to find specific patterns:
Provide analysis covering:
For detailed analysis patterns:
references/patterns.md - Common code patterns to identifyreferences/anti-patterns.md - Issues to flag