AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Multica Test Automation

skill-it235-multica-best-practices-multica-test-automation · by it235

测试自动化 skill(占位壳):Tester T3 自动化阶段——G2.5 部署环境就绪后,用团队的自动化测试工具执行场景用例并产出 G3 输入。具体工具(Apifox / Postman / Playwright / pytest 等)由团队接入,凭据由运行时 env 注入,不写进角色提示词。

— No reviews yet
0 installs
26 views
0.0% view→install

Install

$ agentstack add skill-it235-multica-best-practices-multica-test-automation

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-it235-multica-best-practices-multica-test-automation)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Multica Test Automation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.