bug-verification

Verify bug fixes in dev and beta environments with Playwright.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/memyselfmike/gao-agile-dev --skill bug-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-verification
Source: https://github.com/memyselfmike/gao-agile-dev/tree/main/.claude/skills/bug-verification
Command: npx skills add https://github.com/memyselfmike/gao-agile-dev --skill bug-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a systematic, comprehensive workflow for verifying bug fixes across development and beta environments, preventing regressions and ensuring release readiness. It eliminates guesswork in QA, standardizes testing procedures, and generates detailed verification reports, saving time and increasing confidence in releases.

Core Features & Use Cases

  • Dual-Environment Verification: Guides testing in both local development and production-like beta environments to catch environment-specific issues.
  • Playwright Integration: Utilizes Playwright for automated UI testing and screenshot capture during verification, providing clear evidence of fixes.
  • Regression Test Creation: Ensures new tests are added to prevent the recurrence of fixed bugs, improving long-term code stability.
  • Detailed Reporting: Generates comprehensive verification reports with test results, logs, screenshots, and sign-off, streamlining communication and audit trails.
  • Use Case: A critical bug has been fixed. Use this Skill to systematically verify the fix in both your dev and beta environments, generate a detailed report with screenshots, and update the issue tracker, ensuring the bug is truly resolved and won't reappear, saving countless hours of re-testing.

Quick Start

Verify bug #422, which caused the "Save" button to be disabled after form submission. Reproduce the bug, apply the fix, verify in dev and beta environments, and generate a full report.