Stats
Actions
Tags
From java-core
Logs every Write/Edit file path and Bash result (dotnet test pass/fail, terraform plan/apply status) to an events.log file. Runs bash commands and writes files.
2 events · 4 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
Write|Editecho '[java-core] Java file edited. Reminder: run mvn compile -q or ./gradlew build -q to verify the build still passes.'Write|Editecho '[java-core] Did you add or update tests for this change? Check for a corresponding *Test.java file.'Bashecho '[java-core] After committing, consider running mvn verify or ./gradlew check for a full quality gate.'echo '[java-core] Detecting Java project...' && (cat pom.xml 2>/dev/null | grep -E '<java.version>|<maven.compiler.source>' | head -2 || cat build.gradle 2>/dev/null | grep -E 'sourceCompatibility|JavaVersion' | head -2 || echo '[java-core] No build file found — ask user for Java version if needed.')npx claudepluginhub ducpm2303/claude-java-plugins --plugin java-core14plugins reuse this hooks config
First indexed Jan 12, 2026
Showing the 6 earliest of 14 plugins