What problem does it solve? It removes the manual toil of verifying a branch before publication by running every configured CI-style validation command in order, fixing straightforward failures such as locale-file drift, and committing and pushing only when everything passes. ## Core Features & Use Cases - Configured validation gates: Reads the authoritative command list from .ai/agentic.config.json (validation.commands) and runs each gate in order, re-running failed checks after fixes until all pass. - Minimal in-scope fixes: Applies small, targeted fixes including locale key synchronization across all maintained locales, without reverting unrelated user changes. - Safe publication: Commits with a conventional-commit subject and pushes the current branch only when the user explicitly asked for publication, never skipping hooks, amending, or force-pushing. - Use Case: Before opening a pull request, ask the agent to check the branch; it runs lint, typecheck, and tests from the repo config, fixes a missing locale key, re-runs the gates, and pushes a clean commit. ## Quick Start Ask the agent to check the current branch against the configured validation gates, fix any failures, and then commit and push it.