🎯

fix

🎯Skill

from facebook/react

VibeIndex|
What it does

Automatically fixes code formatting and linting issues to ensure clean, compliant code before committing.

fix

Installation

Install skill:
npx skills add https://github.com/facebook/react --skill fix
242,520
Last UpdatedJan 26, 2026

Skill Details

SKILL.md

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

Overview

# 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