Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/testany-io/testany-agent-skills/triggergit clone --depth 1 https://github.com/TestAny-io/testany-agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/testany-io/testany-agent-skills/trigger)<a href="https://agentmods.dev/commands/testany-io/testany-agent-skills/trigger"><img src="https://agentmods.dev/badge/commands/testany-io/testany-agent-skills/trigger.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00024 | $0.00314 |
| Opus 5 | $0.00012 | $0.00157 |
| Sonnet 5 | $0.00005 | $0.00063 |
| Haiku 4.5 | $0.00002 | $0.00031 |
Grade A, and why
trigger scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Testany Trigger
为已有 pipeline 配置执行入口,或立即发起一次执行。Trigger 是执行入口,不是编排层。
使用方式
$ARGUMENTS
支持的操作
- 立即执行一次:Run Now,直接发起一次 pipeline execution
- 定时计划:创建 Plan,配置 cron 表达式
- 手动触发:配置 Manual Trigger(当前若 MCP 未提供 tools,则走 UI fallback)
- 事件触发:创建 Gatekeeper,接入 Jenkins/GitHub Actions 等外部系统
- 管理配置:更新或删除已有 trigger
示例
/trigger 立即执行 Y2K-0601
/trigger 给 Y2K-0601 创建 Gatekeeper
/trigger 每天凌晨 2 点执行回归测试
/trigger 给验收流水线创建一个 Manual Trigger
/trigger 接入 GitHub Actions
重要边界
- 如果你要“现在立刻跑一次”,用
/trigger - 如果执行已经发起,后续看进度、查历史、取消、失败交接,请用
/execution
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 36 lines · 24 tokens per session scan A db3a46005aa2
trigger is a command published in the GitHub repository TestAny-io/testany-agent-skills (80 stars, last pushed 7d ago), licensed MIT. It adds 24 tokens to every session and 314 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
full-test
Run the full end-to-end validation suite to ensure nothing is broken across the entire project.
test-cloud-ui
Trigger the CI UI smoke test workflow with an optional custom test prompt.
review-before-deploy
Execute comprehensive pre-deployment review using code-review-agent with all relevant platform agents. Run complete deployment readiness checklist: verify all tests pass (unit, integration, E2E), security audit clean (no Critical/High issues), performance benchmarks met (Lighthouse > 90), TypeScript compilation…
qa-e2e
End-to-End tests with Playwright or Cypress.
dart-fix-ci
Command "dart-fix-ci" from dartsim/dart, covering required reading, workflow and output.
access
Apply the CLI runtime and safety contract before executing a command. Runtime --help is authoritative.