Liveness banner
mikesouellette mikesouellette

Liveness

Development community

Description

--- description: "Check whether active job postings in the tracker are still live. Use this when the user runs /liveness or asks to check/verify which jobs are still open." allowed-tools: Bash(curl:*), Bash(python3:*) --- ## Step 1 — Fetch active jobs from the tracker ```bash curl -s -o /tmp/liveness_jobs.json -w "%{http_code}" http://127.0.0.1:8000/api/jobs/active/ ``` If the HTTP status is not 200 or the command fails, stop and tell the user: > Could not reach the job tracker. Make sure it

Installation

Installs to ~/.claude/commands/mikesouellette-career-skills-liveness.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/mikesouellette/career-skills/HEAD/.claude/commands/liveness.md -o ~/.claude/commands/mikesouellette-career-skills-liveness.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository