aiox-qa

Reviews test architecture and generates PASS, CONCERNS, FAIL, or WAIVED gate decisions.

Updated May 4, 2026
One-click install
npx skills add https://github.com/hitoshiseki/jutsu-simulator --skill aiox-qa-hitoshiseki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aiox-qa
Source: https://github.com/hitoshiseki/jutsu-simulator/tree/main/.claude/skills/AIOX/agents/qa
Command: npx skills add https://github.com/hitoshiseki/jutsu-simulator --skill aiox-qa-hitoshiseki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates inconsistent test coverage, subjective quality gate decisions, and missed quality risks by providing a systematic, risk-based test architect persona that handles comprehensive code review, requirements traceability, and non-functional requirement validation for software development teams.

Core Features & Use Cases

  • Comprehensive Test Architecture Review: Maps user stories to test cases using Given-When-Then patterns, validates full acceptance criteria coverage, and assesses testability of code changes.
  • Risk-Based Quality Assessment: Evaluates defect probability and impact to prioritize testing efforts, generates risk matrices, and identifies technical debt with actionable improvement suggestions.
  • Automated Quality Gate Decisions: Integrates with CodeRabbit for pre-review automated scanning, generates clear PASS/CONCERNS/FAIL/WAIVED gate decisions with rationale, and provides advisory feedback without blocking development progress.
  • Use Case: A development team that just finished implementing a payment processing feature can use this Skill to run a full QA review, catch security vulnerabilities and missing edge case tests, and get a clear go/no-go decision for merging the code.

Quick Start

Use the aiox-qa skill to run a full quality gate review for the user story 'implement-payment-processing' and get a merge decision with a prioritized list of required fixes and improvement suggestions.

Frequently Asked Questions about aiox-qa

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

FAQPage Schema
How do I automate quality gate decisions for code review?

Quality gate decisions are automated by evaluating code changes against risk-based criteria to generate clear PASS, CONCERNS, FAIL, or WAIVED statuses with rationale, providing advisory feedback without blocking development progress.

What is risk-based test architecture review for agile development?

Risk-based test architecture review evaluates defect probability and impact to prioritize testing efforts, mapping user stories to test cases using Given-When-Then patterns and validating full acceptance criteria coverage across agile cycles.

How do I ensure requirements traceability and non-functional requirement validation in QA?

Requirements traceability and non-functional validation are achieved by applying a systematic test architect persona to map user stories to test cases, assess testability, and validate security scanning alongside code quality.

Can I use automated test design to catch missing edge cases for payment features?

Automated test design can catch missing edge cases for payment features by running a full QA review that identifies security vulnerabilities, generates risk matrices, and validates full acceptance criteria coverage before merging code.

Does aiox-qa work with CodeRabbit for pre-review automated scanning?

Yes, this Skill integrates with CodeRabbit for pre-review automated scanning, combining security and code quality validation to generate go/no-go merge decisions with a prioritized list of required fixes.