Validate code changes before commit and check React contribution requirements.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "verify" skill from askskill: 1. Download https://raw.githubusercontent.com/facebook/react/main/.claude/skills/verify/SKILL.md 2. Save it as ~/.claude/skills/verify/SKILL.md 3. Reload skills and tell me it's ready
Please validate whether these code changes are ready to commit: check whether tests pass, identify obvious regressions, verify code style consistency, and list issues to fix.
A pre-commit validation report with passed checks, risks, and recommended fixes.
Please review this change set against the React project's contribution requirements, confirm whether it meets testing, style, structure, and submission workflow expectations, and list any violations.
A checklist aligned with React contribution requirements and explanations of non-compliant items.
Before merging this PR, please thoroughly validate the change quality, including build status, tests, potential bugs, edge cases, and maintainability, and recommend whether it should be merged.
A pre-merge quality assessment with a verdict, issue list, and merge recommendation.
Run 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.
Check feature flags, compare channels, and debug inconsistent release behavior.
Fix lint, formatting, and common code issues before passing CI.
Run Flow type checks and fix React type errors quickly.
Extract and verify React error messages and codes to debug unknown warnings.
Debug feature flag tests, update flags, and add new React gates.
Get idiomatic Relay guidance for React code, debugging, and code reviews.
Verify results before claiming work is complete, fixed, or passing.
Run verification checks before completion to ensure results are truly correct.
Run pre-release verification for Django projects across tests, security, and deployment checks.
Provides systematic verification for Claude Code sessions to improve correctness and quality.
Evaluate code review feedback rigorously before deciding whether to implement it.
Apply the right commit prefix, reviewer, and test plan for code changes.