SKILL.md
readonly

fix

Autor:facebook
Categoria:
Desenvolvimento
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

Ações

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

Guia de uso

  1. 1. Executar comando de instalação

    Copie o comando acima e execute-o no terminal para instalar globalmente.

  2. 2. Configurar ambiente

    Adicione as variáveis de ambiente necessárias ao seu cliente MCP conforme a descrição.

  3. 3. Usar no cliente

    Configure e ative esta skill em um app compatível com MCP (ex.: Claude ou Cursor).