One-click install
npx skills add https://github.com/FelipeMaines/ProjetoWeb --skill aiox-qa-felipemaines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiox-qa
Source: https://github.com/FelipeMaines/ProjetoWeb/tree/main/.claude/skills/AIOX/agents/qa
Command: npx skills add https://github.com/FelipeMaines/ProjetoWeb --skill aiox-qa-felipemaines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams verify story and code quality by producing risk-aware test architecture guidance and actionable quality gate decisions before merges.

Core Features & Use Cases

  • Comprehensive QA Reviews: Run structured, multi-phase story reviews to validate acceptance criteria, testing approach, and quality readiness.
  • Quality Gate Decisions: Generate PASS/CONCERNS/FAIL/WAIVED outcomes with rationales for governance and merge confidence.
  • Risk, NFR, and Evidence Validation: Assess non-functional requirements, map evidence to requirements, and create risk profiles to prioritize verification efforts.
  • Security and Testability Checks: Perform security scans and reasoning checks (including false-positive verification) plus browser console validation for UI/runtime issues.

Use case: a story is marked ready for review and needs a defensible QA decision; run the review, then produce a gate decision and test strategy that can be executed by the team.

Quick Start

Run a comprehensive review for a story by typing: *review your-story-id.

Frequently Asked Questions about aiox-qa

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

FAQPage Schema
How do I generate a quality gate decision for a software story before merge?

To generate a quality gate decision, run a comprehensive QA review using the story ID. The review validates acceptance criteria, testing approach, and readiness, then outputs a PASS, CONCERNS, FAIL, or WAIVED outcome with rationales for merge confidence.

What is requirements traceability in a QA review workflow?

Requirements traceability in a QA review maps evidence to requirements to ensure all acceptance criteria are verified. This process assesses non-functional requirements and creates risk profiles to prioritize verification efforts before a story is approved.

How do I validate non-functional requirements and security scans during code review?

You validate non-functional requirements by running structured reviews that assess risk and map evidence. Security scans are integrated via automated CodeRabbit scanning, which includes false-positive verification and browser console validation for runtime issues.

Can I integrate automated security scanning with self-healing for critical issues?

Yes, the QA review workflow integrates automated CodeRabbit scanning with self-healing capabilities to address critical issues. It performs security reasoning checks and false-positive verification to ensure accurate quality gate decisions.

How do I create a risk-aware test strategy for software stories?

Create a risk-aware test strategy by executing a multi-phase story review that validates test architecture and assesses risk profiles. The workflow enforces operational guardrails, updating only the QA Results section to maintain review integrity.

Does the quality gate workflow update the entire story document during review?

No, the quality gate workflow enforces operational guardrails by updating only the QA Results section of the story document. This ensures structured governance and prevents unintended modifications to other story sections.