# fix

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

Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.

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

## Install

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

## From README

Fix Lint and Formatting Instructions Run yarn prettier to fix formatting Run yarn linc to check for remaining lint issues Report any remaining manual fixes needed Common Mistakes Running prettier on wrong files - yarn prettier only formats changed files Ignoring linc errors - These will fail CI, fix them before committing

## Links

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

## More from this repo

- [extract-errors](https://omgskills.com/skills/react/react/extract-errors/index.md) — Used when adding new error messages to React, or seeing "unknown error code" warnings.
   - [@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) · 250k stars
- [flow](https://omgskills.com/skills/react/react/flow/index.md) — Used when you need to run Flow type checking, or when seeing Flow type errors in React code.
   - [@react](https://omgskills.com/library/react/index.md) · 250k stars
