qa-review-build

Orchestrate a multi-phase QA review process for software builds and emit an APPROVE/REJECT signal.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates a comprehensive 10-phase Quality Assurance review process for completed software builds, ensuring validation against specifications, thorough testing, and a clear approval signal.

Core Features & Use Cases

  • Structured QA Workflow: Executes a defined 10-phase process from context loading to final signal emission.
  • Automated Testing & Verification: Integrates unit, integration, and E2E tests, along with browser and database validation.
  • Code & Security Review: Performs automated code quality checks, security vulnerability scans, and dependency audits.
  • Use Case: After a developer completes a new feature, this Skill can be invoked to automatically run all necessary checks, identify regressions, and produce a detailed report indicating whether the build is ready for deployment or requires further fixes.

Quick Start

Use the qa-review-build skill to perform a quality assurance review for story ID 6.1.

Frequently Asked Questions about qa-review-build

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

FAQPage Schema
How do I automate QA review for a software build?

Automate QA review for a software build by orchestrating a 10-phase process that includes context loading, environment setup, automated testing, database validation, and code review to generate a detailed report and an approval signal.

What is included in an automated build review process?

An automated build review process includes context loading, subtask verification, environment setup, unit and integration testing, browser and database validation, code review, and regression testing to ensure comprehensive quality assurance.

How can I automatically approve or reject a code build for deployment?

Automatically approve or reject a code build by running regression testing and security checks that evaluate issue severity against predefined rules, emitting a clear APPROVE or REJECT signal based on the results.

Does automated build testing include database and browser validation?

Yes, automated build testing includes both database and browser validation as part of its multi-phase workflow, verifying that the software functions correctly across different environments and data states before emitting an approval signal.

What is the best way to run regression testing and code reviews together?

Run regression testing and code reviews together using a structured 10-phase QA workflow that integrates automated testing, security vulnerability scans, and dependency audits to identify regressions and produce a detailed quality report.

When do I need a 10-phase QA workflow for my software builds?

You need a 10-phase QA workflow when a developer completes a new feature and requires thorough validation against specifications, regression identification, and a clear deployment readiness signal before releasing the software.