AgentSkillsCN

react-eslint

当代码出现 lint 错误或格式化问题时,或在提交代码前使用此工具,确保代码顺利通过持续集成验证。

SKILL.md
--- frontmatter
name: react-eslint
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 npm run format to fix formatting
  2. Run npm run lint to check for remaining lint issues
  3. Report any remaining manual fixes needed

Common Mistakes

  • Running prettier on wrong files - npm run format only formats changed files
  • Ignoring linc errors - These will fail CI, fix them before committing