validate-bug-fix

Automate Playwright browser verification of merged bug fixes on staging environments.

2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/wilsonfaustino/ai-tools --skill validate-bug-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-bug-fix
Source: https://github.com/wilsonfaustino/ai-tools/tree/main/skills/validate-bug-fix
Command: npx skills add https://github.com/wilsonfaustino/ai-tools --skill validate-bug-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manually verifying bug fixes on staging environments is time-consuming, inconsistent, and often lacks reproducible evidence to confirm the fix works as expected before release sign-off.

Core Features & Use Cases

  • Automated Browser Verification: Drives real Playwright browser interactions against stage environments to reproduce reported bug scenarios exactly as users experience them.
  • Evidence Collection: Captures video recordings and filtered network traffic data to provide concrete proof that the fix holds, including validation of request counts and response statuses.
  • Jira Integration: Automatically posts structured verification comments directly to the associated Jira ticket, including details of the verified build, test scenario, results, and evidence references.
  • Use Case: For example, verify a double-submit bug fix by confirming that double-clicking the submit button fires exactly 1 POST request (instead of 2) with no 5xx errors, and attach the video evidence to the ticket.

Quick Start

Use the validate-bug-fix skill to confirm that the fix for Jira ticket PROJ-456 works on the stage environment and post the verification results to the ticket.

Frequently Asked Questions about validate-bug-fix

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

FAQPage Schema
How do I automate bug fix validation on a staging environment?

Automating bug fix validation involves driving real browser interactions against a staging environment to reproduce reported scenarios and collect evidence. This Skill uses Playwright to capture video recordings and filtered network traffic, confirming fixes before release sign-off.

Can I automatically post bug verification results to a Jira ticket?

Yes, bug verification results can be automatically posted to a Jira ticket. The Skill integrates with Jira to append structured comments detailing the verified build, test scenario, results, and evidence references for the reported bug.

How do I capture network evidence to verify a double submit bug fix?

Capture network evidence by filtering network traffic during automated browser interactions to audit request counts and response statuses. It validates a double-submit bug fix by confirming exactly one POST request fires with no 5xx errors.

Does Playwright work with Jira for automated bug verification?

Yes, Playwright works with Jira for automated bug verification by combining browser-driven test execution with Jira ticket integration. This workflow reproduces scenarios, validates fixes, and posts structured evidence comments directly to the associated ticket.

What is the best way to verify merged bug fixes before release sign-off?

The best way to verify merged bug fixes before release sign-off is automating the reproduction of reported scenarios with browser evidence. This ensures consistent validation by capturing video and network traffic to provide concrete proof the fix holds.