ncalavera

Jobs Update — Data skill for Claude Code

Data community

Update the pipeline — pull latest code, refresh dependencies, apply pending DB migrations, summarise what changed.

How to install Jobs Update

Installs to ~/.claude/commands/ncalavera-llm-job-pipeline-jobs-update.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ncalavera/llm-job-pipeline/HEAD/.claude/commands/jobs-update.md -o ~/.claude/commands/ncalavera-llm-job-pipeline-jobs-update.md

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

What Jobs Update does


description: Update the pipeline — pull latest code, refresh dependencies, apply pending DB migrations, summarise what changed.

/jobs-update

Bring an existing install up to date safely. `git pull` alone is not enough: new code can expect schema changes, so this command pulls **and** runs the migration runner so the database matches the code.

Run this from the project root whenever you want the latest version.

Steps

  1. Confirm the working tree is safe to update. Run `git sta

Alternatives in Data

  • Notion Sync — /notion-sync - Push Ranked Jobs and Applications to a Notion Database 36.6k ★
  • Sentry — Inspect Sentry issues, summarize production errors, and pull health data 14.6k ★
  • Skill Production Pipeline — Claude-skills — Effective: 2026-03-07 Applies to ALL new skills, improvements, and deployments 5.3k ★

Full documentation available on GitHub

View Source Repository