en un clic
push
Validate, commit, and push changes to remote
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Validate, commit, and push changes to remote
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Project coding standards and conventions for Java 17 with Lombok, spring-javaformat, checkstyle, and PMD
Implement a GitHub issue with branch and pull request workflow
Create or update a GitHub issue for tracking work
Check JaCoCo code coverage
Save a learning to project memory. Invoke automatically (without user asking) whenever a task required more than one fix cycle to resolve — e.g. a test failed and needed a second attempt, a compile error required a correction, an API behaved unexpectedly, or an assumption proved wrong mid-task. Also invoke when the user explicitly asks to remember something. Do NOT invoke for routine single-pass work.
Build the project with Maven
| name | push |
| description | Validate, commit, and push changes to remote |
| disable-model-invocation | true |
| argument-hint | [commit message] |
| allowed-tools | Bash(git *), Bash(bash *) |
bash "/Users/alex.mondshain/Library/Application Support/JetBrains/IntelliJIdea2025.3/plugins/maven/lib/maven3/bin/mvn" io.spring.javaformat:spring-javaformat-maven-plugin:apply -f pom.xml -Pdefault -q
bash "/Users/alex.mondshain/Library/Application Support/JetBrains/IntelliJIdea2025.3/plugins/maven/lib/maven3/bin/mvn" validate -f pom.xml -pl spring-boot-config-json-schema-starter
bash "/Users/alex.mondshain/Library/Application Support/JetBrains/IntelliJIdea2025.3/plugins/maven/lib/maven3/bin/mvn" test -f pom.xml -pl spring-boot-config-json-schema-starter
git add <changed-files>
git commit -m "$ARGUMENTS
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>"
git push -u origin HEAD
If any step fails, fix the issue and retry. Report the result when done.