Back to list
als-apg

osprey-pre-commit

by als-apg

49🍴 18📅 Jan 23, 2026

SKILL.md


name: osprey-pre-commit description: > Validates code before committing. Runs linting, formatting, and tests to catch issues early. Use when ready to commit, before pushing, or when the user asks to run checks, validate, or verify their changes. allowed-tools: Read, Glob, Grep, Bash, Edit

Pre-Commit Validation

This skill helps you validate your code changes before committing.

Instructions

Follow the validation workflow in instructions.md.

Quick Command Reference

Quick Check (Before Commits)

# Auto-fix code style
ruff check src/ tests/ --fix --quiet || true
ruff format src/ tests/ --quiet

# Run fast tests
pytest tests/ --ignore=tests/e2e -x --tb=line -q

Or use the script:

./scripts/quick_check.sh

Full CI Check (Before Pushing)

./scripts/ci_check.sh

Workflow

  1. Auto-fix formatting and simple lint issues
  2. Run tests to catch regressions
  3. Fix failures if any tests fail
  4. Re-run until all checks pass
  5. Commit with confidence

When to Use Each Check

SituationCommand
Ready to commit./scripts/quick_check.sh
Ready to push./scripts/ci_check.sh
Creating PR./scripts/premerge_check.sh main

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
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

+5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

Reviews

💬

Reviews coming soon