Back to list
cvprun

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

  1. Complexity: Cyclomatic complexity (warn if >10), function length (warn if >50 lines)
  2. Type hints: Missing annotations, excessive Any usage
  3. Quality: Unused imports/variables, duplicate patterns
  4. 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