qa-review-pr
Installation
SKILL.md
QA Review of a Pull Request
Think about a feature like a senior QA engineer and surface risk scenarios.
Gather intent with the qa-pr-requirements-analyzer skill first.
Think
- Does the provided implementation represent original task or requirement.
- Possible ambiguities in implementation
- Possible contradictions with existing practices, features
- Possible duplication of existing features or patterns
- Unobvious usage: edge cases, repeated actions, boundary values, cancellations.
- Combinations: how this feature interacts with other features.
- Security vulnerabilities.