fix logo

fix

The fix skill automates code quality checks for React development by running formatting and linting tools to identify and resolve issues...

facebook/react0installs242.7KstarsDebugging

SKILL.md

Full skill instructions

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