Skip to main content

polish-checkpoint

スター8
フォーク0
更新日2026年5月18日 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.

インストール

Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。

SKILL.md
readonly