qa-review-story

Scan code with CodeRabbit and fix critical, high, and medium severity issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the rigorous process of code quality scanning and self-healing, ensuring code meets high standards before human review and reducing manual effort.

Core Features & Use Cases

  • Automated Code Scanning: Utilizes CodeRabbit to scan code for critical, high, and medium severity issues.
  • Self-Healing Loop: Attempts to automatically fix identified issues across multiple iterations.
  • Risk Assessment: Determines review depth based on code changes and project history.
  • Use Case: Before a developer submits a pull request, this Skill can run automatically, identify potential bugs or security vulnerabilities, attempt to fix them, and generate a quality gate report, streamlining the review process.

Quick Start

Run the qa-review-story skill to automatically scan and attempt to fix code quality issues in the current story.

Frequently Asked Questions about qa-review-story

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

FAQPage Schema
How do I automate code quality scanning before a pull request?

Automated code quality scanning runs via CodeRabbit to identify critical, high, and medium severity issues. It assesses code changes, performs risk analysis, and attempts self-healing fixes to ensure standards are met before human review.

What is self-healing code review and how does it work?

Self-healing code review automatically identifies bugs and vulnerabilities using CodeRabbit, then attempts to fix them across multiple iterations. This loop runs before human review to reduce manual effort and generate a quality gate report.

How do I integrate automated quality gate reports with story management?

Quality gate reports integrate with story management for automated status updates and ClickUp synchronization. After code scanning and self-healing attempts, the system updates story statuses automatically based on the assessed quality gate results.

Can I use CodeRabbit for risk analysis on code changes?

Yes, CodeRabbit performs risk analysis to determine review depth based on code changes and project history. This risk assessment ensures appropriate scanning severity for critical, high, and medium issues before generating quality gate reports.

Does automated code scanning require manual fixes for identified vulnerabilities?

Automated code scanning attempts self-healing to fix identified vulnerabilities automatically across multiple iterations. If issues remain unresolved, the system generates a quality gate report detailing the outstanding critical, high, and medium severity issues for human review.