jobseek: Skill for Claude Code

.agents/skills/jobseek-error-review/SKILL.md

jobseek-error-review is a skill for Claude Code, Codex from colophon-group/jobseek. It costs 51 tokens per session (4,212 once invoked), scanned B, original, MIT.

A daily, read-only review process for errors from the Jobseek web crawler, which collects information from websites that publish job postings. It checks the server evidence, compares issues with GitHub, and records only new or meaningfully changed problems.

In plain words
What is it for?
Use it to inspect crawler failures on Hetzner, gather redacted evidence, classify error patterns, and file or update GitHub issues when the problem is new or worsening.
Why use it?
It reduces duplicate bug reports and helps distinguish ordinary repeated errors from regressions, sudden increases, or incidents. The review keeps routine investigation separate from active development work.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions subagents; installed under .agents/ (shared by several agents).

This is colophon-group/jobseek's own configuration. It tells Claude Code and Codex 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/.agents/skills/jobseek-error-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/colophon-group/jobseek

Made for: Claude Code, Codex.

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/skills/colophon-group/jobseek/jobseek-error-review/github.svg)](https://agentmods.dev/skills/colophon-group/jobseek/jobseek-error-review)
Your own site
<a href="https://agentmods.dev/skills/colophon-group/jobseek/jobseek-error-review"><img src="https://agentmods.dev/badge/skills/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/skills/colophon-group/jobseek/jobseek-error-review"><img src="https://agentmods.dev/badge/skills/colophon-group/jobseek/jobseek-error-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,212 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.00051 $0.04212
Opus 5 $0.00026 $0.02106
Sonnet 5 $0.00010 $0.00842
Haiku 4.5 $0.00005 $0.00421

Measured yesterday against content hash abb83f029f98, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, 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 yesterday.

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.

without sudo as `deploy`:
.agents/skills/jobseek-error-review/SKILL.md · 455 lines

How it starts

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

Jobseek Error Review

Use this skill for the daily crawler error review. Operate from the repo state and these instructions; do not rely on prior conversation context.

Run recurring reviews through the Hetzner Codex runner. An operator may invoke the same skill from the repository root for a bounded manual recovery. The Hetzner runner uses an isolated worktree and a root-collected redacted evidence bundle, which keeps routine output isolated from active development work while avoiding direct Docker or deploy-env access from the Codex process.

The legacy Claude slash command at .claude/commands/jobseek-error-review.md remains a compatibility fallback. Keep behavior equivalent when using that fallback, but treat this skill as the Codex-first runbook.

Do not spawn subagents by default. They cost extra tokens and are only useful when the current run has large independent evidence sets and the user explicitly asks for them. If subagents are used, keep them read-only and make the main agent responsible for dedupe, classification, redaction, and all GitHub write decisions. Use the project custom agent jobseek-error-review-researcher (GPT-5.6 Terra, high reasoning) for each bounded evidence set.

Mission

Scan the last 24 hours of errors on the crawler Hetzner box, classify each error class against prior reviews and prior GitHub issues, write a dated Markdown report, and file or update GitHub issues only for classes that meet the filing criteria.

Model issue quality after prior examples #2622, #2621, #2470, and #2431. Never mutate remote host state. GitHub writes are allowed only when the class is novel, regressing, spiking, or an incident after dedupe.

Target

Use the root-collected runner bundle by default. A local manual fallback may resolve the production crawler host from approved operator configuration, but must not copy host addresses into reports, traces, prompts, or GitHub content. The Compose file reference is /home/deploy/docker-compose.yml.

Long-running services. Collect logs with explicit --since and --until:

Read the full file on GitHub · 455 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. yesterday Changed · -1 lines abb83f029f98
  2. 13d ago First seen · 456 lines · 51 tokens per session scan B dc8c93f72415

Subscribe to this mod's changes

jobseek-error-review is a skill published in the GitHub repository colophon-group/jobseek (191 stars, last pushed today), licensed MIT. It adds 51 tokens to every session and 4,212 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.

Related

Other skills, from other repositories

job-coach

The persona-driven orchestrator for the whole job search. Treats the user like a real career-coaching client — opens with intake (goals, companies, timeline, geography, constraints), researches the market visibly, presents a ranked slate of next moves with suggestions, and chains into the verb skills (/job-apply…

AkbarDevop/ai-job-agent · 244 tokens

job-interview

Prep the candidate for a specific upcoming interview — research the company + role + likely questions, generate a STAR answer bank tied to the candidate's actual projects (not generic), surface smart questions to ask, and flag red flags. Proactively invoke this skill (do NOT answer conversationally) when the user says…

AkbarDevop/ai-job-agent · 163 tokens

job-cv

Tailor the candidate's base CV for one specific job posting and render an ATS-friendly PDF. Reads cv.md (or extracts a CV from config/candidate-profile.md), pulls the job description from a URL or pasted text, has Claude rewrite — never invent — bullets to match the JD's keywords/priorities, gets explicit user…

AkbarDevop/ai-job-agent · 199 tokens

job-evaluate

Auto-pipeline for a single job posting. Pastes a URL → fetches the JD → scores it across the 7-block A-G rubric → writes a structured evaluation report → generates a tailored ATS-friendly PDF CV → appends a row to application-tracker.csv. Career-ops's killer demo, ported to our skill pack. Proactively invoke this…

AkbarDevop/ai-job-agent · 166 tokens

job-followup

Check outreach-log.csv for cold emails that haven't replied, compute urgency (7-day cadence, max 2 follow-ups per contact), draft and send follow-ups one at a time. Proactively invoke this skill (do NOT answer conversationally) when the user asks "who should I follow up with", "any contacts gone cold", "run the day-7…

AkbarDevop/ai-job-agent · 137 tokens

job-outreach

Research a company or hiring manager, draft a personalized cold email in chat, get approval, send via local msmtp, log for day-7 follow-up tracking. Proactively invoke this skill (do NOT answer conversationally) when the user mentions reaching out to a hiring manager / VP / recruiter / director, pastes a LinkedIn…

AkbarDevop/ai-job-agent · 157 tokens