QA Review Templates

Generate standardized QA report templates and dimension-tagged persona guidance for /qa workflows.

48|18|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/pageel/para-workspace --skill qa-review-templates
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: QA Review Templates
Source: https://github.com/pageel/para-workspace/tree/main/templates/common/agents/skills/qa
Command: npx skills add https://github.com/pageel/para-workspace --skill qa-review-templates

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill prevents QA output from being inconsistent by providing standardized templates, persona checklists, and routing inputs that a /qa workflow can load just-in-time.

Core Features & Use Cases

  • QA report templating: Produces a structured QA Review Report format with verdict semantics, coverage tracking, and action-item sections for predictable review artifacts.
  • Persona question banks: Supplies curated, dimension-tagged prompts (e.g., [LOGIC], [SEC], [FEAS], [GOV]) to generate thorough questions without rewriting the evaluation rubric each time.
  • Process selection and router data: Defines process menus, comparison logic, and process-specific reference templates to support full-plan, phase-loop, risk-driven, and adversarial QA modes.

Quick Start

Ask the agent to run the /qa workflow for your target artifact and mode, and ensure it loads this Skill’s templates to create Projects/[project]/artifacts/qa/qa-[date]-[mode]-[target]-[seq].md in your preferred language.

Frequently Asked Questions about QA Review Templates

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

FAQPage Schema
How do I generate standardized QA reports for artifact reviews?

You can generate standardized QA reports by invoking the `/qa` workflow to load just-in-time templates, which produce structured formatting with verdict semantics, coverage tracking, and action-item sections for your target artifact.

What are dimension-tagged persona prompts for QA workflows?

Dimension-tagged persona prompts are curated question banks using tags like `[LOGIC]`, `[SEC]`, and `[GOV]` that supply thorough evaluation criteria without rewriting the rubric for each QA review.

Which QA review modes are available for full-plan and adversarial validation?

Available QA review modes include full-plan, phase-loop, risk-driven, and adversarial red-team validation, supported by process menus and comparison logic to route the correct reference templates.

How do I ensure consistent QA report formatting across different review scenarios?

Consistent QA report formatting is enforced by loading standardized templates via a YAML frontmatter entry, ensuring predictable review artifacts with language translation while preserving logic tags.

Can I translate QA review report templates into another language while keeping logic tags intact?

Yes, the QA review templates support language translation while strictly preserving structural formatting and dimension-tagged logic tags like `[FEAS]` and `[GOV]` throughout the generated artifact.

Do I need YAML frontmatter to use QA review templates?

Yes, a YAML frontmatter entry containing the name and description is required to satisfy just-in-time sidecar loading and properly route the `/qa` workflow templates for your target artifact.