What problem does it solve?
Reproducing and verifying software bugs across different environments is slow and error-prone. This Skill automates end-to-end bug verification by reading spec docs (raw-bug.md and optional triage.md), driving Chrome DevTools MCP to execute repro steps, collecting evidence, and producing a structured verification report for Azure DevOps or Jira.
Core Features & Use Cases
- Automatically extracts repro steps and expected vs actual behavior from raw-bug.md (and triage.md if present) and orchestrates Chrome DevTools actions to reproduce the bug.
- Supports before, after, and qa modes to cover pre-fix verification, local post-fix checks, and post-merge QA validation.
- Generates and saves mode-specific verification files (verification.md, verification-local.md, verification-qa.md) with screenshots, console logs, and diagnostics, and posts results back to the relevant work item.
Quick Start
Execute dx-bug-verify with a Bug ID to start automated reproduction against the configured environment.