Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick

commit-quality-pipe

Sterne1
Forks0
Aktualisiert11. Mai 2026 um 02:53

Three-stage quality pipeline for landing commits cleanly. Runs Claude's own multi-perspective Opus review, then a `simplify` pass for reuse/quality/efficiency, then runs the Codex / gpt-5.5 second-opinion review as the final gate. Operates in two modes — **Mode A (pre-commit)** runs against a staged diff and ends with `git commit`; **Mode B (post-commit audit)** runs against already-landed commits via `codex review --commit <SHA>` and lands fixes as a follow-up commit. Trigger phrases for Mode A include "ship this commit", "do the pre-commit ritual", "make this commit ready"; Mode B triggers on "audit those commits", "did our commits go through review?", "replay the gate on the recent commits", "run quality pipe on the apply work" (i.e. anything implying retrospective check after commits already landed). Do NOT use when the hook has already blocked a fresh commit — go straight to `commit-defense-loop` for that reactive case.

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