executing-qa

Execute adversarial QA on feature branches and generate version-2 results artifacts.

2|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/lwndev/lwndev-marketplace --skill executing-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-qa
Source: https://github.com/lwndev/lwndev-marketplace/tree/main/plugins/lwndev-sdlc/skills/executing-qa
Command: npx skills add https://github.com/lwndev/lwndev-marketplace --skill executing-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, git, and includes scripts (resource) components.

What problem does it solve?

Executes adversarial QA against a feature branch by writing and running real tests (or producing a structured exploratory review when no test framework is detected). It emits a version-2 results artifact to support auditing and governance.

Core Features & Use Cases

  • Adversarial QA across feature branches to validate code changes.
  • Capability-driven selection of test-framework vs exploratory review; supports drift detection and reconciliation.
  • Generates QA-results artifacts with capability reports, execution results, and delta against requirements.

Quick Start

Run executing-qa on the current branch to produce a QA results artifact.

Frequently Asked Questions about executing-qa

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

FAQPage Schema
How do I run adversarial QA tests on a feature branch?

Execute adversarial QA by writing and running real tests against your feature branch to validate behavior and surface failures. When no test framework is detected, it produces a structured exploratory review instead.

What happens to QA when no test framework is detected in the repository?

When no test framework is detected, adversarial QA falls back to producing a structured exploratory review. This ensures behavior validation and failure surfacing continue without requiring external testing dependencies.

Do I need jq and git installed to execute feature branch QA?

Yes, you need jq and git installed to execute feature branch QA. These dependencies support capability discovery, plan loading, and artifact rendering scripts that enforce structure and traceability throughout the validation process.

How does capability discovery work for feature branch testing?

Capability discovery for feature branch testing works by probing the consumer's environment to select a test-framework path or exploratory review. This adapts the adversarial QA execution to available tools and renders a compliant results artifact.

What is a version-2 QA artifact and why is it needed for auditing?

A version-2 QA artifact is a structured results file containing capability reports, execution results, and requirement deltas. It enforces traceability and supports governance by providing an auditable record of adversarial QA validation.

Can I use exploratory review instead of automated tests for feature branch validation?

Yes, you can use exploratory review instead of automated tests for feature branch validation. The system adapts to consumer capabilities, selecting exploratory review when no test framework is detected, and still renders a version-2 QA artifact for auditing.