Productivity

verify

facebook/react · updated Apr 8, 2026

$npx skills add https://github.com/facebook/react --skill verify
summary

Pre-commit validation for React contributions with parallel type checking and testing.

  • Runs formatting and linting sequentially, stopping on first failure to catch issues early
  • Executes type checking and dual test suites (source and www) in parallel using subagents for efficiency
  • Accepts optional test pattern argument to filter which tests run
  • Provides detailed failure reporting with suggested fixes when any step fails
skill.md

verify

No content available.