facebook/react2.1k installs
fix
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
How do I install this agent skill?
npx skills add https://github.com/facebook/react --skill fixIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill provides instructions for running standard development tools (Yarn, Prettier, and Linc) to maintain code quality. No malicious code, prompt injection, or suspicious data handling patterns were detected.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerpass
1 file scanned · No issues
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
Fix Lint and Formatting
Instructions
- Run
yarn prettierto fix formatting - Run
yarn lincto check for remaining lint issues - Report any remaining manual fixes needed
Common Mistakes
- Running prettier on wrong files -
yarn prettieronly formats changed files - Ignoring linc errors - These will fail CI, fix them before committing
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/facebook/react/fix">View fix on skillZs</a>