← Back to list

looper-live-test
by nibzard
⭐ 11🍴 1📅 Jan 22, 2026
SKILL.md
name: looper-live-test description: Run a live Looper smoke test by creating a temporary project (PROJECT.md + to-do.json), executing looper for one iteration, observing output, and reporting results. Use when verifying looper behavior or demonstrating a live run.
Looper Live Test
Overview
Run a real looper iteration in a fresh temp directory to validate task selection and summary application, then report what happened.
Workflow
- Locate a
looper.shexecutable. Preferlooper.shon PATH; otherwise setLOOPER_BINto a specific path (for example~/looper/bin/looper.sh). - Run the helper script:
~/.codex/skills/looper-live-test/scripts/run-live-test.sh - Watch the output until it finishes; note the
Task:line andSummary:line. - Inspect the temp project directory printed by the script; check
to-do.jsonand any created files. - Report: selected task line, summary line, files created, and any errors or unexpected behavior. Mention the temp dir path.
Manual fallback (only if the script cannot run)
- Create a temp directory and
PROJECT.md. - Create a
to-do.jsonwith tasksT10andT2(both priority 1). - Run:
CODEX_JSON_LOG=0 LOOPER_GIT_INIT=0 MAX_ITERATIONS=1 looper.sh to-do.json - Observe output, then inspect
to-do.jsonand created files.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon