The extract-errors skill automates the process of managing error codes in the React codebase by running the error extraction utility, identifying new error messages that require code assignments, and verifying that existing error codes are current. It serves React developers who are adding new error messages or encountering "unknown error code" warnings. This skill solves the manual burden of tracking and assigning error codes within React's error handling system.
npx skills add https://github.com/facebook/react --skill extract-errors