Skip to content

Conversation

@ecki
Copy link

@ecki ecki commented Nov 23, 2025

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, or chat mode file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, or chat mode with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description

Improve Java instruction (maven performance, Java version uptake and Unit test coverqge)
Add clarify to instructions README and introduce AGENTS.md


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New chat mode file.
  • New collection file.
  • Update to existing instruction, prompt, chat mode, or collection.
  • Other (please specify): improved README

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

ecki added 2 commits November 23, 2025 20:52
Make sure it uses latest Java Version, inserts Unit Tests and especially follow best practice guideline to skip mvn install for more performant verification builds.
- fix quoting of asteriks
- reword instruction file names
- mention as needed instruction invocation
- support the more Portable AGENTS.md
Copilot AI review requested due to automatic review settings November 23, 2025 20:02
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enhances Java development instructions and clarifies the README documentation for GitHub Copilot instructions. The changes improve Java build practices, update guidance for instruction files, and reference the new AGENTS.md file.

Key Changes:

  • Updated Java instructions to use mvn clean verify instead of install, added guidance for checking project configuration, and emphasized unit test coverage
  • Clarified instruction file usage in the README with references to AGENTS.md and corrected markdown escaping

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
instructions/java.instructions.md Enhanced Java instructions with build best practices, project configuration checks, and test coverage guidance
docs/README.instructions.md Updated documentation to reference AGENTS.md, corrected markdown formatting, and clarified instruction file usage

ecki and others added 4 commits November 23, 2025 21:06
@ecki
Copy link
Author

ecki commented Nov 23, 2025

Let me know if I should Squash them

Comment on lines +11 to +14
- Copy these instructions to your `.github/copilot-instructions.md` or `AGENTS.md` file in your workspace, or
- Create task-specific `*.instructions.md` files in your workspace's `.github/instructions/` folder
- Instructions automatically apply to Copilot behavior once installed in your workspace
- You can reference task specific instructions (for one-off migrations) in the prompt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This whole file is auto generated and templated from the constants.mjs file

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, lets handle it seperately, will update the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants