fix

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
Weekly Installs
1.3K
Repository
facebook/react
GitHub Stars
244.2K
First Seen
Jan 24, 2026
Installed on
opencode1.2K
codex1.1K
gemini-cli1.1K
github-copilot1.0K
cursor1.0K
claude-code955