.agents/skills/check/SKILL.md
Run lint, typecheck, and test checks on affected projects to verify code quality.
npx skillsauth add carrot-foundation/methodology-rules Quality CheckInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run the three quality gates in order on affected projects:
pnpm lint:affectedpnpm ts:affectedpnpm test:affectedIf 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:
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.
databases
Create and modify Zod schemas for runtime validation with proper type inference.
testing
Write Vitest unit tests following project conventions with proper stubs and assertions.
tools
Autonomously implement a task following project conventions with iterative verification.
testing
Analyze a pull request diff and provide structured feedback on correctness, conventions, and quality.