verification-checklist

Validate generated code with pnpm check, typecheck, test:unit, and build.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Adrienenjalbert/flex-carrer-hub --skill verification-checklist-adrienenjalbert
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: verification-checklist
Source: https://github.com/Adrienenjalbert/flex-carrer-hub/tree/main/.agents/skills/verification-checklist
Command: npx skills add https://github.com/Adrienenjalbert/flex-carrer-hub --skill verification-checklist-adrienenjalbert

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code-generation verification ensures that code changes are validated and meet quality gates before presenting work.

Core Features & Use Cases

  • Defines and enforces a consistent verification checklist for code-generation tasks.
  • Guides users on executing essential checks (pnpm check, pnpm typecheck, pnpm test:unit, pnpm build) and when to add extra validations like smoke or seo:audit.
  • Improves reviewer confidence by standardizing verification criteria and reporting.

Quick Start

Run the verification checklist after completing a repo change to validate generated code and decide the required checks before presenting work.

Frequently Asked Questions about verification-checklist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What checks should I run to verify code changes before presenting work?▼

To verify code changes before presenting work, run pnpm check, pnpm typecheck, pnpm test:unit, and pnpm build to validate generated code against repository quality gates.

How do I create a consistent verification checklist for AI-generated code?▼

Enforce a predefined verification stack for AI-generated code by running standard checks like pnpm typecheck and pnpm test:unit, aligning execution with repository hooks and reporting rules.

When should I add extra checks like smoke or seo:audit to my build verification?▼

Add extra validations like smoke or seo:audit to your build verification when standard code-generation checks are insufficient to meet the quality gates of your repository change.

Does this verification stack work with pnpm for unit tests and type checking?▼

Yes, the verification stack explicitly supports pnpm for unit tests and type checking by executing pnpm check, pnpm typecheck, pnpm test:unit, and pnpm build commands.

Why standardize code review criteria for generated code?▼

Standardizing code review criteria for generated code improves reviewer confidence by ensuring all changes pass a consistent verification checklist and meet predefined quality gates before presentation.