migration-validator

Validate functional equivalence after migration with side-by-side comparison and behavioral verification

509 stars

Best use case

migration-validator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Validate functional equivalence after migration with side-by-side comparison and behavioral verification

Teams using migration-validator should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/migration-validator/SKILL.md --create-dirs "https://raw.githubusercontent.com/a5c-ai/babysitter/main/library/specializations/code-migration-modernization/skills/migration-validator/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/migration-validator/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How migration-validator Compares

Feature / Agentmigration-validatorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Validate functional equivalence after migration with side-by-side comparison and behavioral verification

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Migration Validator Skill

Validates functional equivalence between source and target systems after migration through comprehensive comparison and behavioral verification.

## Purpose

Enable migration validation for:
- Side-by-side comparison
- Output diffing
- Behavioral verification
- Data consistency checking
- Acceptance criteria verification

## Capabilities

### 1. Side-by-Side Comparison
- Run parallel requests
- Compare responses
- Track differences
- Document discrepancies

### 2. Output Diffing
- Compare API responses
- Diff file outputs
- Check data formats
- Validate transformations

### 3. Behavioral Verification
- Test user flows
- Verify business logic
- Check edge cases
- Validate error handling

### 4. Data Consistency Checking
- Compare data states
- Verify calculations
- Check relationships
- Validate constraints

### 5. Integration Validation
- Test external integrations
- Verify API contracts
- Check message flows
- Validate events

### 6. Acceptance Criteria Verification
- Check feature completeness
- Verify requirements
- Validate user stories
- Document coverage

## Tool Integrations

| Tool | Purpose | Integration Method |
|------|---------|-------------------|
| Diffy | Response comparison | API |
| Contract testing | API verification | CLI |
| Cypress | E2E validation | CLI |
| Playwright | Browser testing | CLI |
| Custom validators | Business rules | CLI |

## Output Schema

```json
{
  "validationId": "string",
  "timestamp": "ISO8601",
  "source": {
    "environment": "string",
    "version": "string"
  },
  "target": {
    "environment": "string",
    "version": "string"
  },
  "results": {
    "total": "number",
    "passed": "number",
    "failed": "number",
    "skipped": "number"
  },
  "comparisons": [
    {
      "test": "string",
      "status": "passed|failed",
      "source": {},
      "target": {},
      "differences": []
    }
  ],
  "acceptance": {
    "criteria": [],
    "met": "boolean"
  }
}
```

## Integration with Migration Processes

- **migration-testing-strategy**: Validation execution
- **parallel-run-validation**: Parallel comparison

## Related Skills

- `performance-baseline-capturer`: Performance comparison
- `data-migration-validator`: Data validation

## Related Agents

- `parallel-run-validator`: Parallel validation
- `regression-detector`: Regression detection

Related Skills

design-system-validator

509
from a5c-ai/babysitter

Validate design system compliance in code and detect token usage violations

link-validator

509
from a5c-ai/babysitter

Comprehensive link checking and validation for documentation. Validate internal links, external URLs, anchors, detect redirects, monitor link rot, and generate sitemap validation reports.

code-sample-validator

509
from a5c-ai/babysitter

Extract, validate, and test code samples in documentation. Verify syntax, execute samples, check outputs, validate imports, and ensure code samples are up-to-date with current APIs.

openapi-validator

509
from a5c-ai/babysitter

Validate OpenAPI specifications for correctness, security, and best practices

k8s-validator

509
from a5c-ai/babysitter

Validate Kubernetes manifests for security, best practices, and resource limits

specialization-validator

509
from a5c-ai/babysitter

Validate specialization completeness across all 7 phases, score each phase, identify gaps, and generate validation reports.

process-validator

509
from a5c-ai/babysitter

Validate process JS files for correct SDK patterns, task definitions, syntax, and quality gate implementation.

checklist-validator

509
from a5c-ai/babysitter

Skill for validating research against reporting checklists

math-notation-validator

509
from a5c-ai/babysitter

Validate and standardize mathematical notation

image-algorithm-validator

509
from a5c-ai/babysitter

Medical image processing algorithm validation skill for segmentation, detection, and analysis algorithms

dicom-conformance-validator

509
from a5c-ai/babysitter

DICOM conformance testing and integration skill for medical imaging systems

hipaa-compliance-validator

509
from a5c-ai/babysitter

HIPAA compliance validation skill for genomic data handling and audit