SKILL.md
readonly

fix

著者:facebook
カテゴリ:
開発
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

アクション

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

使用ガイド

  1. 1. インストールコマンドを実行

    上記のインストールコマンドをコピーしてターミナルで実行してください。

  2. 2. 環境の設定

    スキルの説明に従って、MCPクライアントに必要な環境変数を追加してください。

  3. 3. クライアントで使用

    MCP対応アプリ(ClaudeまたはCursorなど)でこのスキルを設定して有効化してください。