The fix skill automates code quality checks and formatting for the React repository by running Prettier for formatting and linc for linting, helping developers catch errors before committing code to CI. It's designed for React contributors who need to ensure their changes meet the project's code standards and will pass automated checks. This skill solves the problem of manual formatting inconsistencies and lint violations that would otherwise block pull requests during continuous integration.
npx skills add https://github.com/facebook/react --skill fix