chore: Add a Java development skill for the monorepo#12797
chore: Add a Java development skill for the monorepo#12797
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new Java development guide for the monorepo, detailing workflows for building, formatting, and testing, as well as style and dependency management policies. Feedback includes recommending mvn verify over mvn install to prevent local repository pollution, clarifying the preference for imports over fully qualified names, and adding best practices for resource management and concurrency.
|
|
||
| ## Workflow | ||
|
|
||
| ### 1. Building the Project |
There was a problem hiding this comment.
I feel 1/2/3 are proper skills since they are telling the AI exactly how to do things. But 4/5/6 might be more suitable for a repo level gemini.md?
There was a problem hiding this comment.
I'm not sure. I think it would be relevant as it tells the agent how to generate code to be used for the features. Shall we try a skill to see how it works?
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Adding a skill from the existing sdk-platform-java GEMINI.md file. Try to break the Java development specific portions out so that it can be used by the rest of the modules in the monorepo.