fix

Installation
Summary

Automated code formatting and linting to resolve style issues before CI checks.

  • Runs Prettier for code formatting and linc for lint validation in sequence
  • Identifies remaining manual fixes needed after automated corrections
  • Prevents CI failures by catching formatting and lint errors before commit
SKILL.md

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
Related skills
Installs
1.7K
Repository
facebook/react
GitHub Stars
245.0K
First Seen
Jan 24, 2026