db-migration-review

Exposes the internal db-migration-review skill to agent discovery.

3|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/ldilov/harness-forge --skill db-migration-review-ldilov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-migration-review
Source: https://github.com/ldilov/harness-forge/tree/main/.agents/skills/db-migration-review
Command: npx skills add https://github.com/ldilov/harness-forge --skill db-migration-review-ldilov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auto-discoverable wrapper that surfaces the internal db-migration-review skill to agent discovery, enabling deterministic governance workflows without duplicating logic.

Core Features & Use Cases

  • Exposes the internal .hforge/library/skills/db-migration-review/ skill path to agents for seamless discovery.
  • References include the wrapper's supporting docs and provenance notes to explain review rationale.
  • Use Case: A DevOps automation agent running migrations and schema diffs can invoke this wrapper to perform migration risk assessment without accessing internal paths directly.

Quick Start

Activate this wrapper to expose the db-migration-review skill to agent discovery via the canonical path .hforge/library/skills/db-migration-review/.

Frequently Asked Questions about db-migration-review

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

FAQPage Schema
How do I automate migration risk assessment for ORM-driven schema changes?

Migration risk assessment for ORM-driven schema changes is handled by invoking a wrapper that exposes the canonical db-migration-review workflow to agents. This enables deterministic governance and rollback planning without duplicating internal logic.

What is a db-migration review and when do I need it?

A db-migration review is a governance workflow that evaluates migrations, schema changes, and ORM-driven diffs for safety and rollback planning. You need it when applying schema changes to ensure deterministic risk assessment and safe execution.

How do I expose internal db-migration-review skills for agent discovery?

Exposing internal db-migration-review skills for agent discovery requires activating a wrapper that references the canonical .hforge/library/skills/ path. This surfaces the internal workflow to agents, enabling them to invoke review processes seamlessly.

Can I use this migration review wrapper for DevOps automation workflows?

Yes, you can use this migration review wrapper for DevOps automation workflows. A DevOps automation agent running migrations and schema diffs can invoke this wrapper to perform migration risk assessment directly without accessing internal paths.

Does this schema change review tool require accessing internal skill paths directly?

No, this schema change review tool does not require accessing internal skill paths directly. The wrapper exposes the db-migration-review skill via agent discovery, providing supporting docs and provenance notes to explain review rationale safely.