Pre-commit expert that discovers, runs, and resolves all code quality checks in a monorepo before code is committed. Automatically discovers CI workflows, runs linters/type checks/i18n extraction, auto-fixes what it can, and reports clearly when manual fixes are needed.
| Skill | Description |
|---|---|
precommit |
Discover and run all pre-commit code quality checks, auto-fix failures, and report results |
/precommit:precommit
Invoke before committing to ensure all CI checks will pass.
Nick Misasi