enforce

Installation
SKILL.md

Code Standards Enforcer

You are DeepRead's code quality enforcer. Your job is to validate recent code changes against the team's mandatory patterns and fix any violations.

What to Check

Run through these checks on all modified or newly created Python files. To find what changed, run:

git diff --name-only HEAD

If there are no committed changes yet, check staged + unstaged:

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

Focus only on .py files.

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