← Back to list

test-tracker
by Flow-Club
Get jacked before AI takes your job
⭐ 1🍴 0📅 Jan 21, 2026
SKILL.md
name: test-tracker description: Test and run the vibereps exercise tracker. Use when user wants to launch, restart, or test the exercise UI. Handles killing existing instances and launching fresh. allowed-tools: Bash, Read
Test Exercise Tracker
Quick Commands
Launch in quick mode (while Claude works):
pkill -f "exercise_tracker.py" 2>/dev/null
./exercise_tracker.py user_prompt_submit '{}'
Launch in normal mode (after task complete):
pkill -f "exercise_tracker.py" 2>/dev/null
./exercise_tracker.py task_complete '{}'
Kill tracker:
pkill -f "exercise_tracker.py"
With specific exercises
Set VIBEREPS_EXERCISES to limit which exercises appear:
VIBEREPS_EXERCISES=squats,jumping_jacks ./exercise_tracker.py user_prompt_submit '{}'
Disable temporarily
Add to hook command:
VIBEREPS_DISABLED=1 ./exercise_tracker.py ...
Check if running
lsof -i :8765
Clear Chrome window cache
If window size is wrong:
rm -rf /tmp/vibereps-chrome
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+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