qa-gate

Generate standardized quality gate reports with pass/fail decisions for code reviews.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/GDSDN/kord-aios --skill qa-gate-gdsdn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-gate
Source: https://github.com/GDSDN/kord-aios/tree/main/src/features/builtin-skills/kord-aios/qa/qa-gate
Command: npx skills add https://github.com/GDSDN/kord-aios --skill qa-gate-gdsdn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of a standardized quality gate report, providing a clear pass/fail decision with actionable feedback for code reviews.

Core Features & Use Cases

  • Automated Gate Generation: Creates a standalone QA gate file with pass/fail status and detailed findings.
  • Standardized Reporting: Enforces consistent issue severity levels and ID prefixes.
  • Story Status Management: Integrates with a story lifecycle to update status based on gate results.
  • Use Case: After a developer submits a pull request, this Skill can automatically generate a QA gate report detailing any high-severity security vulnerabilities or unmet acceptance criteria, ensuring code quality before merging.

Quick Start

Run the qa-gate skill to generate a quality gate report for the current story.

Frequently Asked Questions about qa-gate

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

FAQPage Schema
How do I automate a quality gate report for code reviews?

A quality gate report for code reviews provides a standardized pass/fail decision with actionable feedback. It enforces consistent issue severity levels and ID prefixes to ensure code quality before merging.

Can I automate story status updates based on QA gate results?

Yes, story status updates can be automated based on QA gate results. The quality gate process integrates with the story lifecycle to update status automatically depending on the pass or fail outcome of the review.

How does automated code review reporting enforce consistent severity levels?

Automated code review reporting enforces consistent severity levels by applying a defined severity scale and standardized issue ID prefixes during quality gate generation, ensuring uniform issue tracking across reports.

What is the best way to ensure code quality before merging a pull request?

The best way to ensure code quality before merging is to run an automated quality gate that generates a pass/fail report, detailing high-severity vulnerabilities or unmet acceptance criteria with actionable feedback.

Does the quality gate reporting process require any external dependencies?

The quality gate reporting process does not require external dependencies. It operates independently to generate standalone QA gate files containing pass/fail status and detailed findings.