← Back to list

code-analyzer
by rafaelcalleja
⭐ 1🍴 1📅 Jan 24, 2026
SKILL.md
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
Code Analyzer
Analyze code structure and patterns without making modifications.
Capabilities
- Analyze code organization and architecture
- Find patterns and anti-patterns
- Check naming conventions
- Identify potential issues
- Review documentation quality
Workflow
Step 1: Discover Files
Use Glob to find relevant source files:
# Find all TypeScript files
*.ts, **/*.ts
# Find all Python files
*.py, **/*.py
Step 2: Analyze Structure
Use Read to examine file contents and understand:
- Module organization
- Class hierarchies
- Function signatures
- Import patterns
Step 3: Search Patterns
Use Grep to find specific patterns:
- Error handling patterns
- Logging practices
- API usage
- Configuration access
Step 4: Report Findings
Provide analysis covering:
- Code organization
- Naming conventions
- Potential issues
- Improvement suggestions
Analysis Checklist
- Code structure and organization
- Naming conventions followed
- Comment quality
- Potential bugs or issues
- Performance considerations
- Security concerns
Additional Resources
Reference Files
For detailed analysis patterns:
references/patterns.md- Common code patterns to identifyreferences/anti-patterns.md- Issues to flag
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon