run-checks
Installation
SKILL.md
Objective
The objective of this skill is to automatically check for linting errors, test failures, and other issues in the codebase to ensure code quality and maintainability prior to pushing changes or creating a pull request (PR).
Non-negotiables
- DO NOT fix any failures without first raising them to the user and asking for permission to fix them.
- Exception:
pnpm lint:fixorpnpm lint:format --writecommands can be run as part of the checks
- Exception:
- Run all checks across all directories before presenting failures back to the user