quality-check

Run comprehensive quality checks for the project including ESLint, Prettier formatting, and TypeScript type checking.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "quality-check" with this command: npx skills add rsnorman/recipe-generator/rsnorman-recipe-generator-quality-check

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

If the script exits with code 1 (failures detected):

  • Show the complete output from the script

  • Ask the user if they want to run suggested auto-fix commands:

  • npm run lint:fix for linting issues

  • npm run format for formatting issues

  • Explain that type errors require manual fixes

If the script exits with code 0 (all passed):

  • Confirm success and show the script output

  • Let the user know the code is ready

Script Details

The run-checks.sh script:

  • Runs all three quality checks in sequence

  • Uses colored output for better readability

  • Tracks which checks failed and provides specific suggestions

  • Returns appropriate exit codes for CI/CD integration

When to Use

  • User asks to "check code quality" or "run checks"

  • Before creating a commit

  • After making code changes

  • When user asks "is the code ready?"

Success Criteria

All three checks must pass (exit code 0) for overall success.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

quality-check

No summary provided by upstream source.

Repository SourceNeeds Review
General

recipe-generator

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

PinchTab Browser Ops

Browser automation via PinchTab CLI (nav/snap/find/click/fill/press/text) with low-token accessibility-tree flow. Use when the user asks to operate websites,...

Registry SourceRecently Updated
Coding

Aigames

Create a mini HTML game, organize files in a new folder, and upload it to the brianclan/aigames GitHub repo for www.thenext.games.

Registry SourceRecently Updated