/run-tests Skill

Execute the RPAG local-dev test harness and aggregate PASS/FAIL/WARN/SKIP/HUMAN counts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Great-Gray-Group/devops-skills --skill run-tests-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /run-tests Skill
Source: https://github.com/Great-Gray-Group/devops-skills/tree/main/run-tests
Command: npx skills add https://github.com/Great-Gray-Group/devops-skills --skill run-tests-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates running the RPAG local-dev test harness and reporting results to developers, reducing manual test latency and ensuring consistent quality signals.

Core Features & Use Cases

  • End-to-end test orchestration: Executes the full 8-suite RPAG test matrix and aggregates PASS/FAIL/WARN/SKIP/HUMAN counts.
  • Coverage governance: Enforces the 80% minimum coverage gate before tickets can move to QA or Done, surfacing gaps for remediation.
  • Result reporting & workflow integration: Produces a concise summary suitable for Jira comments and Confluence notes, including failure details and actionable next steps.

Quick Start

Run the test harness to execute all suites and view the results summary.

Frequently Asked Questions about /run-tests Skill

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

FAQPage Schema
How do I automate RPAG test harness execution and aggregate results?

Automate RPAG test harness execution by running the full 8-suite test matrix, which aggregates PASS, FAIL, WARN, SKIP, and HUMAN counts into a concise summary for quick developer evaluation.

How does coverage governance work for local-dev test workflows?

Coverage governance enforces an 80% minimum coverage gate before tickets move to QA or Done. It evaluates local-dev test results and surfaces specific coverage gaps for immediate remediation.

Can I use test reporting to update Jira comments and Confluence notes?

Yes, you can use test reporting to update Jira and Confluence. The workflow produces a concise summary including failure details and actionable next steps suitable for pasting directly into Jira comments and Confluence notes.

Does the test harness require specific dependencies to run quality gates across services?

No specific dependencies are required to run quality gates across services. The test harness operates independently to execute suites and enforce the 80% coverage threshold across different environments.

What is the best way to surface actionable test failures during development cycles?

The best way to surface actionable failures is executing the full test matrix, which aggregates results and highlights specific failures or warnings alongside actionable next steps for consistent quality signals.