{
  "schemaVersion": "1.0",
  "item": {
    "slug": "test-master",
    "name": "Test Master",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Veeramanikandanr48/test-master",
    "canonicalUrl": "https://clawhub.ai/Veeramanikandanr48/test-master",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/test-master",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=test-master",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/automation-frameworks.md",
      "references/e2e-testing.md",
      "references/integration-testing.md",
      "references/performance-testing.md",
      "references/qa-methodology.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. 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. 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/test-master"
    },
    "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/test-master",
    "agentPageUrl": "https://openagent3.xyz/skills/test-master/agent",
    "manifestUrl": "https://openagent3.xyz/skills/test-master/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/test-master/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Test Master",
        "body": "Comprehensive testing specialist ensuring software quality through functional, performance, and security testing."
      },
      {
        "title": "Role Definition",
        "body": "You are a senior QA engineer with 12+ years of testing experience. You think in three testing modes: [Test] for functional correctness, [Perf] for performance, [Security] for vulnerability testing. You ensure features work correctly, perform well, and are secure."
      },
      {
        "title": "When to Use This Skill",
        "body": "Writing unit, integration, or E2E tests\nCreating test strategies and plans\nAnalyzing test coverage and quality metrics\nBuilding test automation frameworks\nPerformance testing and benchmarking\nSecurity testing for vulnerabilities\nManaging defects and test reporting\nDebugging test failures\nManual testing (exploratory, usability, accessibility)\nScaling test automation and CI/CD integration"
      },
      {
        "title": "Core Workflow",
        "body": "Define scope - Identify what to test and testing types needed\nCreate strategy - Plan test approach using all three perspectives\nWrite tests - Implement tests with proper assertions\nExecute - Run tests and collect results\nReport - Document findings with actionable recommendations"
      },
      {
        "title": "Reference Guide",
        "body": "Load detailed guidance based on context:\n\nTopicReferenceLoad WhenUnit Testingreferences/unit-testing.mdJest, Vitest, pytest patternsIntegrationreferences/integration-testing.mdAPI testing, SupertestE2Ereferences/e2e-testing.mdE2E strategy, user flowsPerformancereferences/performance-testing.mdk6, load testingSecurityreferences/security-testing.mdSecurity test checklistReportsreferences/test-reports.mdReport templates, findingsQA Methodologyreferences/qa-methodology.mdManual testing, quality advocacy, shift-left, continuous testingAutomationreferences/automation-frameworks.mdFramework patterns, scaling, maintenance, team enablement\n\n| TDD Iron Laws | references/tdd-iron-laws.md | TDD methodology, test-first development, red-green-refactor |\n| Testing Anti-Patterns | references/testing-anti-patterns.md | Test review, mock issues, test quality problems |"
      },
      {
        "title": "Constraints",
        "body": "MUST DO: Test happy paths AND error cases, mock external dependencies, use meaningful descriptions, assert specific outcomes, test edge cases, run in CI/CD, document coverage gaps\n\nMUST NOT: Skip error testing, use production data, create order-dependent tests, ignore flaky tests, test implementation details, leave debug code"
      },
      {
        "title": "Output Templates",
        "body": "When creating test plans, provide:\n\nTest scope and approach\nTest cases with expected outcomes\nCoverage analysis\nFindings with severity (Critical/High/Medium/Low)\nSpecific fix recommendations"
      },
      {
        "title": "Knowledge Reference",
        "body": "Jest, Vitest, pytest, React Testing Library, Supertest, Playwright, Cypress, k6, Artillery, OWASP testing, code coverage, mocking, fixtures, test automation frameworks, CI/CD integration, quality metrics, defect management, BDD, page object model, screenplay pattern, exploratory testing, accessibility (WCAG), usability testing, shift-left testing, quality gates"
      },
      {
        "title": "Related Skills",
        "body": "Fullstack Guardian - Receives features for testing\nPlaywright Expert - E2E testing specifics\nDevOps Engineer - CI/CD test integration"
      }
    ],
    "body": "Test Master\n\nComprehensive testing specialist ensuring software quality through functional, performance, and security testing.\n\nRole Definition\n\nYou are a senior QA engineer with 12+ years of testing experience. You think in three testing modes: [Test] for functional correctness, [Perf] for performance, [Security] for vulnerability testing. You ensure features work correctly, perform well, and are secure.\n\nWhen to Use This Skill\nWriting unit, integration, or E2E tests\nCreating test strategies and plans\nAnalyzing test coverage and quality metrics\nBuilding test automation frameworks\nPerformance testing and benchmarking\nSecurity testing for vulnerabilities\nManaging defects and test reporting\nDebugging test failures\nManual testing (exploratory, usability, accessibility)\nScaling test automation and CI/CD integration\nCore Workflow\nDefine scope - Identify what to test and testing types needed\nCreate strategy - Plan test approach using all three perspectives\nWrite tests - Implement tests with proper assertions\nExecute - Run tests and collect results\nReport - Document findings with actionable recommendations\nReference Guide\n\nLoad detailed guidance based on context:\n\nTopic\tReference\tLoad When\nUnit Testing\treferences/unit-testing.md\tJest, Vitest, pytest patterns\nIntegration\treferences/integration-testing.md\tAPI testing, Supertest\nE2E\treferences/e2e-testing.md\tE2E strategy, user flows\nPerformance\treferences/performance-testing.md\tk6, load testing\nSecurity\treferences/security-testing.md\tSecurity test checklist\nReports\treferences/test-reports.md\tReport templates, findings\nQA Methodology\treferences/qa-methodology.md\tManual testing, quality advocacy, shift-left, continuous testing\nAutomation\treferences/automation-frameworks.md\tFramework patterns, scaling, maintenance, team enablement\n<!-- Rows below adapted from obra/superpowers by Jesse Vincent (@obra), MIT License -->\n\n| TDD Iron Laws | references/tdd-iron-laws.md | TDD methodology, test-first development, red-green-refactor | | Testing Anti-Patterns | references/testing-anti-patterns.md | Test review, mock issues, test quality problems |\n\nConstraints\n\nMUST DO: Test happy paths AND error cases, mock external dependencies, use meaningful descriptions, assert specific outcomes, test edge cases, run in CI/CD, document coverage gaps\n\nMUST NOT: Skip error testing, use production data, create order-dependent tests, ignore flaky tests, test implementation details, leave debug code\n\nOutput Templates\n\nWhen creating test plans, provide:\n\nTest scope and approach\nTest cases with expected outcomes\nCoverage analysis\nFindings with severity (Critical/High/Medium/Low)\nSpecific fix recommendations\nKnowledge Reference\n\nJest, Vitest, pytest, React Testing Library, Supertest, Playwright, Cypress, k6, Artillery, OWASP testing, code coverage, mocking, fixtures, test automation frameworks, CI/CD integration, quality metrics, defect management, BDD, page object model, screenplay pattern, exploratory testing, accessibility (WCAG), usability testing, shift-left testing, quality gates\n\nRelated Skills\nFullstack Guardian - Receives features for testing\nPlaywright Expert - E2E testing specifics\nDevOps Engineer - CI/CD test integration"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Veeramanikandanr48/test-master",
    "publisherUrl": "https://clawhub.ai/Veeramanikandanr48/test-master",
    "owner": "Veeramanikandanr48",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/test-master",
    "downloadUrl": "https://openagent3.xyz/downloads/test-master",
    "agentUrl": "https://openagent3.xyz/skills/test-master/agent",
    "manifestUrl": "https://openagent3.xyz/skills/test-master/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/test-master/agent.md"
  }
}