qa-run-tests

Execute unit and integration tests, then generate a QA report with CodeRabbit.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of running tests and performing code quality reviews, ensuring that code meets predefined standards before further integration or deployment.

Core Features & Use Cases

  • Automated Testing: Executes unit and integration tests to verify code functionality.
  • Code Quality Gates: Integrates with tools like CodeRabbit to assess code quality and identify potential issues.
  • QA Reporting: Generates comprehensive reports detailing test results, code quality metrics, and recommendations.
  • Use Case: A developer can use this Skill to automatically run all tests and perform a code review on their changes, receiving a clear pass/fail status and actionable feedback.

Quick Start

Run the qa-run-tests skill to execute all tests and perform a code quality review.

Frequently Asked Questions about qa-run-tests

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

FAQPage Schema
How do I automate unit and integration tests before deployment?

You can automate unit and integration tests by executing them alongside a code quality review to verify code functionality and ensure changes meet predefined standards before deployment.

How does an automated code quality review work with CodeRabbit?

An automated code quality review using CodeRabbit assesses your code changes, identifies potential issues, and parses the output to generate a report determining if your story is ready for deployment or requires fixes.

Can I generate a QA report that combines test results and code quality metrics?

Yes, you can generate a comprehensive QA report that parses test results and code quality metrics to provide a clear pass or fail status and actionable feedback for developers.

Does this automated testing workflow require any external dependencies?

This automated testing workflow operates without external dependencies, parsing unit and integration test results and CodeRabbit output internally to validate code changes for software engineers.

When do I need to run automated code quality checks?

You need to run automated code quality checks when you want to streamline validation of code changes, ensuring functionality and standards are met before further integration or deployment.