# extract-errors

> Claude/Codex skill by [@facebook](https://omgskills.com/library/facebook/index.md) · 250k stars · Updated 2026-09-11

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/facebook/react/extract-errors/
- GitHub: https://github.com/facebook/react
- Author: [@facebook](https://omgskills.com/library/facebook/index.md)

## More from this repo

- [feature-flags](https://omgskills.com/skills/facebook/react/feature-flags/index.md) — Used when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test...
   - [@facebook](https://omgskills.com/library/facebook/index.md) · 248k stars
- [flags](https://omgskills.com/skills/facebook/react/flags/index.md) — Used when you need to check feature flag states, compare channels, or debug why a feature behaves differently across...
   - [@facebook](https://omgskills.com/library/facebook/index.md) · 248k stars
- [flow](https://omgskills.com/skills/facebook/react/flow/index.md) — Used when you need to run Flow type checking, or when seeing Flow type errors in React code.
   - [@facebook](https://omgskills.com/library/facebook/index.md) · 248k stars
