Skip to content
Automation
Skill

/verify

Run the full JobPilot CI gate locally - Biome, knip, API + web typechecks, API and contracts tests, and the terminal .NET tests when terminal files changed. Use before committing, or when asked to "verify", "run checks", or "run the gate".

From plugin
jobpilot
6931 skills2 agents2 MCP
Install
$ npx -y skills add suxrobGM/jobpilot --skill verify --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/verify

Context preview

The summary Claude sees to decide when to auto-load this skill.

Run the full JobPilot CI gate locally - Biome, knip, API + web typechecks, API and contracts tests, and the terminal .NET tests when terminal files changed. Use before committing, or when asked to "verify", "run checks", or "run the gate".

SKILL.md

verify.SKILL.md
name: verify
description: Run the full JobPilot CI gate locally - Biome, knip, API + web typechecks, API and contracts tests, and the terminal .NET tests when terminal files changed. Use before committing, or when asked to "verify", "run checks", or "run the gate".

Verify

Run from the repo root, in order. Stop at the first failure and report its output.

1. `bun run ci` 2. `bun run knip` 3. `bun --cwd=apps/api run typecheck` 4. `bun --cwd=apps/web run typecheck` 5. `bun --cwd=apps/api run test` 6. `bun --cwd=packages/contracts run test` 7. Only if the working tree or branch diff touches `apps/terminal/` or `tests/` (`git status --porcelain` + `git diff --name-only main...`): `dotnet test tests/JobPilot.Terminal.Tests`

Finish with a one-line pass/fail summary per step.

Ships withjobpilot

An AI agent that applies to jobs for you, on the Claude or Codex subscription you already have.

Get the whole plugin

Other skills on jobpilot.