skills/smithery.ai/pre-commit-check

pre-commit-check

SKILL.md

Pre-commit Check Skill

Run all pre-commit checks before committing changes.

Usage

Manually verify changes pass all quality gates before committing.

Steps

  1. Run pnpm format to format code and fix auto-fixable lint issues
  2. Run pnpm lint to check for remaining lint/format issues
  3. Run appropriate tests based on changed files
  4. Verify TypeScript compilation succeeds
  5. Review changes one final time
  6. Ready to commit if all checks pass

Notes

Installs
3
First Seen
Mar 21, 2026