con un clic
work
Start a focused work session on a task
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Start a focused work session on a task
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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 | work |
| description | Start a focused work session on a task |
| disable-model-invocation | true |
| argument-hint | [task description] |
| allowed-tools | Bash(bash *), Bash(git *) |
Check current branch and status:
git status
git log --oneline -5
Understand the task from $ARGUMENTS
Repeat until the task is complete:
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
Report what was done, what files changed, and any remaining issues.