factory-qa

Generate and validate QA report, release checklist, and changelog artefacts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/selossebdc-cell/portail-client-v2 --skill factory-qa-selossebdc-cell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: factory-qa
Source: https://github.com/selossebdc-cell/portail-client-v2/tree/main/.claude/skills/factory-qa
Command: npx skills add https://github.com/selossebdc-cell/portail-client-v2 --skill factory-qa-selossebdc-cell

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill coordinates the Factory DEBRIEF phase to ensure all mandatory QA and release artefacts are created, validated, and ready for packaging.

Core Features & Use Cases

  • Artefact generation and validation for 3 mandatory items: docs/qa/report.md, docs/release/checklist.md, and CHANGELOG.md, plus the release/ directory export.
  • Gate-driven workflow with entry checks (Gate 4), version detection, QA delegation, and exit remediation (Gate 5).
  • Use Case: When a release cycle is finished, you run this skill to produce a complete, audit-ready release package and its manifest.

Quick Start

Run the Factory DEBRIEF workflow to generate and validate all mandatory artefacts and export the release package.

Frequently Asked Questions about factory-qa

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

FAQPage Schema
How do I automate QA report and release checklist generation for a software release?

Automating QA report and release checklist generation requires orchestrating a debrief workflow that validates mandatory artifacts like docs/qa/report.md and docs/release/checklist.md, enforcing gate checks to deliver a release-ready package.

What is a gate-driven release workflow and when do I need it?

A gate-driven release workflow applies entry and exit checks during the QA debrief phase to validate artifacts, detect versions, and auto-remediate issues before final release packaging.

How do I create an audit-ready release package with a changelog?

To create an audit-ready release package, run a complete debrief workflow that generates and validates three artifact sets: the QA report, release checklist, and CHANGELOG.md, then exports the validated release directory.

Does the Factory DEBRIEF workflow integrate with gate-check.js and export-release.js tooling?

Yes, the Factory DEBRIEF workflow integrates with tooling like gate-check.js and export-release.js to enforce file presence, naming conventions, and section requirements while producing the final release package export.

What are the mandatory artifacts required to pass a release gate check?

The mandatory artifacts required to pass a release gate check are docs/qa/report.md, docs/release/checklist.md, and CHANGELOG.md, all of which must meet documented file presence, naming, and section requirements.

Why does my release pipeline fail the QA debrief phase?

A release pipeline fails the QA debrief phase when mandatory artifacts like the QA report, release checklist, or changelog are missing, fail naming conventions, or lack required sections, triggering auto-remediation or blocking the exit gate.