QA-валидация pull request в GitHub
★ 6.9 · testing
Ручное и автоматизированное тестирование is a Claude Code skill that runs QA validation on a pull request in the wp-media/wp-rocket repository: it boots the local environment, checks every acceptance criterion from the issue spec, and then offers to post the full report as a PR comment. Reach for it when you need to QA a specific PR without manually wiring up the environment, when you want a structured pass/fail breakdown of all acceptance criteria posted directly to GitHub, or when the qa-engineer agent is used as a standalone entry point outside the main pipeline. The skill accepts a PR number or URL as an argument; if omitted, it resolves the PR from the current branch via GitHub CLI. It delegates execution to the qa-engineer sub-agent with the PR details and base branch, receives a Markdown report tagged with `<!-- ai-pipeline:qa-report -->`, displays it inline, and interactively asks whether to publish it. On publish, it checks for an existing report comment and updates it via `gh api PATCH` instead of creating a duplicate. Specs are read from `.TemporaryItems/Issues/wp-rocket/issues/<N>-spec.md`. Works exclusively with wp-media/wp-rocket as configured; teams using a different repository would need to adapt the spec paths and repo references before use.
- #qa
- #testing
- #pull-request
- #github
- #acceptance-criteria