qa-pr-requirements-analyzer

Installation
SKILL.md

QA PR Requirements Analyzer

Reviews a pull request's human-written context — title, description, comments, linked tickets, attached images — to extract the original requirements, verify scope, and produce a requirements summary that downstream skills (qa-write-test-cases) can consume.

Complement of pull-request-diff-analyzer:

Skill Input Output Focus
pull-request-diff-analyzer git diff, changed files AC from code changes "what the code does"
qa-pr-requirements-analyzer PR title, description, comments, linked issue summary of requirements with scope verification, AC "what the PR is supposed to do"
  • Use them together for a full picture.
  • If the user only wants to know what code changed, use pull-request-diff-analyzer instead.

Step 1: Detect PR Context

Installs
47
GitHub Stars
12
First Seen
Jun 25, 2026
qa-pr-requirements-analyzer — testomatio/skills