Agent skill

Quality Check

Run lint, typecheck, and test checks on affected projects to verify code quality.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/check-carrot-foundation-methodology-rules

SKILL.md

Run the three quality gates in order on affected projects:

  1. Lint: pnpm lint:affected
  2. Typecheck: pnpm ts:affected
  3. Test: pnpm test:affected

If any step fails, diagnose and fix the issue, then re-run that step before proceeding.

To target a single project instead of all affected projects:

bash
pnpm nx lint <project-name>
pnpm nx ts <project-name>
pnpm nx test <project-name>

All three checks must pass before the work is considered complete.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results