
Verify
- 1.1k installs
- 247k repo stars
- Updated July 27, 2026
- facebook/react
verify provides documented workflows for Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
About
The verify skill use when you want to validate changes before committing or when you need to check all React contribution requirements Verification Run all verification steps Arguments ARGUMENTS Test pattern for the test step Instructions Run these first in sequence 1 Run yarn prettier format code stop if fails 2 Run yarn linc lint changed files stop if fails Then run these with subagents in parallel 1 Use flow to type check stop if fails 2 Use test to test changes in source stop if fails 3 Use 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 Verification Run all verification steps Arguments ARGUMENTS Test pattern for the test step Instructions Run these first in sequence 1 Run yarn prettier format code stop if fails 2 Run yarn linc lint changed files stop if fails Then run these with subagents in parallel 1 Use flow to type check stop if fails
- $ARGUMENTS: Test pattern for the test step
- Run `yarn prettier` - format code (stop if fails)
- Run `yarn linc` - lint changed files (stop if fails)
- Use `/flow` to type check (stop if fails)
- Use `/test` to test changes in source (stop if fails)
Verify by the numbers
- 1,090 all-time installs (skills.sh)
- +18 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #45 of 610 Debugging skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
verify capabilities & compatibility
- Capabilities
- $arguments: test pattern for the test step · run `yarn prettier` format code (stop if fails · run `yarn linc` lint changed files (stop if fa · use `/flow` to type check (stop if fails) · use `/test` to test changes in source (stop if f
- Use cases
- documentation
What verify says it does
# Verification Run all verification steps.
Arguments: - $ARGUMENTS: Test pattern for the test step ## Instructions Run these first in sequence: 1.
npx skills add https://github.com/facebook/react --skill verifyAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1.1k |
|---|---|
| repo stars | ★ 247k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 27, 2026 |
| Repository | facebook/react ↗ |
How do I use verify for the task described in its SKILL.md triggers?
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
Who is it for?
Teams invoking verify when the user request matches documented triggers and prerequisites.
Skip if: Skip when cached docs are missing, the request is a negative trigger, or another sibling skill owns the workflow.
When should I use this skill?
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
What you get
Step-by-step guidance grounded in verify documentation and reference files.
- verification success summary
- failure report with failing step
Files
Verification
Run all verification steps.
Arguments:
- $ARGUMENTS: Test pattern for the test step
Instructions
Run these first in sequence: 1. Run yarn prettier - format code (stop if fails) 2. Run yarn linc - lint changed files (stop if fails)
Then run these with subagents in parallel: 1. Use /flow to type check (stop if fails) 2. Use /test to test changes in source (stop if fails) 3. Use /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.
Related skills
FAQ
What does verify do?
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
When should I use verify?
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
What are common prerequisites?
--- name: verify description: Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
Is Verify safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.