fix

fix

熱門

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

25萬星標
5.1萬分支
更新於 2026/8/4
要求的譯文尚未完成,目前顯示原始英文。
SKILL.md
readonlyread-only
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