Extract Error Codes
Instructions
- Run
yarn extract-errors - Report if any new errors need codes assigned
- Check if error codes are up to date

Use when adding new error messages to React, or seeing "unknown error code" warnings.
yarn extract-errorsVery brief skill with just 3 minimal steps. Has a clear trigger (adding error messages or seeing unknown error warnings) and a runnable command, but lacks context, error handling, and actionable follow-up steps. Specific to the React error extraction workflow in this repo."