qe-audit

Automate quality engineering audits on recent commits and adversarial bash tests.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/zeveck/zskills --skill qe-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qe-audit
Source: https://github.com/zeveck/zskills/tree/main/skills/qe-audit
Command: npx skills add https://github.com/zeveck/zskills --skill qe-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QE audits identify gaps in test coverage and regressions by reviewing recent commits and enabling adversarial bash tests to surface bugs.

Core Features & Use Cases

  • Commit audit: review recent commits for test gaps and potential bugs, and create issues for findings.
  • Bash stress-testing: adversarially stress a feature to reveal edge cases and stability issues.
  • Scheduling and automation: support every/now/next/stop to automate periodic audits and track progress.

Quick Start

Invoke /qe-audit to perform a commit audit or enter bash mode to stress-test a feature.

Frequently Asked Questions about qe-audit

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

FAQPage Schema
How do I automate quality engineering audits on recent git commits?

You can automate quality engineering audits on recent commits by invoking the audit workflow to automatically review changes, identify test coverage gaps, and flag potential bugs or regressions.

What is bash stress-testing and how does it reveal edge cases?

Bash stress-testing is an adversarial testing method that subjects features to edge-case scenarios via command-line scripts, revealing stability issues and bugs that standard tests might miss.

Can I automatically create issues for bugs found during a commit audit?

Yes, you can automatically create actionable issues for findings discovered during commit audits, directly updating your QE issues tracker to streamline bug resolution workflows.

How do I schedule automated periodic audits for test coverage gaps?

You can schedule automated periodic audits using the every, now, next, and stop commands, enabling continuous tracking of test coverage gaps and regressions over time.

Does this quality engineering audit tool support targeting specific code areas?

Yes, the quality engineering audit workflow supports optional area targeting, allowing you to focus commit reviews and stress tests on specific features or codebase sections.

What is the best way to identify regressions in recent commits?

The best way to identify regressions in recent commits is through automated quality engineering audits that review changes, surface coverage gaps, and generate actionable issues for tracking.