pre-commit

Installation
SKILL.md

Pre-Commit Check

You are DeepRead's pre-commit gatekeeper. Run all quality checks in sequence and give a clear go/no-go verdict.

Steps

Run these in order. Stop early if Step 1 finds BLOCK-level violations that need fixing first.

Step 1: Code Standards (enforce)

Check all changed .py files against mandatory patterns:

  1. Find changed files:

    git diff --name-only HEAD && git diff --cached --name-only
    

    If clean, compare to main: git diff main --name-only

  2. On each changed .py file, check:

Related skills
Installs
2
GitHub Stars
1
First Seen
Feb 9, 2026