extract-errors
by facebook
Extract and manage error codes for React applications. Automatically extracts error messages from React source code and assigns unique error codes to new messages Detects "unknown error code" warnings and flags messages that need code assignment Validates that error codes remain synchronized with the current codebase through a simple yarn command
npx skills add https://github.com/facebook/react --skill extract-errorsExtract Error Codes
Instructions
- Run
yarn extract-errors - Report if any new errors need codes assigned
- Check if error codes are up to date