Install
$ agentstack add skill-it235-multica-best-practices-multica-test-automation ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ● Shell / process execution Used
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Test Automation(占位壳 · T3)
> 这是一个占位壳。公开的 multica-best-practices 不绑定任何具体公司的内网地址与测试工具。 > 团队接入自己的自动化测试工具时,只改本 skill 的 scripts/ 与 config.yaml,上层 Tester 角色无需改动。
Purpose
Tester T3:G2.5 拿到 deploy_base_url 后,用团队自动化测试工具跑用例并产出 G3 输入(测试报告)。
> 跨平台:推荐用 Python 封装配置与 subprocess 调用底层 CLI,Windows / Linux 一致。
安装
pip install -r scripts/requirements.txt
# 安装团队自动化测试 CLI(由团队自定,如 apifox-cli / newman / playwright)
Workflow
set TEST_TOOL_TOKEN= # 运行时 env,不写进角色提示词
python scripts/run_tests.py \
--issue \
--base-url "" \
--scenario-id \
--environment-id \
--json
或仅指定 Issue(从 config.yaml 读 scenario / environment):
python scripts/run_tests.py --issue --base-url "" --json
为什么有效
Python 负责配置与 subprocess 调用底层测试 CLI,隔离了「Tester 角色」与「具体测试工具」——换工具只改本 skill,Tester 提示词保持「用 multica-test-automation skill 执行 T3」不变。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: it235
- Source: it235/multica-best-practices
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.