What problem does it solve?
QA teams struggle to translate a stream of merged pull requests into an actionable manual testing plan. This Skill turns a window of merged PRs into a prioritized, click-by-click verification report delivered as a docs-only PR against the develop branch.
Core Features & Use Cases
- Flexible PR windows: Analyze merged PRs by date floor, PR-number floor, or the default last 7 days, with optional inclusion of open PRs.
- Prioritized QA routes: Groups PRs into P0/P1/P2 testing areas with click paths, verification steps, and risk callouts mapped to priority and risk labels.
- Dual artifacts: Writes both markdown and standalone HTML reports under
.ai/analysis/ and ships them as a labeled docs-only PR.
- Use Case: After a sprint, run the Skill to produce a QA sign-off checklist covering every PR merged into develop, so testers know exactly where to click and what regressions to watch for.
Quick Start
Ask the agent to generate a QA scenarios report for all PRs merged in the last 7 days and open it as a docs-only PR against develop.