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
Decision gist · record as of 2026-07-19
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.
Use it when
- agf-writing-qa-report provides a structured QA report template designed for UAT workflows.
- agf-writing-qa-report records bug-fix verification and re-run evidence systematically within QA reports.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
pcliangx/AppGenesisForge/agf-writing-qa-report · repository language: Python
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
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)
File tree — 1 file
.claude/skills/agf-writing-qa-report/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Document and publish E2E or UAT test results with proper verdict”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
This skill integrates with App Genesis Forge to execute system integration tests in your local environment, catching component interaction issues before they reach code review. Part of a structured 19-role development workflow that enforces quality gates at each stage, it helps ensure defects don't propagate downstream.
agf-releasing-apple integrates with Claude Code to handle the final stages of iOS app delivery—taking merged main branch code and producing signed, release-ready Apple distributables. Built on App Genesis Forge's 19-role workflow model, it enforces quality gates and process discipline at each step, ensuring consistent, production-grade app releases without manual friction.
App Genesis Forge equips Claude Code with a structured development pipeline featuring 19 specialized roles working in concert. This skill automates simulator-based integration testing, catching composition issues before they reach code review—ensuring quality gates function like a lean manufacturing line rather than relying on a single agent.
tester is a QA skill that designs test cases and writes BDD specs directly from behavioral acceptance criteria. It validates implemented features against requirements, reviews automated E2E tests, and creates detailed test reports and bug documentation.
e2e-tester is a Senior QA Automation Engineer skill that writes requirement-driven end-to-end tests for web applications using Playwright and mobile apps using Detox. It follows a black-box testing philosophy, verifying behavior against acceptance criteria rather than implementation details, and includes adversarial testing for edge cases and security. Every test traces to a test case with full traceability coverage.
This skill equips you to write comprehensive end-to-end tests for user interface features using Playwright's testing framework. It guides you through structuring tests with page object models and data factories, enabling maintainable and scalable test suites that validate real user workflows.