yolo-finish

yolo-finish is a skill for Claude Code from CoriChui/yolo. It costs 82 tokens per session (1,773 once invoked), scanned A, original, MIT.

A delivery skill for landing a completed and verified software feature. Depending on the project's settings, it prepares a pull request for review or creates a local merge commit.

In plain words
What is it for?
Use it after verification to ship a feature, open a pull request, run the required CI checks, or merge locally in a throwaway or offline workflow.
Why use it?
It provides a final safety check and matches the delivery process to the change's risk before it becomes part of the main codebase.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Part of the yolo plugin — 11 skills, 1 command shipped together

Good fit Use it after verification to ship a feature, open a pull request, run the required CI checks, or merge locally in a throwaway or offline workflow.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/corichui/yolo/yolo-finish
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.

Any agent
npx skills add CoriChui/yolo --skill yolo-finish
Clone the repo
git clone --depth 1 https://github.com/CoriChui/yolo

Made for: Claude Code.

Or install yolo, the plugin that ships this one along with the rest of its 11 skills, 1 command.

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 yolo-finish

README.md
[![agentmods](https://agentmods.dev/badge/skills/corichui/yolo/yolo-finish/github.svg)](https://agentmods.dev/skills/corichui/yolo/yolo-finish)
Your own site
<a href="https://agentmods.dev/skills/corichui/yolo/yolo-finish"><img src="https://agentmods.dev/badge/skills/corichui/yolo/yolo-finish/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 yolo-finish

Your own site · 80×15
<a href="https://agentmods.dev/skills/corichui/yolo/yolo-finish"><img src="https://agentmods.dev/badge/skills/corichui/yolo/yolo-finish.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,773 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.00082 $0.01773
Opus 5 $0.00041 $0.00886
Sonnet 5 $0.00016 $0.00355
Haiku 4.5 $0.00008 $0.00177

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

Security

Grade A, and why

yolo-finish 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 9d 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/yolo-finish/SKILL.md · 104 lines

How it starts

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

yolo-finish

Land verified work. Match the rigor to the risk.

Precondition

The branch carries YOLO-Verified: true (.claude/yolo/conventions.md). If not, run yolo-verify first.

Run finish reasoning (risk classification, summary synthesis) at the agents.finish tier from workspace/config.yaml (inherit if unset).

Choose the path (read workspace/config.yaml finish.mode)

  • fast-local (mode: local, or user says throwaway/offline): land with a real merge commit — always --no-ff so there is a commit to carry the done-trailer (never a fast-forward). Normal single-checkout case: git switch <base_branch> && git merge --no-ff feature/<slug> -m "yolo: merge feature/<slug>" -m "YOLO-Feature: <slug>". If base_branch is checked out in another worktree, run that same merge from that worktree (git refuses to update a ref checked out elsewhere — don't fight it). The condensed summary goes in the merge-commit message. No forge.
  • PR (mode: pr, the default): push the branch and open a PR/MR (gh pr create / glab mr create). The PR description IS the summary — generated from the brief (what) + plan (how) + diff (the work) + verification (evidence) — with the YOLO-Feature: <slug> trailer kept as the body's final standalone paragraph (see Land).

In BOTH paths the landing MUST produce the durable done-markers (see Land).

CI check (PR path; finish.ci)

"Has CI" means a required check actually reports on the PR (gh pr checks <pr> returns checks / GitLab has a pipeline for the MR) — NOT merely the presence of a workflow file, which may produce no required check.

  • auto: if a check reports, require it green before merge; if none reports, fall back to the yolo-verify result as the gate.
  • require: always demand green CI. If NO check reports, this is a hard error — surface it to the human (do not wait forever on a check that will never arrive).
  • off: never wait on CI. When polling a pending check, bound the wait (cap attempts / total time, e.g. ~20 min); on timeout, stop and escalate to the human rather than hanging.

Read the full file on GitHub · 104 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. 9d ago First seen · 104 lines · 82 tokens per session scan A fd1907abc5f3

Subscribe to this mod's changes

yolo-finish is a skill published in the GitHub repository CoriChui/yolo (9 stars, last pushed 2mo ago), licensed MIT. It adds 82 tokens to every session and 1,773 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-31.