omgskills Get the Mac app
Skill

fix

@facebook 247k stars Updated 2026-07-30 Author match: High

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

declarativefrontendjavascriptlibraryreactui

Install

Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.

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

View on GitHub

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

More from this repo