jobseek: Command for Claude Code

.claude/commands/jobseek-error-review.md

jobseek-error-review is a command for Claude Code from colophon-group/jobseek. It costs 58 tokens per session (3,325 once invoked), scanned B, original, MIT.

A daily, read-only review of errors from a job-search crawler running on a Hetzner server. It compares the last 24 hours with earlier reviews and writes a dated Markdown report.

In plain words
What is it for?
Use it to inspect crawler worker errors, document incidents, and create issues for novel, regressing, spiking, or incident-level error patterns.
Why use it?
It turns large server logs into consistent categories and highlights new, returning, or unusually frequent problems. It can also file GitHub issues for problems that need attention.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is colophon-group/jobseek's own configuration. It tells Claude Code how to work on jobseek itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything jobseek configures →

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/deploy/docker-compose.yml.

Reuse

Borrowing it

Nothing to install: this file belongs to colophon-group/jobseek. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/colophon-group/jobseek/main/.claude/commands/jobseek-error-review.md
Clone the repo
git clone --depth 1 https://github.com/colophon-group/jobseek

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for jobseek-error-review

README.md
[![agentmods](https://agentmods.dev/badge/commands/colophon-group/jobseek/jobseek-error-review/github.svg)](https://agentmods.dev/commands/colophon-group/jobseek/jobseek-error-review)
Your own site
<a href="https://agentmods.dev/commands/colophon-group/jobseek/jobseek-error-review"><img src="https://agentmods.dev/badge/commands/colophon-group/jobseek/jobseek-error-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for jobseek-error-review

Your own site · 80×15
<a href="https://agentmods.dev/commands/colophon-group/jobseek/jobseek-error-review"><img src="https://agentmods.dev/badge/commands/colophon-group/jobseek/jobseek-error-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,325 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00058 $0.03325
Opus 5 $0.00029 $0.01663
Sonnet 5 $0.00012 $0.00665
Haiku 4.5 $0.00006 $0.00332

Measured 12d ago against content hash 02281e3aa808, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade B, and why

jobseek-error-review scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

All runnable without sudo by the `deploy` user:
.claude/commands/jobseek-error-review.md · 321 lines

How it starts

The opening of the file, as written. The whole thing — 321 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Daily review of jobseek crawler errors. Read-only. Operate from this prompt alone — do not rely on prior conversation context.

================================================================ MISSION

Scan the last 24h of errors on the crawler Hetzner box, classify against prior reviews, write a dated Markdown report, and file a GitHub issue for anything novel, regressing, or spiking. Model output after prior issues #2622, #2621, #2470, #2431. Never mutate remote state.

================================================================ TARGET

Prefer the root-collected runner bundle. For a local manual fallback, resolve the production crawler host from approved operator configuration and never copy its address into reports, traces, prompts, or GitHub content. Compose: /home/deploy/docker-compose.yml

Long-running services — collect logs with docker logs --since <ISO> --until <ISO> <name>: deploy-worker-1-1 HTTP worker deploy-worker-2-1 HTTP worker deploy-worker-3-1 HTTP worker deploy-browser-1-1 Playwright/Lightpanda worker deploy-exporter-1 Postgres → Supabase + Typesense CDC deploy-drain-1 R2 description uploader deploy-indexnow-1 IndexNow notifier deploy-redis-1 local queue (only OOM + level=error lines) deploy-alloy-1 log/metric shipper (only Alloy's own level=error)

Ephemeral one-shots — enumerate with docker ps -a --filter status=exited --format '{{.Names}} {{.Image}} {{.CreatedAt}} {{.Status}}' filtered to containers whose CreatedAt falls inside the window and whose image matches ghcr.io/*/jobseek-crawler:*. These are crawler refresh-typesense | backfill-typesense | sync | notify-indexnow | reconcile runs. Grab their logs with docker logs <id> before they age out (Docker retains exited container logs until the container is pruned).

Ignore interactive debug containers (user-spawned, noisy): names like tesla-debug, stupefied_hofstadter, goofy_haibt.

================================================================ INPUTS

  1. Window: last 24h ending at UTC now, rounded down to the minute. Use an explicit --since/--until pair so the window matches the report header exactly. If a runner evidence bundle is available, read manifest.json, host/docker-inspect-state.txt, host/docker-cgroup-memory.json, and host/docker-lifecycle.jsonl first. Also read host/maintenance-correlation.json before classifying a synchronized service stop. The lifecycle stream durably records allowlisted create/start/restart/die/oom/kill/stop/destroy events, exit codes/signals, and pseudonymous container generations; the cgroup file contains generation-safe memory.events counters.
  2. Prior review reports: read every .md under ~/dev/claude/review-jobseek-errors/ before classifying. That directory is the agent's cross-run memory.
  3. Prior GitHub issues (dedup + pattern matching): gh issue list --label daily-error-review --state all --limit 200
    --json number,title,state,createdAt,body
  4. Recently merged PRs (regression correlation — prior issues reference specific PRs like pre-#2232): gh pr list --state merged --limit 40 --json number,title,mergedAt

================================================================ HOST SIGNALS (collect before moving to log review)

All runnable without sudo by the deploy user: df -h / df -h /var/lib/docker free -h uptime docker stats --no-stream --format
'table {{.Name}}\t{{.CPUPerc}}\t{{.MemUsage}}\t{{.MemPerc}}' docker inspect --format
'{{.Name}} Image={{.Config.Image}} Created={{.Created}} StartedAt={{.State.StartedAt}} OOMKilled={{.State.OOMKilled}} Status={{.State.Status}} RestartCount={{.RestartCount}} FinishedAt={{.State.FinishedAt}} ExitCode={{.State.ExitCode}} Error={{json .State.Error}}'
$(docker ps -aq) dmesg -T 2>/dev/null | tail -n 500 journalctl -k --since "24 hours ago" --no-pager 2>/dev/null | tail -500 (fallback if dmesg is restricted; may also be restricted)

Read the full file on GitHub · 321 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 321 lines · 58 tokens per session scan B 02281e3aa808

Subscribe to this mod's changes

jobseek-error-review is a command published in the GitHub repository colophon-group/jobseek (191 stars, last pushed today), licensed MIT. It adds 58 tokens to every session and 3,325 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.