qa-only

Generate QA reports with gstack's tools and jj-qa rules.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/disciplin-run-org/jjstack --skill qa-only-disciplin-run-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/disciplin-run-org/jjstack/tree/main/skills/qa-only
Command: npx skills add https://github.com/disciplin-run-org/jjstack --skill qa-only-disciplin-run-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gstack, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of QA reports, helping teams quickly identify issues without manual report compilation.

Core Features & Use Cases

  • Automated QA Reporting: Wraps gstack's /qa-only to produce compliance reports directly stored in the repository.
  • Enhanced Rules Application: Applies jj-qa rules for cleanup and docker-first verification during test runs.
  • Use Case: A developer runs this Skill after a build to automatically generate a QA report that highlights critical issues, saving manual review time.

Quick Start

Use the qa-only skill to generate a report on your current project and save the output in the designated reports folder.

Frequently Asked Questions about qa-only

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

FAQPage Schema
How do I automate QA report generation for continuous integration workflows?

Automated QA report generation for CI workflows is executed by running rules-based analysis that verifies code, performs cleanup steps, and stores compliance reports directly in the repository.

What is rules-based QA analysis and how does it work in a build pipeline?

Rules-based QA analysis in a build pipeline applies customized validation rules, such as docker-first verification, to test runs and automatically integrates the resulting analysis into project documentation.

Do I need gstack to run automated QA validation and reporting?

Yes, gstack is required as a dependency to run automated QA validation and reporting, because the Skill wraps gstack's tools to execute its analysis and generate the output reports.

How do I generate a QA compliance report and save it to my project repository?

Generating a QA compliance report and saving it to your project repository involves running the automated analysis tool, which outputs the compliance results directly to a designated reports folder.

What cleanup and verification steps are performed automatically during QA testing?

Cleanup and verification steps performed automatically during QA testing include applying jj-qa rules for environment cleanup and enforcing docker-first verification during the test runs.