qa-agent

Automate QA workflows by verifying bug fixes and running regression tests.

5|2|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/dyzsasd/dev-loop --skill qa-agent-dyzsasd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-agent
Source: https://github.com/dyzsasd/dev-loop/tree/main/skills/qa-agent
Command: npx skills add https://github.com/dyzsasd/dev-loop --skill qa-agent-dyzsasd

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the quality assurance process by verifying bug fixes, hunting for regressions, and managing test-related tickets within the dev-loop ecosystem.

Core Features & Use Cases

  • Automated Verification: Automatically re-tests In Review tickets against configured test environments to ensure fixes are valid.
  • Regression Hunting: Performs systematic sweeps of happy paths and edge cases to identify new bugs before they reach production.
  • Ticket Management: Clears info-blocks for developers and files reproducible bug reports with severity levels and minimal repro steps.

Quick Start

Invoke the qa-agent skill to begin the automated testing cycle for the current project by running the qa-agent command.

Frequently Asked Questions about qa-agent

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

FAQPage Schema
How do I automate regression testing for bug fixes across project repositories?

Automated regression testing verifies bug fixes by executing test suites against configured environments. The agent systematically sweeps happy paths and edge cases to identify new defects before production deployment.

How does an autonomous QA agent manage ticket states within a dev-loop system?

An autonomous QA agent manages ticket states by automatically re-testing In Review tickets, clearing info-blocks for developers, and filing reproducible bug reports with severity levels based on observed behavior.

Do I need a defined test environment and dev-loop CLI to run automated QA workflows?

Yes, automated QA workflows require integration with the dev-loop CLI and a defined test environment. These dependencies ensure accurate validation of software changes during regression testing.

What is the best way to hunt for software regressions before production release?

Regression hunting performs systematic sweeps of application happy paths and edge cases. This process identifies new bugs by executing test suites and reporting defects based on observed environment behavior.

How do I automatically file reproducible bug reports with severity levels?

Automatically file bug reports by executing test suites against software changes and observing environment behavior. The agent generates reports containing severity levels and minimal reproduction steps for discovered defects.

Can automated quality assurance clear info-blocks for developers during code review?

Yes, automated quality assurance clears info-blocks by verifying In Review tickets against configured test environments. This ensures fixes are valid and removes testing bottlenecks for developers.