Java Maven Common
Use this skill as the shared input layer for Java Maven review work.
Purpose
This skill handles the common project-ingest steps used by other Java Maven skills:
- ZIP unpack
- GitLab clone after SSH authorization
- project root normalization
- Maven root/module identification
Supported input
- Java Maven ZIP archive
- GitLab repository URL
Standard workflow
ZIP input
- Put archive into
temp/ - Unpack into a dedicated work directory under
temp/ - Normalize root directory
- Detect Maven modules by scanning
pom.xml
GitLab input
- Confirm SSH authorization has been granted by the user
- Clone repository into a dedicated work directory under
temp/ - Normalize root directory
- Detect Maven modules by scanning
pom.xml
Output
Generate a JSON summary that includes at least:
- input mode
- normalized root path
- project name
- module list
- module count
- whether scan is limited
Bundled resources
scripts/prepare_java_maven_project.py
Instruction scope
This skill does not produce the final business report by itself. It prepares the project input for downstream skills.