بنقرة واحدة
update-deps
Check for and update Maven dependency versions
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Check for and update Maven dependency versions
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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 | update-deps |
| description | Check for and update Maven dependency versions |
| disable-model-invocation | true |
| allowed-tools | Bash(bash *), Bash(git *) |
bash "/Users/alex.mondshain/Library/Application Support/JetBrains/IntelliJIdea2025.3/plugins/maven/lib/maven3/bin/mvn" versions:display-dependency-updates -f pom.xml -Pdefault 2>&1 | tee /tmp/schema-dep-updates.txt
bash "/Users/alex.mondshain/Library/Application Support/JetBrains/IntelliJIdea2025.3/plugins/maven/lib/maven3/bin/mvn" versions:display-plugin-updates -f pom.xml -Pdefault 2>&1 | tee /tmp/schema-plugin-updates.txt
Review the output and categorize updates:
For each update to apply:
pom.xmlbash "/Users/alex.mondshain/Library/Application Support/JetBrains/IntelliJIdea2025.3/plugins/maven/lib/maven3/bin/mvn" clean install -f pom.xml -Pdefault
List all available updates and which ones were applied.