extract-errors
π―Skillfrom facebook/react
Extracts and manages error codes for React, helping developers identify and assign unique codes to new error messages.
Installation
npx skills add https://github.com/facebook/react --skill extract-errorsSkill Details
Use when adding new error messages to React, or seeing "unknown error code" warnings.
Overview
# Extract Error Codes
Instructions
- Run
yarn extract-errors - Report if any new errors need codes assigned
- Check if error codes are up to date
More from this repository6
Automatically fixes code formatting and linting issues to ensure clean, compliant code before committing.
Validates code changes by running formatting, linting, type checking, and testing across source and www directories.
Runs React codebase tests across different release channels with configurable flags and test patterns.
Manages React feature flags across channels, enabling targeted testing, gating, and debugging of experimental features with precise control.
Runs Flow type checking for React code, detecting type errors across different renderers like DOM, browser, and React Native.
Checks and compares feature flag states across different release channels with detailed visualization and debugging capabilities.