claude-linkedin-assistant: Command for Claude Code

.claude/commands/jobs/check.md

check is a command for Claude Code from FarzamHejaziK/claude-linkedin-assistant. It costs 0 tokens per session (732 once invoked), scanned A, original, MIT.

A command that reads a job-tracking CSV file and counts its data rows before showing a daily dashboard.

In plain words
What is it for?
Use it to review jobs needing outreach, pending connection requests, and other tracked job-search follow-ups.
Why use it?
It prevents an empty tracker from producing misleading tables or made-up job information.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is FarzamHejaziK/claude-linkedin-assistant's own configuration. It tells Claude Code how to work on claude-linkedin-assistant 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 claude-linkedin-assistant configures →

Reuse

Borrowing it

Nothing to install: this file belongs to FarzamHejaziK/claude-linkedin-assistant. 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/FarzamHejaziK/claude-linkedin-assistant/main/.claude/commands/jobs/check.md
Clone the repo
git clone --depth 1 https://github.com/FarzamHejaziK/claude-linkedin-assistant

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 check

README.md
[![agentmods](https://agentmods.dev/badge/commands/farzamhejazik/claude-linkedin-assistant/check/github.svg)](https://agentmods.dev/commands/farzamhejazik/claude-linkedin-assistant/check)
Your own site
<a href="https://agentmods.dev/commands/farzamhejazik/claude-linkedin-assistant/check"><img src="https://agentmods.dev/badge/commands/farzamhejazik/claude-linkedin-assistant/check/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 check

Your own site · 80×15
<a href="https://agentmods.dev/commands/farzamhejazik/claude-linkedin-assistant/check"><img src="https://agentmods.dev/badge/commands/farzamhejazik/claude-linkedin-assistant/check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 732 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00000 $0.00732
Opus 5 $0.00000 $0.00366
Sonnet 5 $0.00000 $0.00146
Haiku 4.5 $0.00000 $0.00073

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

Security

Grade A, and why

check scanned grade A with 0 findings 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 10d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/jobs/check.md · 64 lines

How it starts

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

CHECK (daily dashboard)

Step 0 — Empty-tracker guard (MANDATORY)

Read job_tracker.csv and count the data rows (lines past the header).

  • 0 rows → STOP the flow here. Do NOT show empty section tables. Do NOT fabricate or hallucinate jobs. Print exactly:

    Your tracker is empty. Nothing to dashboard yet. Run /jobs find to discover your first jobs, then /jobs check will have something to show.

    Return immediately. Do not continue to the sections below.

  • ≥1 row → continue to Step 1 below.


Step 1 — Show sections

For each section, render the matching rows as a markdown table. Empty section → "None." (Only after confirming the tracker has rows overall — never show "None" five times in a row, that's the empty-tracker case Step 0 already handled.)


1. Needs outreach soon (action required) Jobs where Referral Needed=YES, Referral Status=Outreach Pending, Referral Deadline ≤ today+2. → "Run /jobs outreach <Company> to send a first DM to your existing connections there. Deadline approaching."


2. Awaiting connection acceptance Jobs where Referral Status=Connection Pending and the connection request was sent ≥2 days ago (check outreach/<Company>_contacts.md for stage 1. Connection Pending rows). → "Run /jobs outreach <Company> to check who's accepted. Step 5 of that flow re-checks each pending profile and sends the first DM to anyone who's now 1st-degree."


3. Referral deadlines passed Jobs where Referral Needed=YES, Referral Status is Outreach Pending / Outreach Sent / Connection Pending, AND Referral Deadline ≤ today. → "Deadline passed — apply without a referral when ready, or mark Got Referral if one came in. Edit the row in job_tracker.csv directly to change status."


4. Ready to apply now Jobs where Status=To Apply AND (Referral Needed=NO OR Referral StatusGot Referral / No Referral / Declined / deadline passed). → Surface these for the user to apply manually. This repo does NOT submit applications.

Read the full file on GitHub · 64 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. 10d ago First seen · 64 lines · 0 tokens per session scan A c633147497fe

Subscribe to this mod's changes

check is a command published in the GitHub repository FarzamHejaziK/claude-linkedin-assistant (214 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 732 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.