← 返回 Skills 市场
1327
总下载
1
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install testing-workflow - 安装完成后,直接呼叫该 Skill 的名称或使用
/testing-workflow触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1327 次。
如何安装 Testing Workflow?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install testing-workflow」即可一键安装,无需额外配置。
Testing Workflow 是免费的吗?
是的,Testing Workflow 完全免费(开源免费),可自由下载、安装和使用。
Testing Workflow 支持哪些平台?
Testing Workflow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Testing Workflow?
由 wpank(@wpank)开发并维护,当前版本 v0.1.0。
推荐 Skills