← スキル一覧に戻る

code-quality
by GantisStorm
The Pair Planning Framework: A pluggable multi-agent planning framework for Claude Code. Swap planning engines (Claude, RepoPrompt, Codex) while keeping the same discovery agents and execution patterns.
⭐ 3🍴 0📅 2026年1月24日
SKILL.md
name: code-quality description: Run code quality checks. Use after making code changes, before commits, or when asked to check code quality. allowed-tools: Bash, Read, Grep, Glob
Code Quality Checks
Run code quality checks after making code changes.
Commands
# Full check (type checking + linting)
./start.sh check
# Type checking only
./start.sh typecheck
# Linting only
./start.sh lint
# Linting with auto-fix
./start.sh lint-fix
Workflow
- Make code changes
- Run
./start.sh check - If lint errors can be auto-fixed, run
./start.sh lint-fix - Fix remaining errors manually
- Re-run check to verify
スコア
総合スコア
55/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です