What problem does it solve?
Manually validating that PR changes satisfy Jira ticket requirements is error-prone and time-consuming. This skill automates the validation by comparing code changes, PR metadata, and CI status to the linked Jira ticket, producing an acceptance criteria checklist and a concise risk report.
Core Features & Use Cases
- Automated PR metadata retrieval: fetches PR title, body, additions, deletions, files changed, and author information from GitHub (gh CLI) to inform the review.
- Jira ticket alignment: extracts and loads Jira ticket details to compare against PR changes and acceptance criteria.
- AC checklist generation: constructs a structured acceptance criteria checklist highlighting pass/fail gaps and notable concerns.
- CI status awareness: includes CI results from GH checks to assess integration readiness.
- Use Case: For a sprint, automatically review a PR against its Jira ticket to ensure scope and acceptance criteria are met before merge.
Quick Start
Provide a PR number to initiate the review and receive a structured AC checklist and summary.