KS
Killer-Skills

fix — Categories.official

v1.0.0
GitHub

About this Skill

Perfect for Code Maintenance Agents needing automated linting and formatting capabilities. Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.

# Core Topics

facebook facebook
[243.6k]
[50650]
Updated: 3/5/2026

Quality Score

Top 5%
73
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add facebook/react/fix

Agent Capability Analysis

The fix MCP Server by facebook is an open-source Categories.official integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for declarative, frontend, javascript.

Ideal Agent Persona

Perfect for Code Maintenance Agents needing automated linting and formatting capabilities.

Core Value

Empowers agents to ensure code quality by running `yarn prettier` for formatting and `yarn linc` for lint checks, preventing CI failures and reducing manual fixes.

Capabilities Granted for fix MCP Server

Automating code formatting with yarn prettier
Debugging lint issues with yarn linc
Validating code before committing to CI

! Prerequisites & Limits

  • Requires yarn package manager
  • Limited to fixing lint and formatting issues
Project
SKILL.md
363 B
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8
SKILL.md
Readonly

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

Looking for an alternative to fix or building a Categories.official AI Agent? Explore these related open-source MCP Servers.

View All

flags

Logo of facebook
facebook

Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.

243.6k
0
Design

extract-errors

Logo of facebook
facebook

Use when adding new error messages to React, or seeing unknown error code warnings.

243.6k
0
Design

fix

Logo of facebook
facebook

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

243.6k
0
Design

flow

Logo of facebook
facebook

Use when you need to run Flow type checking, or when seeing Flow type errors in React code.

243.6k
0
Design