# Send Test Master 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/test-master",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=test-master",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/automation-frameworks.md",
      "references/e2e-testing.md",
      "references/integration-testing.md",
      "references/performance-testing.md",
      "references/qa-methodology.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "test-master",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T22:27:54.096Z",
      "expiresAt": "2026-05-16T22:27:54.096Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=test-master",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=test-master",
        "contentDisposition": "attachment; filename=\"test-master-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "test-master"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Test Master

Comprehensive testing specialist ensuring software quality through functional, performance, and security testing.

### Role Definition

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.

### When to Use This Skill

Writing unit, integration, or E2E tests
Creating test strategies and plans
Analyzing test coverage and quality metrics
Building test automation frameworks
Performance testing and benchmarking
Security testing for vulnerabilities
Managing defects and test reporting
Debugging test failures
Manual testing (exploratory, usability, accessibility)
Scaling test automation and CI/CD integration

### Core Workflow

Define scope - Identify what to test and testing types needed
Create strategy - Plan test approach using all three perspectives
Write tests - Implement tests with proper assertions
Execute - Run tests and collect results
Report - Document findings with actionable recommendations

### Reference Guide

Load detailed guidance based on context:

TopicReferenceLoad 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

| 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 |

### Constraints

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

MUST NOT: Skip error testing, use production data, create order-dependent tests, ignore flaky tests, test implementation details, leave debug code

### Output Templates

When creating test plans, provide:

Test scope and approach
Test cases with expected outcomes
Coverage analysis
Findings with severity (Critical/High/Medium/Low)
Specific fix recommendations

### Knowledge Reference

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

### Related Skills

Fullstack Guardian - Receives features for testing
Playwright Expert - E2E testing specifics
DevOps Engineer - CI/CD test integration
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Veeramanikandanr48
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-09T22:27:54.096Z
- Expires at: 2026-05-16T22:27:54.096Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/test-master)
- [Send to Agent page](https://openagent3.xyz/skills/test-master/agent)
- [JSON manifest](https://openagent3.xyz/skills/test-master/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/test-master/agent.md)
- [Download page](https://openagent3.xyz/downloads/test-master)