rule-validate
Installation
SKILL.md
Rule Validate
Use this as stage 3 of the React Doctor rule pipeline.
Pipeline:
rule-researchdefines the rule contract.rule-writingturns the contract into tests and implementation.rule-validateverifies noise, correctness, changesets, PR copy, and review feedback.
Validation is not just running tests. It checks whether the rule still matches the contract on real code.
Interactive Coaching
Before broad or expensive validation, tell the user what will run and what evidence it will produce.
Pause for the user only when: