qa-review-proposal

Automate review and approval of modification proposals with code quality and security checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fs, path, chalk, inquirer, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the review process for modification proposals, ensuring code quality, identifying potential conflicts, and streamlining the approval workflow.

Core Features & Use Cases

  • Automated Analysis: Performs checks for code quality, security vulnerabilities, and test coverage.
  • Conflict Detection: Identifies potential conflicts with other pending proposals.
  • Interactive Review: Guides users through the review process with clear prompts and options.
  • Use Case: A developer submits a proposal to refactor a core component. This Skill analyzes the changes, flags a potential security risk, and prompts the reviewer to request specific changes before approval.

Quick Start

Use the qa-review-proposal skill to review the proposal with ID 'proposal-1234567-abc123' and approve it.

Frequently Asked Questions about qa-review-proposal

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

FAQPage Schema
How do I automate code review and proposal approval in a development workflow?

Automating code review and proposal approval requires analyzing code quality, detecting conflicts, and validating test coverage before providing approval status. This Skill executes these checks and supports both interactive and automated modes with detailed feedback.

How does automated conflict detection work for pending modification proposals?

Conflict detection for modification proposals works by analyzing pending changes to identify potential overlaps with other active proposals. This Skill performs automated analysis to flag conflicts, security issues, and test coverage gaps before generating detailed feedback.

Can I use interactive review prompts to guide the proposal approval process?

Yes, interactive review prompts guide users through the proposal approval process using clear options. This Skill supports interactive modes alongside automated workflows to analyze code quality, check security vulnerabilities, and validate test coverage.

What dependencies are needed to run automated quality assurance checks on code proposals?

Running automated quality assurance checks requires the fs, path, chalk, and inquirer dependencies. Additionally, proposal management and notification services are required for execution to validate test coverage and detect security issues.

What is the best way to validate test coverage and check security vulnerabilities in code proposals?

The best way to validate test coverage and check security vulnerabilities is through automated analysis during the proposal review phase. This Skill performs comprehensive checks for code quality, security risks, and test coverage while detecting conflicts with pending proposals.

Are there limitations when using qa-review-proposal for modification proposal reviews?

Limitations of qa-review-proposal include its dependency on external proposal management and notification services for execution. Without these services, the Skill cannot fully automate the review process or deliver detailed feedback and status updates.