Skip to main content
Back to registry

java-docs

github/awesome-copilot

Installs7
Install command
npx skills add https://github.com/github/awesome-copilot --skill java-docs
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
- Public and protected members should be documented with Javadoc comments. - It is encouraged to document package-private and private members as well, especially if they are complex or not self-explanatory. - The first sentence of the Javadoc comment is the summary description. It should be a concise overview of what the method does and end with a period. - Use @param for method parameters. The description starts with a lowercase letter and does not end with a period. - Use @return for method return values. - Use @throws or @exception to document exceptions thrown by methods.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does java-docs do?

java-docs is listed in SkillJury, but the source summary is still sparse.

Is java-docs good?

java-docs does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does java-docs work with?

java-docs currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to java-docs?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install java-docs?

npx skills add https://github.com/github/awesome-copilot --skill java-docs

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering