skills$openclaw/test-master
veeramanikandanr483.5k

by veeramanikandanr48

test-master – OpenClaw Skill

test-master is an OpenClaw Skills integration for coding workflows. Use when writing tests, creating test strategies, or building automation frameworks. Invoke for unit tests, integration tests, E2E, coverage analysis, performance testing, security testing.

3.5k stars2.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nametest-master
descriptionUse when writing tests, creating test strategies, or building automation frameworks. Invoke for unit tests, integration tests, E2E, coverage analysis, performance testing, security testing. OpenClaw Skills integration.
ownerveeramanikandanr48
repositoryveeramanikandanr48/test-master
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @veeramanikandanr48/test-master
last updatedFeb 7, 2026

Maintainer

veeramanikandanr48

veeramanikandanr48

Maintains test-master in the OpenClaw Skills directory.

View GitHub profile
File Explorer
13 files
.
references
automation-frameworks.md
7.2 KB
e2e-testing.md
3.3 KB
integration-testing.md
2.7 KB
performance-testing.md
2.6 KB
qa-methodology.md
6.2 KB
security-testing.md
3.3 KB
tdd-iron-laws.md
4.3 KB
test-reports.md
2.3 KB
testing-anti-patterns.md
6.4 KB
unit-testing.md
2.7 KB
_meta.json
286 B
SKILL.md
4.0 KB
SKILL.md

name: test-master description: Use when writing tests, creating test strategies, or building automation frameworks. Invoke for unit tests, integration tests, E2E, coverage analysis, performance testing, security testing. triggers:

  • test
  • testing
  • QA
  • unit test
  • integration test
  • E2E
  • coverage
  • performance test
  • security test
  • regression
  • test strategy
  • test automation
  • test framework
  • quality metrics
  • defect
  • exploratory
  • usability
  • accessibility
  • localization
  • manual testing
  • shift-left
  • quality gate
  • flaky test
  • test maintenance role: specialist scope: testing output-format: report

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

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

Reference Guide

Load detailed guidance based on context:

TopicReferenceLoad When
Unit Testingreferences/unit-testing.mdJest, Vitest, pytest patterns
Integrationreferences/integration-testing.mdAPI testing, Supertest
E2Ereferences/e2e-testing.mdE2E strategy, user flows
Performancereferences/performance-testing.mdk6, load testing
Securityreferences/security-testing.mdSecurity test checklist
Reportsreferences/test-reports.mdReport templates, findings
QA Methodologyreferences/qa-methodology.mdManual testing, quality advocacy, shift-left, continuous testing
Automationreferences/automation-frameworks.mdFramework patterns, scaling, maintenance, team enablement
<!-- Rows below adapted from obra/superpowers by Jesse Vincent (@obra), MIT License -->

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

  1. Test scope and approach
  2. Test cases with expected outcomes
  3. Coverage analysis
  4. Findings with severity (Critical/High/Medium/Low)
  5. 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

  • Fullstack Guardian - Receives features for testing
  • Playwright Expert - E2E testing specifics
  • DevOps Engineer - CI/CD test integration
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install test-master?

Run openclaw add @veeramanikandanr48/test-master in your terminal. This installs test-master into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/veeramanikandanr48/test-master. Review commits and README documentation before installing.