.agent/skills/prepare_commit/SKILL.md
Prepares the codebase for a commit by formatting code and helping identify temporary comments.
npx skillsauth add google/ground-android Prepare CommitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill before every commit to ensure your code is formatted and clean.
This skill performs the following:
ktfmtFormat).python3 .agent/skills/prepare_commit/scripts/prepare.py
development
Runs unit tests to quickly verify changes during the development loop.
development
Runs all necessary checks (lint, tests) and pushes to GitHub. Use this as the final safety gate.
development
Fetches comments and reviews from the current GitHub Pull Request and formats them as Markdown.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.