Methodologygeneric
fix
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
facebook/react
Install
Use with your agent
Install the fix skill, then use it as build context. Run: npx skills add https://github.com/facebook/react --skill fix. Then read the installed skill.md and follow its guidance to build or refactor my project.
Fix Lint and Formatting
Instructions
- Run
yarn prettierto fix formatting - Run
yarn lincto check for remaining lint issues - Report any remaining manual fixes needed
Common Mistakes
- Running prettier on wrong files -
yarn prettieronly formats changed files - Ignoring linc errors - These will fail CI, fix them before committing