← Back to Skills Marketplace
xuxuclassmate

Test Master

by XuXu · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
79
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install test-master-fixed
Description
Use when you need a practical testing playbook for turning product or code changes into a clear test strategy, test cases, and execution checklist.
README (SKILL.md)

Test Master

This skill is a documentation playbook, not a standalone CLI or framework.

When to use

  • A feature, bug fix, or refactor needs a structured test plan.
  • You want to turn product requirements into concrete test scenarios.
  • You need to review coverage across unit, integration, end-to-end, or regression layers.
  • You want a concise list of risks, assumptions, and follow-up checks before release.

Recommended workflow

  1. Define the scope. Capture the user-facing behavior, systems touched, and anything explicitly out of scope.
  2. Map risks. Identify high-risk paths first: authentication, payments, data loss, permissions, concurrency, migrations, and integrations.
  3. Split the plan by test layer. Decide what belongs in unit tests, integration tests, end-to-end tests, and manual exploratory checks.
  4. Convert risks into test cases. Write clear preconditions, steps, expected results, and edge cases.
  5. Review observability. Call out logs, metrics, alerts, and failure signals that should be checked during validation.

Output checklist

  • Test scope summary
  • Key risks and assumptions
  • Coverage by test layer
  • Prioritized test cases
  • Regression checklist
  • Open questions or missing instrumentation

Guardrails

  • Confirm assumptions instead of inventing product behavior.
  • Prefer realistic test data and production-like edge cases.
  • Mark anything that still needs manual verification.
  • If automation is not available, say so clearly instead of implying a tool exists.
Usage Guidance
This skill is a low-risk, instruction-only playbook for creating test plans. Before using it, avoid pasting sensitive production credentials or secrets into prompts when asking for test plans or examples. Because outputs are generated text, review and adapt the suggested test cases against your actual product behavior and test environment (mocking, data, and CI integration) before implementing or running anything. If you later want the agent to run tests or access CI systems, expect that additional credentials and install steps will be required and review those carefully.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
Name and description match the SKILL.md content: a documentation playbook for creating test strategies, test cases, and checklists. The skill requires no binaries, env vars, or installs—appropriate for a purely instructional skill.
Instruction Scope
SKILL.md contains step-by-step guidance for scoping, mapping risks, splitting by test layer, and generating checklists. It does not instruct the agent to read files, access system paths, call external endpoints, or exfiltrate data. Guidance is high-level and stays within the stated purpose.
Install Mechanism
No install spec and no code files. Because this is instruction-only, nothing is written to disk or downloaded—this is the lowest-risk install profile.
Credentials
The skill declares no environment variables, credentials, or config paths and the instructions do not reference any. Requested access is proportional (none) to the described functionality.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent system presence or modification of other skills/configs. Autonomous invocation (default) is allowed but not combined with other privileges here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install test-master-fixed
  3. After installation, invoke the skill by name or use /test-master-fixed
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Rewrite the skill as an English testing playbook and remove references to a nonexistent CLI.
v1.0.0
修复标签错误,添加完整测试相关标签,版本降为1.0.0
Metadata
Slug test-master-fixed
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Test Master?

Use when you need a practical testing playbook for turning product or code changes into a clear test strategy, test cases, and execution checklist. It is an AI Agent Skill for Claude Code / OpenClaw, with 79 downloads so far.

How do I install Test Master?

Run "/install test-master-fixed" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Test Master free?

Yes, Test Master is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Test Master support?

Test Master is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Test Master?

It is built and maintained by XuXu (@xuxuclassmate); the current version is v1.0.1.

💬 Comments