What problem does it solve? Running routine code hygiene across a multi-language repository requires coordinating formatters, semantic comment checks, per-language commits, and publishing — a multi-step process that is easy to do inconsistently or to leave half-finished. This Skill provides a single entry point that sequences the whole sweep and enforces a clean division of labor between agents. ## Core Features & Use Cases - Tiered orchestration: Runs Tier 1 (code-format) for mechanical reformatting with one commit per language, then Tier 2 (code-verify) for read-only comment-vs-code mismatch checks logged to memory. - Safe pre-flight gates: Verifies the source tree exists and is clean before touching anything, pins git identity, and captures the pre-cleanup SHA for accurate reporting. - Explicit push delegation: Hands the publish step to the iris agent via call-peer, with load-bearing status semantics (completed-and-pushed, completed-locally-push-failed, completed-no-commits, stood-down) so downstream schedulers can trust the outcome. - Use Case: After a major refactor, tell the agent to do a code-hygiene sweep; it reformats each language, commits the fixes, logs comment mismatches, and has iris push the batch to origin. ## Quick Start Ask the agent to run a code cleanup sweep on the repository and report what was reformatted, verified, and pushed.