skills/smithery.ai/pre-commit-validation

pre-commit-validation

SKILL.md

Pre-Commit Validation

This skill ensures code quality and test coverage before committing changes to the repository.

Purpose

Run comprehensive validation locally before committing to:

  • Catch issues early (before CI runs)
  • Ensure all tests pass
  • Verify code quality (linting, formatting, type checking)
  • Maintain code coverage standards
  • Reduce CI failures and iteration time

Validation Checklist

Before creating any commit, ensure ALL of the following pass:

1. Run Tests

Installs
2
First Seen
Apr 7, 2026