qa-monitor

Monitor git HEAD changes and trigger regression tests for SubAgent workflows.

12|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/blackplume233/Actant --skill qa-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-monitor
Source: https://github.com/blackplume233/Actant/tree/main/.agents/skills/qa-monitor
Command: npx skills add https://github.com/blackplume233/Actant --skill qa-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Monitors git HEAD changes and triggers full regression tests when new commits appear for SubAgent workflows.

Core Features & Use Cases

  • Monitors HEAD changes in your repository and automatically starts a full regression test cycle.
  • Runs tests in isolated temporary directories and generates per-round logs and aggregated reports.
  • Supports both mock and real launcher modes, with configurable interval, idle limits, and scenario selection.
  • Produces trendable QA metrics and regression results for ongoing quality assurance.

Quick Start

Start the QA watch loop with default settings to monitor HEAD changes and trigger regression tests.

Frequently Asked Questions about qa-monitor

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

FAQPage Schema
How do I automatically trigger regression tests when new git commits appear?

To configure continuous testing, set polling intervals to check for HEAD changes, define idle limits, and select specific scenarios to run. Tests execute in isolated temporary directories with both mock and real launcher modes available.

Can I run regression tests in isolated directories for SubAgent workflows?

Yes, you can run regression tests in isolated temporary directories specifically for SubAgent workflows. This approach ensures end-to-end test coverage and traceability without interfering with your main working directory.

What is continuous QA monitoring and how does it apply to integration environments?

Continuous QA monitoring is the process of watching repository HEAD changes to trigger automated regression tests, applying to continuous integration-like environments to ensure ongoing quality assurance with trendable metrics.

Does the regression test monitoring support mock and real launcher modes?

Yes, the regression test monitoring supports both mock and real launcher modes, allowing you to validate test configurations safely before executing full regression cycles against real environments.

How do I generate trendable QA metrics and standardized reports for regression testing?

You generate trendable QA metrics and standardized reports by running continuous regression test cycles that produce per-round logs and aggregated results, ensuring end-to-end test coverage and traceability.