qa

Runs governed QA validation on Nexus builds and writes qa-report.md.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/LaPaGaYo/nexus --skill qa-lapagayo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/LaPaGaYo/nexus/tree/main/skills/canonical/qa
Command: npx skills add https://github.com/LaPaGaYo/nexus --skill qa-lapagayo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Nexus QA provides governance-bound validation to ensure that every Nexus build passes required checks before ship. It records QA findings with severities, reproductions, and evidence, and anchors decisions in a standardized qa-report that feeds downstream lifecycle stages.

Core Features & Use Cases

  • Enforced QA scope across governance rules and lifecycle milestones (after /review, before /ship)
  • Structured findings with severity, reproducible steps, and evidence, written to qa-report.md
  • Supports cross-host orchestration and integration with lifecycle commands to gate ship readiness

Quick Start

Invoke /qa after /review to run a governed QA pass on the current build.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I gate ship readiness with governed QA validation for my builds?▼

You gate ship readiness by running governed QA validation that applies lifecycle checks to your builds and generates a qa-report.md to anchor decisions before shipping.

What is the best way to structure QA findings with evidence for build validation?▼

The best way to structure QA findings is to record severity, reproducible steps, and evidence for each issue, writing the results to a standardized qa-report.md file for downstream lifecycle stages.

How does cross-host orchestration work with governed QA passes?▼

Cross-host orchestration works with governed QA passes by applying validation rules during distributed flows, gating ship readiness across hosts while recording findings in a standardized qa-report.md.

Do I need to run a review before invoking governed QA validation?▼

You need to run a review pass before invoking governed QA validation, as the enforced QA scope applies to governance-sensitive flows and lifecycle milestones after review and before ship.

What limitations exist when gating ship readiness with build validation reports?▼

Limitations exist when gating ship readiness because build validation reports only anchor decisions for governance-sensitive flows; findings must include severity, reproducible steps, and evidence to feed downstream lifecycle stages properly.

Nexus QA: when do I need governed validation for my builds?▼

You need governed validation for your builds when passing required lifecycle checks before ship, ensuring Nexus builds meet governance rules and cross-host orchestration requirements through structured QA passes.