migrate-verify

Cross-reference migration manifests with codebase files to verify task completion.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/dain-agency/mood-tracker --skill migrate-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-verify
Source: https://github.com/dain-agency/mood-tracker/tree/main/.claude/skills/migrate-verify
Command: npx skills add https://github.com/dain-agency/mood-tracker --skill migrate-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Engineering teams running large code migrations often lack reliable visibility into true task completion, as manifest claims may not match the actual state of the codebase, leading to false progress reports, missed gaps, and delayed project timelines.

Core Features & Use Cases

  • Manifest-to-Code Validation: Cross-references migration manifest entries with actual codebase files, code patterns, and test coverage to confirm true task completion.
  • Intelligent Result Classification: Automatically categorizes findings into regressions, undocumented completions, promotions, and partial progress for clear, actionable status tracking.
  • Use Case: For a team migrating a legacy frontend to a new framework, use this skill to automatically verify which component migration tasks are fully done, catch regressions where migrated code broke existing functionality, and track overall project progress without time-consuming manual code reviews.

Quick Start

Use the migrate-verify skill to check the completion status of your code migration by providing the migration domain name as an argument.

Frequently Asked Questions about migrate-verify

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

FAQPage Schema
How do I verify code migration progress against my actual codebase?

To verify code migration progress, cross-reference migration manifest entries with actual codebase files, code patterns, and test coverage to confirm true task completion without manual code review.

What is manifest validation for large-scale code migrations?

Manifest validation is the process of cross-referencing migration manifest claims with the real codebase to detect regressions, undocumented completions, and partial progress, ensuring accurate progress reporting.

How do I detect regressions during a legacy framework migration?

Detect regressions during a framework migration by automatically categorizing codebase findings into regressions, undocumented completions, and partial progress, validating that migrated code did not break existing functionality.

Can I automate migration completion reporting for engineering teams?

Yes, you can automate migration completion reporting by validating feature implementation, test coverage, and code quality against predefined verification criteria, replacing time-consuming manual code reviews.

Does codebase audit for migration verification require manual code review?

No, codebase audit for migration verification does not require manual code review; it automatically cross-references manifests with real code to track migration lifecycle progress and catch missed gaps.

What's the best way to track partial progress in a code migration lifecycle?

The best way to track partial progress is using intelligent result classification to automatically categorize codebase findings into clear, actionable statuses like undocumented completions, promotions, and partial progress.