verify

Verify pre-commit code and PostgreSQL migrations for deployment safety.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/coopermayne/mcp-galipo --skill verify-coopermayne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/coopermayne/mcp-galipo/tree/main/.claude/skills/verify
Command: npx skills add https://github.com/coopermayne/mcp-galipo --skill verify-coopermayne

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill prevents risky changes from reaching production by performing pre-commit verification and safe migration checks.

Core Features & Use Cases

  • Pre-commit verification for code, migrations, and deployment readiness to prevent breaking changes.
  • Migration safety checks including idempotency, data preservation, and safe schema changes.
  • Deployment readiness verification across frontend and backend layers, ensuring migrations run safely on startup.

Quick Start

Run the verification workflow locally or in CI to validate the changes before merging. Review the verification report and address any flagged issues to ensure the deployment will remain safe.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I prevent risky PostgreSQL schema migrations from breaking production?

Pre-commit verification prevents risky PostgreSQL schema migrations from breaking production by enforcing idempotency, data preservation, and safe schema changes before deployment. The verification checklist runs locally or in CI to validate deployment readiness.

What is pre-commit verification for database migrations?

Pre-commit verification for database migrations is a process validating schema integrity and deployment readiness before merging code changes. It checks migration idempotency, data preservation, and dependency validation across frontend and backend components to ensure safe startup execution.

How do I check migration safety before deploying to a live PostgreSQL database?

To check migration safety before deploying, run a verification workflow validating migration idempotency, data preservation, and safe schema changes. The workflow targets projects with a live PostgreSQL database and deployment pipelines where migrations run on startup.

Does pre-commit verification work with CI pipelines for deployment readiness?

Yes, pre-commit verification works with CI pipelines to validate deployment readiness across frontend and backend layers. It enforces a verification checklist and dependency validation, ensuring migrations run safely on startup before code changes reach production.

How do I ensure PostgreSQL migrations are idempotent before merging code?

To ensure PostgreSQL migrations are idempotent before merging, use a verification workflow enforcing idempotency checks as part of a pre-commit checklist. The workflow validates schema integrity and flags non-idempotent migrations in the verification report for correction.

What are the limitations of pre-commit verification for deployment pipelines?

Pre-commit verification for deployment pipelines is limited to projects with a live PostgreSQL database where migrations run on startup. It focuses solely on pre-merge schema integrity and dependency validation, not replacing runtime monitoring or post-deployment testing.