What problem does it solve? AI-generated code diffs are often merged after rubber-stamp review, leaving no record that a human actually understood the change or accepted its risks. This Skill runs a structured Socratic reverse-interview before merge and records the outcome as a machine-parsable Git attestation, creating accountability and an audit trail. ## Core Features & Use Cases - Socratic Comprehension Interview: Probes four fixed axes (mechanics, trade-offs, failure loudness, ownership) at cursory, standard, or skeptical intensity, with automatic escalation for large or scientific diffs. - Git Signoff Attestation (GSA) Protocol: Writes flat trailers into an empty signed commit and mirrors them to refs/notes/signoff so attestations survive squash merges and branch deletion, with transcript SHA256 digests for later re-verification. - Harness-Agnostic Portability: Ships adapters for Antigravity CLI, Claude Code (web and CLI), Codex CLI, and a generic file override, plus swappable interview profiles (software-general, domain-science) resolvable per repository. - Use Case: Before merging a feature branch that modifies a numerical solver, run /signoff --deep; the agent challenges you to predict behavior on edge inputs, then commits a signed attestation recording the reviewed commit SHA, tree SHA, transcript digest, and acknowledged risks. ## Quick Start Ask the agent to run /signoff on your current feature branch before merging it into main.