Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
75
62%
Does it follow best practices?
Impact
98%
2.57xAverage score across 3 eval scenarios
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./.claude/skills/verify/SKILL.mdRun all verification steps.
Arguments:
Run these first in sequence:
yarn prettier - format code (stop if fails)yarn linc - lint changed files (stop if fails)Then run these with subagents in parallel:
/flow to type check (stop if fails)/test to test changes in source (stop if fails)/test www to test changes in www (stop if fails)If all pass, show success summary. On failure, stop immediately and report the issue with suggested fixes.
705268d
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.