| name | commit |
| description | Run the full CI build then commit. Invoked manually before committing code. |
| disable-model-invocation | true |
| allowed-tools | Bash(./gradlew *), Bash(git *) |
| argument-hint | [commit message or files] |
Before committing, run the full CI build to verify all checks pass:
-
Run from the project root:
./gradlew assembleDebug projectHealth ktlintCheck detektCheck check tomlCheck lint test
-
If any task fails — stop. Report which task failed and what errors were shown. Do NOT commit.
-
If all tasks pass — proceed with the git commit following the standard commit workflow.
$ARGUMENTS