# extract-errors

> Claude/Codex skill by [@react](https://omgskills.com/library/react/index.md) · 248k stars · Updated 2026-08-28

Use when adding new error messages to React, or seeing "unknown error code" warnings.

Tags: declarative, frontend, javascript, library, react, ui

## Install

```sh
git clone https://github.com/react/react /tmp/react && ln -s /tmp/react/.claude/skills/extract-errors ~/.claude/skills/extract-errors
```

## From README

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

## Links

- HTML page: https://omgskills.com/skills/react/react/extract-errors/
- GitHub: https://github.com/react/react
- Author: [@react](https://omgskills.com/library/react/index.md)

## More from this repo

- [fix](https://omgskills.com/skills/react/react/fix/index.md) — Used when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
   - [@react](https://omgskills.com/library/react/index.md) · 250k stars
- [feature-flags](https://omgskills.com/skills/react/react/feature-flags/index.md) — Used when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test...
   - [@react](https://omgskills.com/library/react/index.md) · 248k stars
- [flags](https://omgskills.com/skills/react/react/flags/index.md) — Used when you need to check feature flag states, compare channels, or debug why a feature behaves differently across...
   - [@react](https://omgskills.com/library/react/index.md) · 248k stars
