Skill
fix
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
Install
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
More from this repo
extract-errors
Used when adding new error messages to React, or seeing "unknown error code" warnings.
feature-flags
Used when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test...
flow
Used when you need to run Flow type checking, or when seeing Flow type errors in React code.

