Agent Skill
2/7/2026fix
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
F
facebook
242877GitHub Stars
34Views
npx skills add facebook/react
SKILL.md
| Name | fix |
| Description | Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI. |
name: fix description: Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
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
Skills Info
Original Name:fixAuthor:facebook
Download