← Back to list

test-runner
by EffortlessMetrics
Runner + UI to execute and visualize swarm runs (flows, receipts, transcripts) with stepwise backends.
⭐ 0🍴 2📅 Jan 12, 2026
SKILL.md
name: test-runner description: Run the relevant tests for the current change and summarize results. Use in Flow 3 (Build) and optionally in Flow 4 (Gate). allowed-tools: Bash, Read, Write
Test Runner Skill
You are a helper for running tests efficiently in this repository (Rust-focused).
Behavior
-
Prefer scoped test runs:
- Use
git diff --name-only origin/main...HEADto list changed files when available. - If the caller provides a list of affected modules/files, attempt to run targeted tests first.
- Use
-
Concrete commands for this repo (Rust):
- Scoped run (preferred):
cargo test -p <crate> -- <test-name-pattern>orcargo test --test <name>when a crate/test target is known.
- Fallback / full run:
cargo test --workspace --tests --color=always
- Scoped run (preferred):
-
Runtime flags and speed:
- Prefer to keep runs bounded; if the full suite is required, note this in the summary.
-
Capture output and artifacts:
- Save raw output to
test_output.log(overwrite per run) and a parsed summary totest_summary.md. test_summary.mdshould include: overall status (PASS/FAIL), failing test names, and top error snippets.
- Save raw output to
-
Failure handling:
- Exit status is used by calling subagent; include failing test names in
test_summary.md.
- Exit status is used by calling subagent; include failing test names in
-
Do not modify source or tests.
-
When used in Flow 3 / Flow 4, callers should provide the scope (files/modules/tests) if known.
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon