Skip to main content

polish-checkpoint

Sterne8
Forks0
Aktualisiert18. Mai 2026 um 18:36

Run a mid-session quality checkpoint without committing. Mirrors the pre-commit phase of `commit-and-push` (simplify the dirty tree, verify the build for the touched target) but stops before any git operations — no staging, no commit, no push, no PR. Use when the user says "checkpoint", "polish for now", "verify what I have", "clean up but don't commit", "self-review without shipping", "polish + verify", or otherwise wants confidence that the working tree is clean and the build is green before continuing to iterate. Designed for the Cursor / human-in-the-loop flow where intermediate quality passes happen often but PRs open rarely. When the user is ready to PR, they invoke `commit-and-push` as usual; running both back-to-back is fine because `simplify` is idempotent.

Installation

Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.

SKILL.md
readonly