precommit-fast
Installation
SKILL.md
Pre-Commit Checks (Fast)
Trigger
- Keywords: precommit fast, quick precommit, lint and test, precommit-fast
When NOT to Use
- Full precommit with build step (use
/precommit) - Verification loop (use
/verify) - Just running tests (run directly)
Workflow Steps
| Step | Goal | Safety | Skip if Missing |
|---|---|---|---|
| lint-fix | Auto-fix code style issues | read-write | yes |
| test-unit | Run fast test suite | read-only | yes |