Agent Skills: Fix Lint and Formatting

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

UncategorizedID: facebook/react/fix

Repository

facebookLicense: MIT
242,84450,539

Install this agent skill to your local

pnpm dlx add-skill https://github.com/facebook/react/tree/HEAD/.claude/skills/fix

Skill Files

Browse the full folder contents for fix.

Download Skill

Loading file tree…

.claude/skills/fix/SKILL.md

Skill Metadata

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

  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