skillfed

agf-writing-qa-report

This skill automates the creation and distribution of comprehensive QA test reports within Claude Code's development environment. It captures test execution results, applies structured verdict logic, and publishes findings to stakeholders—ensuring quality gates remain enforced throughout the development lifecycle.

agf-writing-qa-report automates comprehensive QA test report creation by capturing test execution results, applying structured verdict logic, and publishing findings to stakeholders. The skill enforces quality gates throughout development by documenting E2E and UAT test outcomes with proper verdicts, recording bug-fix verification evidence, and ensuring all test data meets evidence quality standards before distribution.

AI-generated summary based on this skill's SKILL.md

423 11 MIT updated by pcliangx

Install

pcliangx/AppGenesisForge/agf-writing-qa-report · repository language: Python

CLI (skillfed)coming soon
git clone https://github.com/pcliangx/AppGenesisForge
cp -r AppGenesisForge/.claude/skills/agf-writing-qa-report ~/.claude/skills/agf-writing-qa-report

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I document test results in agf-writing-qa-report?

agf-writing-qa-report automates comprehensive QA test report creation by capturing test execution results, applying structured verdict logic, and publishing findings to stakeholders. The skill enforces quality gates throughout development by documenting E2E and UAT test outcomes with proper verdicts, recording bug-fix verification evidence, and ensuring all test data meets evidence quality standards before distribution.

What is the QA report template structure for UAT?

agf-writing-qa-report provides a structured QA report template designed for UAT workflows. It includes frontmatter fields for test metadata, sections for documenting test execution results with verdict decisions, evidence quality validation, defect severity classification (including P0 critical levels), business sign-off capture, and hand-off messaging to product leads. The template ensures consistent formatting across all QA documentation.

How does agf-writing-qa-report handle E2E re-runs after defect fixes?

agf-writing-qa-report records bug-fix verification and re-run evidence systematically within QA reports. When defects are fixed, the skill documents the re-verification process, captures updated test results, and applies verdict logic to confirm resolution. This creates an auditable trail of defect tracking and re-test outcomes, ensuring quality standards are met before feature release.

What evidence quality standards and defect severity criteria does agf-writing-qa-report use?

agf-writing-qa-report enforces evidence quality standards and applies defect severity criteria including critical P0 levels, P1, and P2 classifications. The skill includes a verdict decision tree to evaluate test case pass criteria, pre-conditions for QA testing, and UI rendering verification requirements. These standards ensure consistent severity assessment and evidence validation across all test reports.

How does agf-writing-qa-report capture business sign-off for feature release?

agf-writing-qa-report captures business sign-off and UAT approval by integrating sign-off documentation into the report structure. The skill publishes E2E and UAT test results with proper verdicts, then executes hand-off messaging to product leads after QA completion. This ensures stakeholder approval is formally recorded and communicated before feature release.

SKILL.md

rendered from the published skill — quoted content, verbatim

Writing a QA Report (E2E / UAT)

Use this skill when:

  • E2E execution is complete and a report needs publishing
  • UAT business sign-off needs to be captured
  • A bug-fix E2E re-verification needs recording (always appended as ## Re-run [N] — [date] to the existing [feature]-e2e-[YYYY-MM-DD].md; never a new file — see "File path & naming" below)

Pair with: - agf-running-sit-tests skill — SIT 由 dev 自跑,本 skill 不覆盖 SIT 报告(SIT 证据已在 progress/<role>.md**SIT 证据** 段,归档随 docs/qa/<feature>-process-log.md 走) - UAT 用例文档 docs/qa/[feature]-uat-cases-[date].md(模板 docs/qa/uat-cases-_TEMPLATE.md,gate SSOT 见 testing.md「UAT 用例文档」节)— UAT 执行前生成 + 用户审核 status: Approved;执行证据回填用例文档(证据 SSOT),UAT 报告引用用例 ID,不重复粘贴证据 - This skill — covers the E2E / UAT artifact (report file) format

File path &

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
.claude/skills/agf-writing-qa-report/SKILL.md

Related skills

Tags

test-documentation qa-artifacts verdict-criteria evidence-standards defect-severity ui-verification sign-off-workflow test-rerun-protocol frontmatter-schema hand-off-messaging