What problem does it solve?
Manually writing QA verification guides for bug fixes and features is time-consuming and error-prone, requiring testers to dig through GitHub issues, PR discussions, and code diffs to identify test scenarios and edge cases.
Core Features & Use Cases
- Automated Guide Generation: Fetches GitHub issues and linked PRs via the GitHub CLI, then produces structured verification guides with primary scenarios, edge cases, and regression checks.
- Context Extraction: Mines issue comments and PR descriptions for edge cases, platform-specific notes, and related issues, and reviews code diffs for PRs under 500 lines.
- Verification Comment Templates: Generates ready-to-paste verification comments with auto-detected Positron and OS versions via a cross-platform detection script.
- Use Case: A QA engineer assigned issue #4567 from the verification board runs the skill to instantly receive a complete markdown test guide with setup steps, expected behavior, and regression checks.
Quick Start
Ask the assistant to generate a QA verification guide for Positron issue 4567.