Validate functional equivalence after migration with side-by-side comparison and behavioral verification
Validates functional equivalence between source and target systems through side-by-side comparison and behavioral verification.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
README.mdValidates functional equivalence between source and target systems after migration through comprehensive comparison and behavioral verification.
Enable migration validation for:
| 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 |
{
"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"
}
}
performance-baseline-capturer: Performance comparisondata-migration-validator: Data validationparallel-run-validator: Parallel validationregression-detector: Regression detectionActivates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.