SKILL.md
readonly

fix

Autor:facebook
Kategorie:
Entwicklung
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

Aktionen

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

Verwendungsanleitung

  1. 1. Installationsbefehl ausführen

    Kopieren Sie den obigen Befehl und führen Sie ihn im Terminal aus.

  2. 2. Umgebung konfigurieren

    Konfigurieren Sie die erforderlichen Umgebungsvariablen in Ihrem MCP-Client.

  3. 3. Im Client verwenden

    Konfigurieren und aktivieren Sie diesen Skill in einer MCP-kompatiblen App (z. B. Claude oder Cursor).