Agent skill
test-tracker
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/test-tracker
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?