drive

drive is a skill for Claude Code, Codex from permit0-ai/permit0. It costs 81 tokens per session (1,855 once invoked), scanned A, original, Apache-2.0.

A command-line controller for the Polis software-development pipeline. Polis is an automated workflow that uses GitHub issues, pull requests, labels, and GitHub Actions to move work through planning, coding, fixes, and review.

In plain words
What is it for?
Use it to inspect issues and pull requests, create issues, trigger pipeline stages, watch automated runs, read review feedback, and merge changes.
Why use it?
It removes the need to manage each pipeline stage through the GitHub website and provides a way to check progress from the terminal.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/permit0-ai/permit0/drive
Any agent
npx skills add permit0-ai/permit0 --skill drive
Clone the repo
git clone --depth 1 https://github.com/permit0-ai/permit0

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 drive

README.md
[![agentmods](https://agentmods.dev/badge/skills/permit0-ai/permit0/drive.svg)](https://agentmods.dev/skills/permit0-ai/permit0/drive)
Your own site
<a href="https://agentmods.dev/skills/permit0-ai/permit0/drive"><img src="https://agentmods.dev/badge/skills/permit0-ai/permit0/drive.svg" alt="Measured on agentmods" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,855 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00081 $0.01855
Opus 5 $0.00041 $0.00928
Sonnet 5 $0.00016 $0.00371
Haiku 4.5 $0.00008 $0.00186

Measured 5d ago against content hash c1c5e8143abc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

drive 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 5d 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/skills/drive/SKILL.md · 122 lines

How it starts

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

Drive the Polis pipeline

An interactive cockpit for the Polis pipeline. Run it as a loop: show the state panel → the user picks an action → apply it via gh → (optionally) watch the run → refresh the panel. The goal is to drive everything from Claude Code; the user never opens github.com. You only trigger and report — the actual work runs in GitHub Actions (workflow "Agent Pipeline").

Loop

Repeat until the user says they're done:

  1. Render the State panel (below).
  2. Ask the user what to do (AskUserQuestion) — offer the suggested next action first.
  3. Run the chosen action via gh. Confirm before any action that triggers a cloud run or merges.
  4. If it triggered a run and the user wants, watch it; otherwise refresh the panel.

Step 0 — Preflight

  • command -v gh — if missing, tell the user to install it and stop.
  • gh auth status — if not logged in, ask them to run ! gh auth login, then re-check.
  • Resolve the repo: gh repo view --json nameWithOwner -q .nameWithOwner (run from the repo, or pass --repo OWNER/NAME). Confirm it's a Polis repo before triggering anything — gh api repos/{owner}/{repo}/contents/scripts/pipeline.sh >/dev/null must succeed; if it doesn't, stop (wrong repo).

State panel

Build it from gh (read-only):

  • Issues: gh issue list --state open --json number,title,labels --limit 30.
  • PRs: gh pr list --state open --json number,title,labels,headRefName,isDraft,reviewDecision --limit 30.

For each issue/PR show: number, title, current agent:* + status labels, the computed stage, and the suggested next action from the stage graph below. Group by "needs you" (has a status label awaiting a human) vs "in flight".

Stage graph (what to suggest next)

Current signal Stage Suggested next
New issue, no PR, reads like a big idea idea agent:arch (plan) or agent:spec (single unit)
arch-review label / open arch/* PR arch drafted agent:rearch (revise) or agent:decompose (make issues)
Generated issue, no spec PR yet ready to spec agent:spec
spec-review label / draft agent/* PR with a spec spec drafted agent:respec (revise) or agent:code (implement)
Open agent/* PR, needs-human-review, tests passing code ready review feedback → merge, or agent:fix
PR with tests-failing tests red agent:fix (no comment = make tests pass)
PR with agent:cap-reached review loop capped read verdicts → agent:fix, or re-run AI review with agent:code_review[:<profile>], or merge
agent:failed run errored gh run view <id> --log-failed to see the error, fix the cause, then re-apply the original trigger label

Read the full file on GitHub · 122 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. 5d ago First seen · 122 lines · 81 tokens per session scan A c1c5e8143abc

Subscribe to this mod's changes

drive is a skill published in the GitHub repository permit0-ai/permit0 (185 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 81 tokens to every session and 1,855 once invoked, about $0.0004 per session on Opus 5. 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.