Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
facebook avatar

Fix

  • 2.1k installs
  • 247k repo stars
  • Updated July 27, 2026
  • facebook/react

fix runs yarn prettier and yarn linc to clear formatting and lint issues before React CI.

About

The fix skill resolves lint errors and formatting issues in the React repository before commits so changes pass continuous integration. Instructions are minimal and deterministic: run yarn prettier to fix formatting on changed files, then run yarn linc to surface remaining lint problems, and report any manual fixes still required. Common mistakes are called out explicitly. yarn prettier only formats changed files, not the entire tree. Ignoring linc errors will fail CI, so they must be resolved before committing. The skill targets the Facebook React monorepo workflow rather than generic ESLint setup. It assumes yarn scripts exist and that contributors run both commands as a pre-commit hygiene step. No additional configuration or custom rules are documented in the skill itself. Contributors should run both yarn commands before every commit. See SKILL.md for the authoritative workflow and constraints.

  • Run yarn prettier then yarn linc in that order.
  • prettier formats only changed files, not the whole repo.
  • linc errors block CI and must be fixed before commit.
  • Report remaining manual fixes after automated formatting.
  • Scoped to React monorepo yarn scripts, not generic lint setup.

Fix by the numbers

  • 2,143 all-time installs (skills.sh)
  • +28 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #73 of 1,382 Code Review & Quality skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

fix capabilities & compatibility

Capabilities
yarn prettier formatting on changed files · yarn linc lint verification · manual fix reporting for unresolved issues · ci failure prevention guidance
Use cases
code review · ci cd
From the docs

What fix says it does

These will fail CI, fix them before committing
SKILL.md
npx skills add https://github.com/facebook/react --skill fix

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2.1k
repo stars247k
Security audit3 / 3 scanners passed
Last updatedJuly 27, 2026
Repositoryfacebook/react

What it does

Fix React repo lint and formatting with yarn prettier and yarn linc before committing to pass CI.

Who is it for?

React contributors fixing lint or format issues before commit.

Skip if: Skip for non-React repos or projects without yarn prettier and yarn linc scripts.

When should I use this skill?

User has lint errors, formatting issues, or asks to fix code before committing.

What you get

Formatted changed files plus a report of any remaining manual lint fixes.

  • formatted changed files
  • linc error report

Files

SKILL.mdMarkdownGitHub ↗

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

How it compares

Use React Fix specifically for facebook/react contributions with yarn prettier and yarn linc instead of generic ESLint autofix workflows.

FAQ

Which command runs first?

yarn prettier for formatting, then yarn linc for remaining lint issues.

Does prettier format the entire repo?

No. yarn prettier only formats changed files.

Can I ignore linc errors?

No. They fail CI and must be fixed before committing.

Is Fix safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.