name: Prepare Commit description: Prepares the codebase for a commit by formatting code and helping identify temporary comments.
Prepare Commit
Use this skill before every commit to ensure your code is formatted and clean.
Usage
This skill performs the following:
- Runs standard formatting (
ktfmtFormat). - (Optional/Manual) Reminds you to check for temporary comments.
Command
python3 .agent/skills/prepare_commit/scripts/prepare.py