Home / zifeo / lade · .cursor/skills/finalize/SKILL.md · GitHub

finalize skillA

finalize is agent-read markdown (skill) from zifeo/lade: Finalize a merge request: rebase onto main, run bugs, simplify, and specs in parallel, apply, then refactor last. Use when the user asks to finalize, close a PR, or run the review pageant..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Finalize

A pageant, not a swarm. Reviewers are read-only. The parent waits,
edits, then launches the next seat. One pass.

## When

User says `/finalize`, finalize, close the MR, or ready to merge.
Do not run this on a drive-by question.

## 0. Sit on main first

Fetch `origin/main`. Rebase this branch onto it (or merge `main` if
rebase is refused). If the rebase conflicts, stop and ask. Do not
launch reviewers on a stale base.

Then pin the range:

```bash
git fetch origin main
git merge-base origin/main HEAD
git diff --stat "$(git merge-base origin/main HEAD)"
```

If the diff is empty after the rebase, stop.

Build a `Spec:` block for the specs child, in this order:

1. Specs the user stated in this conversation
2. The PR body / issue, if this is an MR
3. A file the user named as the spec

If none of those exist, still launch specs. It must ask. Do not
drop the seat.

```text
Full Repository Path: <abs>
Diff: branch changes
Base Branch: main
Range: <merge-base>...<HEAD>
Spec:
<quoted lines, or "none, ask">
```

Custom agent names may be missing on the Task tool. Default path:
`generalPurpose` children. Paste `.cursor/agents/<name>.md` as the
preamble, then the scope block.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add zifeo/lade/finalize@git:20260920.4118fd6
Exact content
mdr add zifeo/lade/finalize@sha256:3df91c3d4d7ec224

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_m25l2zprq2tffcp4.svg)](https://markdownregistry.com/a/art_m25l2zprq2tffcp4)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260920.4118fd6 latest2026-09-20 4118fd6 3,630 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (3630 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

zifeo/lade · 133 stars · license MPL-2.0 · pushed 2026-09-21 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_m25l2zprq2tffcp4
GET https://markdownregistry.com/api/v1/resolve?ref=zifeo/lade/finalize
GET https://markdownregistry.com/api/v1/blob/3df91c3d4d7ec22496fc48f4ddff6f961c167b94152b358196aeeda3e76211e8

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from zifeo/lade

message-box rules
zifeo/lade · .cursor/rules/message-box.mdc · All stderr/bail user-facing messages must go through MessageBox
git:20260820.912dbe8 · audit A · 133 stars
sandbox-cargo rules
zifeo/lade · .cursor/rules/sandbox-cargo.mdc · Stay in the Cursor sandbox for cargo. Do not request all when sccache fails.
git:20260906.5266939 · audit A · 133 stars
lade-release skill
zifeo/lade · .cursor/skills/lade-release/SKILL.md · Prepare a Lade release: update CHANGELOG.md and bump crate versions with cargo set-version. Use when cutting a release…
git:20260920.4118fd6 · audit A · 133 stars
AGENTS.md agents
zifeo/lade · AGENTS.md
git:20260921.6b73d12 · audit A · 133 stars

Every file in zifeo/lade

Other files named finalize

finalize skill
tobihagemann/turbo · codex/skills/finalize/SKILL.md · Run the post-implementation quality assurance workflow including tests, code polishing, review, and commit. Use when…
git:20260831.9985d29 · audit A · 405 stars
finalize skill
tobihagemann/turbo · claude/skills/finalize/SKILL.md · Run the post-implementation quality assurance workflow including tests, code polishing, review, and commit. Use when…
git:20260831.9985d29 · audit A · 405 stars
finalize skill
terrylica/cc-skills · plugins/asciinema-tools/skills/finalize/SKILL.md · Finalize orphaned recordings - stop processes, compress, push to orphan branch. TRIGGERS - finalize recording, stop…
git:20260722.fca730d · audit A · 74 stars
finalize skill
rustyrazorblade/skills · plugins/spec-flow/skills/finalize/SKILL.md · Finalize a merged issue — close the GitHub issue, remove its lifecycle/coordination labels, and remove the issue's git…
git:20260901.4076d23 · audit A · 43 stars

Browse by kind, by grade A, or by owner.