Back to list
GantisStorm

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📅 Jan 24, 2026

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

  1. Make code changes
  2. Run ./start.sh check
  3. If lint errors can be auto-fixed, run ./start.sh lint-fix
  4. Fix remaining errors manually
  5. Re-run check to verify

Score

Total Score

55/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon