← Back to Skills Marketplace
wpank

Testing Workflow

by wpank · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
1327
Downloads
1
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install testing-workflow
Description
Meta-skill that orchestrates comprehensive testing across a project by coordinating testing-patterns, e2e-testing, and testing agents. Use when setting up testing for a new project, improving coverage for an existing project, establishing a testing strategy, or verifying quality before a release.
Usage Guidance
This appears to be a documentation-only meta-skill for organizing testing work — it does not request secrets or install code on its own. Before installing or running commands mentioned in the README: (1) inspect any remote repository URL (the 'npx add' GitHub tree link) before executing it; (2) when the orchestration routes to other skills (testing-patterns, e2e-testing, etc.), review those skills' SKILL.md files to ensure they are coherent and don't request credentials or perform installs you don’t expect; (3) be cautious copying files from paths like ~/.ai-skills or running commands that originated from unknown sources; and (4) as a final check, ensure CI integrations and test-run steps in your repository do not inadvertently expose secrets (for example, by printing env vars to logs). If you want higher confidence, provide the SKILL.md files for the routed skills so they can be evaluated as well.
Capability Analysis
Type: OpenClaw Skill Name: testing-workflow Version: 0.1.0 The skill instructs the AI agent to perform file write operations, specifically to "commit [the Testing Strategy Template] to the repository" as detailed in SKILL.md. While this action is aligned with the stated purpose of documenting a testing strategy, it represents a file system access capability that, without further safeguards, could be exploited through prompt injection to write arbitrary or malicious content to the repository. Additionally, the README.md includes an `npx add` command for installation, which, while user-facing, introduces a supply chain risk if the remote source (`https://github.com/wpank/ai/tree/main/skills/testing/testing-workflow`) were compromised.
Capability Assessment
Purpose & Capability
The name/description (meta-skill to orchestrate testing) matches the SKILL.md content: it routes to other testing skills, defines a five-phase flow, and documents coverage targets. There are no unrelated credential or binary requirements.
Instruction Scope
Runtime instructions are limited to discovery, selecting patterns, generating tests, running suites, and CI integration — all expected for a testing orchestration skill. The SKILL.md references other skill files (ai/skills/...) to route responsibilities; this is consistent with a meta-skill and does not request unrelated file reads or secrets.
Install Mechanism
There is no formal install spec (lowest risk). The README contains manual installation snippets and an 'npx add' line pointing at a GitHub tree URL — unusual but only documentation, not an automated installer. If you follow those commands, review the remote source first; the skill itself does not perform any installs.
Credentials
The skill requires no environment variables, credentials, or config paths. That is proportionate for a documentation/orchestration meta-skill.
Persistence & Privilege
always is false and the skill is user-invocable. There is no request for permanent presence or changes to other skills' configurations in the SKILL.md.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install testing-workflow
  3. After installation, invoke the skill by name or use /testing-workflow
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: Introduces a meta-skill for orchestrating comprehensive testing across projects. - Coordinates unit, integration, and end-to-end (E2E) testing via existing skills and agents. - Provides a phased orchestration flow covering discovery, strategy, implementation, validation, and maintenance. - Includes detailed guidance, skill routing, project-type coverage targets, and a testing strategy template. - Designed for setting up, improving, and maintaining robust testing workflows in any project context.
Metadata
Slug testing-workflow
Version 0.1.0
License
All-time Installs 8
Active Installs 6
Total Versions 1
Frequently Asked Questions

What is Testing Workflow?

Meta-skill that orchestrates comprehensive testing across a project by coordinating testing-patterns, e2e-testing, and testing agents. Use when setting up testing for a new project, improving coverage for an existing project, establishing a testing strategy, or verifying quality before a release. It is an AI Agent Skill for Claude Code / OpenClaw, with 1327 downloads so far.

How do I install Testing Workflow?

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

Is Testing Workflow free?

Yes, Testing Workflow is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Testing Workflow support?

Testing Workflow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Testing Workflow?

It is built and maintained by wpank (@wpank); the current version is v0.1.0.

💬 Comments