SKILL.md
readonly

fix

Autor:facebook
Categoría:
Desarrollo
244.0k
50.8k
name: fix
description: Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.

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

Acciones

install --global skills.sh
npx skills add facebook/react/.claude/skills/fix

Guía de uso

  1. 1. Ejecutar comando de instalación

    Copia el comando de instalación de arriba y ejécutalo en tu terminal.

  2. 2. Configurar entorno

    Agrega las variables de entorno necesarias a tu cliente MCP según la descripción del skill.

  3. 3. Usar en el cliente

    Configura y activa este skill en una app compatible con MCP (p. ej. Claude o Cursor).