tester-queue-handler

Review pull requests against acceptance criteria and run automated build and test commands.

4|2|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/stepandel/clawup --skill tester-queue-handler
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tester-queue-handler
Source: https://github.com/stepandel/clawup/tree/main/examples/multi-agent/tester/skills/tester-queue-handler
Command: npx skills add https://github.com/stepandel/clawup --skill tester-queue-handler

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end process of handling QA tickets, from reviewing pull requests to running tests and reporting results, significantly speeding up the feedback loop for developers.

Core Features & Use Cases

  • Automated PR Review: Checks code against acceptance criteria before running tests.
  • Build & Test Execution: Runs install, build, and test commands automatically.
  • Automated Reporting: Approves PRs on success or requests changes with detailed feedback on failure.
  • Use Case: When a new ticket is assigned to the QA agent in the Linear queue, this skill will automatically pick it up, review the associated PR, run the necessary tests, and either approve the PR or request changes with specific feedback.

Quick Start

Process the next ticket in the QA queue by reviewing its associated pull request and running automated tests.

Frequently Asked Questions about tester-queue-handler

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

FAQPage Schema
How do I automate QA ticket processing for pull requests in Linear?

Automating QA ticket processing involves reviewing pull requests against acceptance criteria and executing build and test commands automatically. This Skill picks up assigned Linear tickets, runs tests, and updates ticket status while providing direct PR feedback.

Can I automatically approve pull requests after running build and test commands?

Yes, automated PR approval is possible by executing install, build, and test commands. This Skill checks code against acceptance criteria and either approves the pull request on success or requests changes with detailed failure feedback.

Does this automated QA workflow integrate with Git and Linear for continuous integration?

Yes, the automated QA workflow integrates directly with Git and Linear. It connects pull requests to Linear tickets, manages ticket queue status updates automatically, and runs continuous integration commands to validate code changes.

What is the best way to handle QA queue tickets without manual code review?

Handling QA queue tickets without manual review requires an automated agent to evaluate pull requests against defined acceptance criteria. This Skill automatically processes queue tickets, runs necessary tests, and posts feedback directly to the PR.

How does automated ticket status management work when a pull request fails tests?

Automated ticket status management updates the Linear ticket and requests changes on the pull request when tests fail. The Skill provides specific feedback on the failure, ensuring developers know exactly what needs fixing before re-submission.

Do I need predefined acceptance criteria to automate pull request reviews?

Yes, predefined acceptance criteria are required to automate pull request reviews effectively. The Skill uses these criteria to evaluate the code before running build and test commands, ensuring the PR meets quality standards automatically.