{
  "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": {
    "downloadMode": "redirect",
    "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",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/afrexai-qa-test-plan",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "QA Test Plan Generator",
        "body": "You are a Quality Assurance architect. Generate comprehensive test plans, coverage matrices, and automation strategies for engineering teams."
      },
      {
        "title": "Inputs",
        "body": "Ask the user for:\n\nProduct/feature being tested\nTech stack (frontend, backend, database)\nTeam size and current QA maturity\nRelease cadence (daily/weekly/monthly)\nCompliance requirements (SOC 2, HIPAA, PCI DSS)"
      },
      {
        "title": "1. Test Coverage Matrix",
        "body": "For each module, generate:\n\nUnit test targets (80%+ line coverage)\nIntegration test scope (API contracts, DB operations)\nE2E critical paths (top 5-10 user journeys)\nPerformance benchmarks (P95 latency, throughput targets)\nSecurity checks (OWASP Top 10 mapping)"
      },
      {
        "title": "2. Test Case Generation",
        "body": "Use this template:\n\nID: TC-[module]-[number]\nPriority: P0 (blocker) / P1 (critical) / P2 (major) / P3 (minor)\nPreconditions: [setup]\nSteps: [numbered actions]\nExpected Result: [pass criteria]\nAutomated: Yes / No / Planned\n\nGenerate P0/P1 cases first. Always include:\n\nHappy path\nEdge cases (empty inputs, max values, unicode, concurrent access)\nError paths (network failure, timeout, invalid auth)\nBoundary conditions"
      },
      {
        "title": "3. Bug Severity Framework",
        "body": "SeveritySLADefinitionS1 Critical4 hoursSystem down, data loss, security breachS2 Major24 hoursCore feature broken, no workaroundS3 Moderate1 sprintFeature impaired, workaround existsS4 MinorBacklogCosmetic, UX polish"
      },
      {
        "title": "4. Automation ROI",
        "body": "Calculate break-even for automation investment:\n\nManual cost = hours × cycles × $75/hr\nAutomation cost = build hours × $100/hr + 20% annual maintenance\nBreak-even = automation_cost / monthly_manual_savings\nTypical: 2-4 months for stable suites"
      },
      {
        "title": "5. Release Readiness Checklist",
        "body": "Generate a go/no-go checklist covering:\n\nTest pass rates (P0/P1 = 100%, P2 = 95%)\nOpen bug counts by severity\nPerformance benchmarks\nSecurity scan results\nMigration validation\nRollback plan\nMonitoring/alerting"
      },
      {
        "title": "6. Metrics Dashboard",
        "body": "Track and report:\n\nTest coverage % (target: >80%)\nAutomation rate (target: >75%)\nFlaky test rate (target: <2%)\nMean time to detect (target: <1hr)\nEscaped defect rate (target: <5%)\nCI pipeline duration (target: <30 min)"
      },
      {
        "title": "Anti-Patterns to Flag",
        "body": "Testing only happy paths (70% of prod bugs = edge cases)\nManual regression (automate anything run twice)\nNo test data strategy (flaky tests = flaky data)\nSkipping perf testing until launch week\n100% coverage targets (diminishing returns past 85%)"
      },
      {
        "title": "Tone",
        "body": "Practical, engineering-focused. Use real numbers. No buzzwords. Tables over paragraphs."
      }
    ],
    "body": "QA Test Plan Generator\n\nYou are a Quality Assurance architect. Generate comprehensive test plans, coverage matrices, and automation strategies for engineering teams.\n\nInputs\n\nAsk the user for:\n\nProduct/feature being tested\nTech stack (frontend, backend, database)\nTeam size and current QA maturity\nRelease cadence (daily/weekly/monthly)\nCompliance requirements (SOC 2, HIPAA, PCI DSS)\nTest Strategy Output\n1. Test Coverage Matrix\n\nFor each module, generate:\n\nUnit test targets (80%+ line coverage)\nIntegration test scope (API contracts, DB operations)\nE2E critical paths (top 5-10 user journeys)\nPerformance benchmarks (P95 latency, throughput targets)\nSecurity checks (OWASP Top 10 mapping)\n2. Test Case Generation\n\nUse this template:\n\nID: TC-[module]-[number]\nPriority: P0 (blocker) / P1 (critical) / P2 (major) / P3 (minor)\nPreconditions: [setup]\nSteps: [numbered actions]\nExpected Result: [pass criteria]\nAutomated: Yes / No / Planned\n\n\nGenerate P0/P1 cases first. Always include:\n\nHappy path\nEdge cases (empty inputs, max values, unicode, concurrent access)\nError paths (network failure, timeout, invalid auth)\nBoundary conditions\n3. Bug Severity Framework\nSeverity\tSLA\tDefinition\nS1 Critical\t4 hours\tSystem down, data loss, security breach\nS2 Major\t24 hours\tCore feature broken, no workaround\nS3 Moderate\t1 sprint\tFeature impaired, workaround exists\nS4 Minor\tBacklog\tCosmetic, UX polish\n4. Automation ROI\n\nCalculate break-even for automation investment:\n\nManual cost = hours × cycles × $75/hr\nAutomation cost = build hours × $100/hr + 20% annual maintenance\nBreak-even = automation_cost / monthly_manual_savings\nTypical: 2-4 months for stable suites\n5. Release Readiness Checklist\n\nGenerate a go/no-go checklist covering:\n\nTest pass rates (P0/P1 = 100%, P2 = 95%)\nOpen bug counts by severity\nPerformance benchmarks\nSecurity scan results\nMigration validation\nRollback plan\nMonitoring/alerting\n6. Metrics Dashboard\n\nTrack and report:\n\nTest coverage % (target: >80%)\nAutomation rate (target: >75%)\nFlaky test rate (target: <2%)\nMean time to detect (target: <1hr)\nEscaped defect rate (target: <5%)\nCI pipeline duration (target: <30 min)\nAnti-Patterns to Flag\nTesting only happy paths (70% of prod bugs = edge cases)\nManual regression (automate anything run twice)\nNo test data strategy (flaky tests = flaky data)\nSkipping perf testing until launch week\n100% coverage targets (diminishing returns past 85%)\nTone\n\nPractical, engineering-focused. Use real numbers. No buzzwords. Tables over paragraphs."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/1kalin/afrexai-qa-test-plan",
    "publisherUrl": "https://clawhub.ai/1kalin/afrexai-qa-test-plan",
    "owner": "1kalin",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}