QAGuard

Audit test coverage and enforce quality standards across software projects.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Ghabs95/agents --skill qaguard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: QAGuard
Source: https://github.com/Ghabs95/agents/tree/main/wlbl-agents/.agent/skills/qa_guard
Command: npx skills add https://github.com/Ghabs95/agents --skill qaguard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the critical need for consistent quality and reliability across all projects by enforcing testing standards and preventing regressions.

Core Features & Use Cases

  • Test Coverage Audits: Monitors and flags projects falling below defined test coverage thresholds.
  • Regression Prevention: Verifies test coverage for cross-project changes before approval.
  • Test Strategy Guidance: Recommends appropriate test types for new features.
  • CI/CD Integration: Works with Ops to ensure tests block problematic merges.
  • Use Case: If a new API endpoint is added to wlbl-ecos that wlbl-app depends on, QAGuard ensures that integration tests covering this new interaction are in place and passing before the change is merged.

Quick Start

Use the QAGuard skill to audit test coverage for the wlbl-app project.

Frequently Asked Questions about QAGuard

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

FAQPage Schema
How do I prevent regressions when adding cross-project API endpoints?

Prevent regressions for cross-project API changes by verifying integration tests are in place and passing before merging. QAGuard checks that dependent projects have adequate test coverage for new interactions to block problematic merges.

How do I audit test coverage for multiple software projects?

Audit test coverage for multiple projects by monitoring defined coverage metrics and flagging repositories falling below established thresholds. QAGuard enforces these testing standards across web, mobile, and backend services.

What testing strategy should I use for new software features?

Determine your testing strategy for new features by evaluating project requirements and recommending appropriate test types. QAGuard provides test strategy guidance to ensure adequate coverage for each new implementation.

Can I block problematic merges in CI/CD pipelines using test coverage thresholds?

Block problematic merges in CI/CD pipelines by integrating quality checks that enforce defined coverage metrics. QAGuard works with Ops to ensure tests prevent merging changes that fail coverage verification.

Does QAGuard work with both mobile and backend test coverage enforcement?

QAGuard works with mobile, web, and backend services by enforcing project-specific testing frameworks and coverage metrics. It manages testing strategy across a diverse software ecosystem to ensure consistent quality standards.