validating-a-change

Installation
SKILL.md

Overview

This skill is for validating that a change is correct, complete, and ready for a pull request. It orchestrates several other skills to systematically check formatting, review code, ensure test coverage, and run tests.

This skill involves a lot of work. Consider splitting it into pieces and running each step as a subagent. Keep each subagent focused on a moderate amount of work so it doesn't get lost or wander off track.

Critical principle: Each step must fully resolve its own issues before proceeding to the next step. There is no need to restart from the beginning when issues are found—fix them in place and continue forward.

The ordering prioritizes:

  1. Code reviews first (catches design and semantic issues early)
  2. Adding any missing tests
  3. Running tests
  4. Multiple configurations (catches config-specific issues)
Related skills
Installs
1
GitHub Stars
3.3K
First Seen
14 days ago