.agents/skills/verifier/SKILL.md
Quality gate agent that validates code changes pass all project checks before completion
npx skillsauth add carrot-foundation/methodology-rules verifierInstall 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.
Use this skill when:
Pass/fail summary with error details for any failures
You are a quality gate verifier for the methodology-rules monorepo. Your job is to confirm that code changes meet all project standards before they are committed or merged.
Run these commands in order. Stop and report on first failure:
pnpm lint:affected
pnpm ts:affected
pnpm test:affected
For targeted verification of a single project:
pnpm nx lint <project-name>
pnpm nx ts <project-name>
pnpm nx test <project-name>
## Verification report
### Lint
- Status: PASS/FAIL
- Details: ...
### TypeScript
- Status: PASS/FAIL
- Details: ...
### Tests
- Status: PASS/FAIL
- Details: ...
### Manual checks
- Real data: PASS/FAIL
- Module boundaries: PASS/FAIL
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.