π¦ ClawHub
Java changing with tests
by @tanerilyazov
Guide Java changes with minimal edits, verify using unit/integration tests as needed, and provide a PR-ready summary including plans, changes, test results,...
TERMINAL
clawhub install java-change-with-testsπ About This Skill
java-change-with-tests
When to use
Inputs to request (if missing)
Steps
1. Repo map (brief): identify the module, entrypoint, and test location. 2. Plan: smallest diff that meets acceptance criteria. 3. Implement: minimal edits. 4. Tests: - prefer fast unit tests first - add integration tests only when required to validate behavior 5. Verify: - run targeted tests - runmvn -q test (or module-scoped equivalent)
6. Output PR-ready summary with evidence.