qa

Validate changes against acceptance criteria with evidence-backed pass/fail reporting.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/remiboivin021/synexis --skill qa-remiboivin021
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/remiboivin021/synexis/tree/main/.agents/skills/qa
Command: npx skills add https://github.com/remiboivin021/synexis --skill qa-remiboivin021

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate changes against acceptance criteria to prevent regressions and ensure functional correctness.

Core Features & Use Cases

  • Map acceptance criteria to explicit tests and checks.
  • Prioritize high-risk surfaces and regression-prone paths.
  • Provide evidence-backed pass/fail reporting and actionable fixes.

Quick Start

Provide a minimal validation plan for a feature by mapping acceptance criteria to explicit checks and report PASS or FAIL with prioritized findings.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I validate code changes against acceptance criteria to prevent regressions?

To validate changes against acceptance criteria, map each requirement to explicit tests and focus on high-risk surfaces. This risk-based QA workflow produces evidence-backed pass or fail reports with prioritized remediation actions to prevent regressions and ensure functional correctness.

What is risk-based QA testing for feature development and release gates?

Risk-based QA testing prioritizes high-risk surfaces and regression-prone paths during feature development, code review, and release gates. It enforces explicit test mapping and evidence-backed reporting to ensure changes pass functional correctness checks with confidence.

How do I map acceptance criteria to explicit tests for a new feature?

Mapping acceptance criteria to explicit tests involves creating a minimal validation plan. You provide this plan to guide the process, which then reports a PASS or FAIL status alongside prioritized findings and actionable fixes based on the gathered evidence.

Can I use this validation approach for code review and release gate checks?

Yes, this validation approach specifically targets risk-based QA workflows across feature development, code review, and release gates. It guides teams to focus on high-impact surfaces and enforces evidence-backed pass or fail reporting to ensure functional correctness.

What is the best way to generate evidence-backed pass/fail reports for software changes?

The best way to generate evidence-backed pass or fail reports is to validate changes against acceptance criteria. By enforcing explicit test mapping and prioritizing high-risk surfaces, the workflow outputs actionable, prioritized remediation actions for any identified failures.