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.