qa

Boot a local QA environment, execute acceptance criteria, and produce a test report.

81|31|Updated Jul 12, 2016
One-click install
npx skills add https://github.com/wp-media/imagify-plugin --skill qa-wp-media
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/wp-media/imagify-plugin/tree/main/.claude/skills/qa
Command: npx skills add https://github.com/wp-media/imagify-plugin --skill qa-wp-media

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the QA validation of pull requests by booting a local environment, executing acceptance criteria, and producing a test report to streamline code quality assurance.

Core Features & Use Cases

  • Boot Local QA: Stand up a local QA environment for the target PR to run checks consistently.
  • Automated Acceptance Tests: Execute predefined acceptance criteria to verify PR readiness.
  • Optional PR Comment: Post the QA results as a comment on the PR to enable visibility.
  • Standalone Entry Point: Serves as a dedicated entry point for the qa-engineer agent in isolation.

Quick Start

Boot the QA workflow for a PR and generate a comprehensive test report.

Frequently Asked Questions about qa

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate QA validation for pull requests?

Automate QA validation for pull requests by booting a local QA environment, executing acceptance criteria, and generating a comprehensive test report to streamline code quality assurance.

Can I post automated acceptance test results as a PR comment?

Yes, you can optionally post automated acceptance test results directly as a PR comment to provide visibility and verify PR readiness for the team.

What is the best way to run end-to-end checks in a local QA environment?

Running end-to-end checks in a local QA environment involves booting a dedicated environment for the target PR and executing predefined acceptance criteria to validate readiness.

Does this standalone QA workflow require an orchestrator config?

Yes, this standalone QA workflow requires loading orchestrator config to resolve the PR and run the qa-engineer agent in isolation for automated end-to-end checks.

When should I not use an automated acceptance criteria workflow for PRs?

Avoid using an automated acceptance criteria workflow for PRs when you lack predefined acceptance criteria or need a local environment setup, as the process relies on executing these checks.