Runs end-to-end QA validation on PRs and outputs a formatted report. Acts as a standalone entry point for testing.

Install

mkdir -p .claude/skills/qa-wp-media && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17322" && unzip -o skill.zip -d .claude/skills/qa-wp-media && rm skill.zip

Installs to .claude/skills/qa-wp-media

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Run QA validation on a pull request — boots the local environment, tests acceptance criteria, and optionally posts the report as a PR comment. Standalone entry point for the qa-engineer agent.
192 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Load project configuration from an orchestrator skill
  • Resolve PR number and base branch from arguments or current branch
  • Invoke a `qa-engineer` sub-agent for validation
  • Boot the local environment for testing
  • Validate acceptance criteria against PR changes
  • Generate a formatted QA report

How it works

The skill loads project configuration, resolves the PR, then invokes a `qa-engineer` sub-agent to boot the local environment, test acceptance criteria, and generate a QA report. It then offers to post this report as a PR comment.

Inputs & outputs

You give it
A PR number or URL
You get back
A formatted QA report, with an option to post it as a PR comment

When to use qa

  • Validate a pull request
  • Run e2e tests for a specific branch
  • Generate a QA report for code changes

About qa

Boots the application environment, runs automated test suites against PR changes, and validates acceptance criteria. It generates a detailed QA report for the user or PR comments.

Run QA validation on a pull request — boots the local environment, tests acceptance criteria, and optionally posts the report as a PR comment. Standalone entry point for the qa-engineer agent.

When not to use it

  • When a full QA validation is not required for a PR
  • When the project does not use a `qa-engineer` sub-agent
  • When the user does not want to boot a local environment for testing

Limitations

  • The skill requires project configuration from an orchestrator skill
  • The skill relies on a `qa-engineer` sub-agent for validation
  • The skill does not automatically post the QA report; user confirmation is required

How it compares

This skill provides a standalone, automated QA validation process for any PR, including environment setup and acceptance criteria testing, which is more efficient and consistent than manual testing.

Compared to similar skills

qa side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
qa (this skill)02moReviewIntermediate
verify67moNo flagsBeginner
code-change-verification45moReviewBeginner
springboot-verification45moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry