verification

Automate pre-release verification checks across backend, frontend, migrations, and environment changes.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/Luis-ERP/dev-agent-crew --skill verification-luis-erp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification
Source: https://github.com/Luis-ERP/dev-agent-crew/tree/main/skills/verification
Command: npx skills add https://github.com/Luis-ERP/dev-agent-crew --skill verification-luis-erp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes the minimum pre-release checks to prevent "it works on my machine" issues by codifying verification across backend, frontend, migrations, and security boundaries.

Core Features & Use Cases

  • Smoke checks: Boot the application, verify core paths, and ensure endpoints respond as expected.
  • Contract alignment: Validate request/response shapes and error formats against the contract.
  • Migration & auth checks: Ensure migrations apply cleanly and authentication/authorization behave as intended.
  • Documentation-driven: Tie verification steps to documented design and implementation notes for auditability.

Quick Start

Run the verification checklist against your latest change before declaring done.

Frequently Asked Questions about verification

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

FAQPage Schema
How do I automate pre-release verification checks for backend and frontend changes?

Pre-release verification checks for backend and frontend changes are standardized by running a defined checklist before declaring work complete. These checks validate boot sequences, endpoint responses, authentication, CORS, and contract alignment to ensure release readiness.

What is contract alignment verification and how does it validate API responses?

Contract alignment verification validates request and response shapes and error formats against the defined contract. This documentation-driven approach ties verification steps to design notes for auditability.

How do I run smoke checks to verify application boot and core paths?

Smoke checks verify application boot and core paths by booting the application and ensuring endpoints respond as expected. This confirms the application starts correctly and core functionality is accessible.

Do I need documentation to run pre-release verification checks?

Documentation is required to run pre-release verification checks with full auditability. The verification process is documentation-driven, tying verification steps to documented design and implementation notes.

Does verification cover database migrations and authentication boundaries?

Verification covers database migrations and authentication boundaries by ensuring migrations apply cleanly and confirming authentication and authorization behave as intended across security boundaries.

Why does CI verification prevent it works on my machine issues?

CI verification prevents it works on my machine issues by codifying standardized pre-release checks across backend, frontend, migrations, and security boundaries to ensure consistent release readiness.