Coding Agents & IDEsDocumentedScanned
java-change-with-tests
- Any Java change that must be merged safely.
Share:
Installation
npx clawhub@latest install java-change-with-testsView the full skill documentation and source below.
Documentation
java-change-with-tests
When to use
- Any Java change that must be merged safely (feature/refactor/bugfix).
Inputs to request (if missing)
- Acceptance criteria (1-3 bullets).
- Module name (if multi-module repo).
- Build tool and test conventions.
- Whether integration tests are required for the change.
Steps
mvn -q test (or module-scoped equivalent)
Verification commands (project-specific)
- Use the repo's build tool and record the exact commands and results.
- Prefer targeted unit tests before full test suites.