quality-check
SKILL.md
Quality Check Skill
Run comprehensive quality checks for the project including ESLint, Prettier formatting, and TypeScript type checking.
Instructions
When this skill is invoked:
-
Execute the quality check script:
bash .claude/skills/quality-check/scripts/run-checks.sh -
The script will:
- Run ESLint, Prettier formatting check, and TypeScript type checking
- Display color-coded results for each check
- Provide a summary showing passed/failed counts
- List suggested fixes for any failures