Methodologygeneric

fix

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

facebook/react
View source

Install

npx skills add https://github.com/facebook/react --skill fix

Use with your agent

ClaudeCursorOpenAIGemini

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

  1. Run yarn prettier to fix formatting
  2. Run yarn linc to check for remaining lint issues
  3. 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