← Back to list

code-analyzer
by cvprun
Computer Vision Player
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: code-analyzer description: Perform static analysis on cvp/ modules for code quality reports. Use for code review or quality checks. allowed-tools: Read, Glob, Grep, Bash
Code Analyzer
Run static analysis and generate quality reports for cvp/ modules.
Analysis
- Complexity: Cyclomatic complexity (warn if >10), function length (warn if >50 lines)
- Type hints: Missing annotations, excessive
Anyusage - Quality: Unused imports/variables, duplicate patterns
- Dependencies: Circular dependencies, external libraries
Commands
./flake8.sh {path}
./mypy.sh {path}
Report Format
Output as markdown table:
- File/class/function counts
- Average complexity
- Type hint coverage
- Issues with suggested fixes
Per CLAUDE.md: Fix root causes, don't use # type: ignore or # noqa.
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
