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.
curl -O https://raw.githubusercontent.com/colophon-group/jobseek/main/.claude/commands/jobseek-error-review.mdgit clone --depth 1 https://github.com/colophon-group/jobseekWrote 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.
[](https://agentmods.dev/commands/colophon-group/jobseek/jobseek-error-review)<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.
<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>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.
| Model | Per session | Once 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 |
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: 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
- 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.
- Prior review reports: read every
.mdunder ~/dev/claude/review-jobseek-errors/ before classifying. That directory is the agent's cross-run memory. - Prior GitHub issues (dedup + pattern matching):
gh issue list --label daily-error-review --state all --limit 200
--json number,title,state,createdAt,body - 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)
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.
- 12d ago First seen · 321 lines · 58 tokens per session scan B 02281e3aa808
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.
Other commands, from other repositories
qa-changes
This skill should be used when the user asks to "QA a pull request", "test PR changes", "verify a PR works", "functionally test changes", or when an automated workflow triggers QA validation of code changes. Provides a structured methodology for setting up the environment, exercising changed behavior, and reporting…
fix
Universal debugging and fix application with semantic code analysis.
doctor
Badi configuration validation. Checks all Badi components and produces a diagnostic report.
http-service
Build, review or debug a Bun HTTP service. Loads the http-service skill, then works the task through its workflow.
auditar-cascading
Invoca cascading-failures-auditor — audita serviço para 5 triggers de cascade (sem timeout, retry sem jitter, sem circuit breaker, sem deadline, queue unbounded) e gera CASCADING-AUDIT.md.
mobile-performance-check
Analyze mobile app for performance issues using the mobile-best-practices database.