qa-handoff

Post a QA testing checklist to a GitHub issue with acceptance criteria.

1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/opsMachine/OM-Agency --skill qa-handoff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-handoff
Source: https://github.com/opsMachine/OM-Agency/tree/main/skills/qa-handoff
Command: npx skills add https://github.com/opsMachine/OM-Agency --skill qa-handoff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual QA handoffs often fail to communicate test expectations clearly, leading to missed issues and delays. This skill automates posting a complete QA checklist to the relevant GitHub issue to ensure testers have precise guidance.

Core Features & Use Cases

  • Reads the spec document and extracts acceptance criteria to form a structured testing checklist
  • Posts a formatted QA checklist to the GitHub issue and links the related PR for traceability
  • Updates project boards to reflect QA readiness and provides notes for testers

Quick Start

Provide the issue number and the spec path to generate and post a QA handoff checklist to the GitHub issue.

Frequently Asked Questions about qa-handoff

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

FAQPage Schema
How do I post a QA checklist to a GitHub issue for testing handoff?

To post a QA checklist to a GitHub issue, provide the issue number and spec path. The skill extracts acceptance criteria, formats the checklist, links the open PR, and posts it as a comment for testers.

What is the best way to automate QA handoffs with GitHub issues and PRs?

Automating QA handoffs with GitHub issues involves reading a spec document to extract acceptance criteria, then posting a formatted testing checklist directly to the issue and linking the related PR for traceability.

Can I generate a testing checklist from a spec document for project management?

Yes, you can generate a testing checklist from a spec document. The skill reads the provided spec path, extracts the acceptance criteria, and formats it into a structured guide for QA testers.

Does the QA handoff process update the GitHub project board automatically?

Yes, the QA handoff process updates the GitHub project board automatically. After posting the testing checklist to the issue, it reflects QA readiness and provides notes for testers on the board.

How do QA testers find environment details and test scenarios in a GitHub issue?

QA testers find environment details and test scenarios in a GitHub issue through the posted comment. The checklist is generated from the spec path and includes acceptance criteria to guide the testing process.

When do I need to use an automated QA checklist for GitHub pull requests?

You need an automated QA checklist for GitHub pull requests when a feature implementation is complete. It ensures testers receive precise guidance with test scenarios and environment details before QA begins.