スキル一覧に戻る
pkuppens

project-policies

by pkuppens

Duolingo successor. Learn a foreign language in a conversational way, with adaptive difficulty.

1🍴 2📅 2026年1月25日
GitHubで見るManusで実行

SKILL.md


name: project-policies description: Check and enforce project policies from CLAUDE.md and POLICIES.md. Use when validating implementations against project standards, checking code style requirements, or ensuring compliance with development guidelines. allowed-tools: Read, Glob, Grep

Project Policies

Ensure implementations comply with project guidelines.

Policy Documents

  • CLAUDE.md - Development guidelines, code patterns, testing strategy
  • POLICIES.md - User policies and developer workflow guidelines

Key Policies

Git Workflow

  • Never commit directly to main
  • Use feature branches: feature/<issue>-<description>
  • Commit format: #<issue>: <type>: <description>

Code Quality

  • Pre-commit hooks must pass
  • Follow existing code patterns

Testing

  • New features need tests
  • Bug fixes need regression tests

Compliance Checklist

Before submitting PR:

  • On feature branch (not main)
  • Commit messages follow convention
  • Pre-commit hooks pass
  • Tests pass
  • No security vulnerabilities
  • Follows existing code patterns

Verify Compliance

# Verify branch
git branch --show-current  # Should NOT be 'main'

# Verify pre-commit
pre-commit run --all-files

# Verify tests
cd backend && uv run pytest tests/ -v

Policy Violations

Critical (Must Fix): Committing to main, skipping hooks, breaking tests, security issues

Warning (Should Fix): Missing tests, outdated docs, non-standard commits

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です