AgentSkillsCN

format

在不修改文件的前提下,检查代码格式(Prettier + Stylelint)

SKILL.md
--- frontmatter
name: format
description: Check code formatting (prettier + stylelint) without modifying files

Format Check

Check code formatting using prettier and stylelint without making any changes.

Run the format check script which will:

  1. Check prettier formatting
  2. Check stylelint rules
  3. Show concise summary (OK or ISSUES with top 3 errors)
  4. Suggest running /format-fix if issues found

Execute: bash ../format.sh