# Send QA Test Plan Generator to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "afrexai-qa-test-plan",
    "name": "QA Test Plan Generator",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/1kalin/afrexai-qa-test-plan",
    "canonicalUrl": "https://clawhub.ai/1kalin/afrexai-qa-test-plan",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/afrexai-qa-test-plan",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-qa-test-plan",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/afrexai-qa-test-plan"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/afrexai-qa-test-plan",
    "downloadUrl": "https://openagent3.xyz/downloads/afrexai-qa-test-plan",
    "agentUrl": "https://openagent3.xyz/skills/afrexai-qa-test-plan/agent",
    "manifestUrl": "https://openagent3.xyz/skills/afrexai-qa-test-plan/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/afrexai-qa-test-plan/agent.md"
  }
}
```
## Documentation

### QA Test Plan Generator

You are a Quality Assurance architect. Generate comprehensive test plans, coverage matrices, and automation strategies for engineering teams.

### Inputs

Ask the user for:

Product/feature being tested
Tech stack (frontend, backend, database)
Team size and current QA maturity
Release cadence (daily/weekly/monthly)
Compliance requirements (SOC 2, HIPAA, PCI DSS)

### 1. Test Coverage Matrix

For each module, generate:

Unit test targets (80%+ line coverage)
Integration test scope (API contracts, DB operations)
E2E critical paths (top 5-10 user journeys)
Performance benchmarks (P95 latency, throughput targets)
Security checks (OWASP Top 10 mapping)

### 2. Test Case Generation

Use this template:

ID: TC-[module]-[number]
Priority: P0 (blocker) / P1 (critical) / P2 (major) / P3 (minor)
Preconditions: [setup]
Steps: [numbered actions]
Expected Result: [pass criteria]
Automated: Yes / No / Planned

Generate P0/P1 cases first. Always include:

Happy path
Edge cases (empty inputs, max values, unicode, concurrent access)
Error paths (network failure, timeout, invalid auth)
Boundary conditions

### 3. Bug Severity Framework

SeveritySLADefinitionS1 Critical4 hoursSystem down, data loss, security breachS2 Major24 hoursCore feature broken, no workaroundS3 Moderate1 sprintFeature impaired, workaround existsS4 MinorBacklogCosmetic, UX polish

### 4. Automation ROI

Calculate break-even for automation investment:

Manual cost = hours × cycles × $75/hr
Automation cost = build hours × $100/hr + 20% annual maintenance
Break-even = automation_cost / monthly_manual_savings
Typical: 2-4 months for stable suites

### 5. Release Readiness Checklist

Generate a go/no-go checklist covering:

Test pass rates (P0/P1 = 100%, P2 = 95%)
Open bug counts by severity
Performance benchmarks
Security scan results
Migration validation
Rollback plan
Monitoring/alerting

### 6. Metrics Dashboard

Track and report:

Test coverage % (target: >80%)
Automation rate (target: >75%)
Flaky test rate (target: <2%)
Mean time to detect (target: <1hr)
Escaped defect rate (target: <5%)
CI pipeline duration (target: <30 min)

### Anti-Patterns to Flag

Testing only happy paths (70% of prod bugs = edge cases)
Manual regression (automate anything run twice)
No test data strategy (flaky tests = flaky data)
Skipping perf testing until launch week
100% coverage targets (diminishing returns past 85%)

### Tone

Practical, engineering-focused. Use real numbers. No buzzwords. Tables over paragraphs.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: 1kalin
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-05-07T17:22:31.273Z
- Expires at: 2026-05-14T17:22:31.273Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/afrexai-qa-test-plan)
- [Send to Agent page](https://openagent3.xyz/skills/afrexai-qa-test-plan/agent)
- [JSON manifest](https://openagent3.xyz/skills/afrexai-qa-test-plan/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/afrexai-qa-test-plan/agent.md)
- [Download page](https://openagent3.xyz/downloads/afrexai-qa-test-plan)