react-verify

Run formatting, linting, type checking, and tests on React code changes.

1|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/sangrokjung/claude-code-config-public --skill react-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react-verify
Source: https://github.com/sangrokjung/claude-code-config-public/tree/main/skills/react-verify
Command: npx skills add https://github.com/sangrokjung/claude-code-config-public --skill react-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that code changes adhere to project standards for React development by running automated checks before committing.

Core Features & Use Cases

  • Code Formatting: Automatically formats code to maintain consistency.
  • Linting: Checks for stylistic errors and potential bugs in changed files.
  • Type Checking: Verifies TypeScript types to prevent runtime errors.
  • Testing: Executes unit and integration tests for both main source and website code.
  • Use Case: Before pushing a new feature for a React component, run this skill to guarantee it's well-formatted, linted, type-checked, and passes all relevant tests.

Quick Start

Run the react-verify skill to check all React contribution requirements.

Frequently Asked Questions about react-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate React code changes before committing?

Validate React code changes by running automated checks for formatting, linting, TypeScript type checking, and unit testing to ensure pre-commit code quality assurance and adherence to project standards.

What checks should I run for React pre-commit code quality assurance?

Pre-commit code quality assurance for React involves executing prettier formatting, linting for stylistic errors and potential bugs, TypeScript type checking, and parallelized testing for both source and website modules.

How do I run TypeScript type checking and tests for React source and www modules?

Run TypeScript type checking and tests for React source and www modules by executing a deterministic sequence of validation checks that verify types to prevent runtime errors and ensure code changes pass all relevant tests.

Does this React validation tool check both main source and website code?

Yes, this React validation tool checks both main source and website code by executing unit and integration tests for both source and www modules, ensuring comprehensive pre-commit code quality assurance across the project.

Can I use parallelized testing for React code formatting and linting checks?

Yes, React code validation executes parallelized testing alongside deterministic checks for code formatting and linting, allowing you to efficiently verify that changed files meet project standards before pushing new features.