uniapp-test
PassAudited by ClawScan on May 7, 2026.
Overview
This is a coherent uni-app testing workflow, but it can edit project files and run project test commands, so users should invoke it only when they want automated testing work.
This skill appears safe for its stated purpose of uni-app automated testing. Before installing or invoking it, be aware that it may create or modify test files, may edit the target page if bug fixing is expected, and may run local npm/device test commands. Use it on trusted projects and review generated code changes.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may steer toward writing or running tests even if the user only mentioned uni-app generally.
The skill's trigger language is broader than strictly test requests and could cause the agent to enter a testing workflow for some general uni-app conversations.
任何时候用户提到 uni-app、uniapp、uni-app x、uvue...都应使用本 skill,即使用户没有明确说"自动化测试"四个字。
Invoke this skill for explicit testing, test generation, or test-fixing tasks; if the request is unrelated to testing, tell the agent not to use the testing workflow.
Running tests may execute project-defined scripts and interact with local browsers, simulators, or devices.
The workflow directs the agent to run project npm test scripts. This is central to automated testing, but npm scripts execute code defined by the local project.
按平台选择对应命令: `npm run test:web` ... `npm run test:app-android` ... `npm run test:mp-weixin`
Use it in trusted project directories and review the project's npm test scripts before allowing commands to run.
The agent may make persistent changes to test files and possibly the target page source code.
The skill authorizes editing test files and, in some cases, business page code. This is purpose-aligned for fixing test failures and is partially bounded by user permission and target-page constraints.
如果对应的 `*.test.js` 已经存在:先读再改...如果不存在:新建文件。...业务代码问题...在用户允许或语境明显期望修 bug 的前提下,改业务代码
Review diffs before committing changes, and clarify whether the agent may edit business code or only tests.
