Skip to main content
Back to the directory
github/awesome-copilotSoftware EngineeringFrontend and Design

java-docs

Javadoc best practices for documenting Java types, methods, and members.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
9

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/github/awesome-copilot --skill java-docs
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, java-docs has 9 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: github/awesome-copilot. Canonical URL: https://skills.sh/github/awesome-copilot/java-docs.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Javadoc best practices for documenting Java types, methods, and members. - Public and protected members require Javadoc comments; package-private and private members are encouraged, especially for complex code - Use standard tags: @param for parameters, @return for return values, @throws for exceptions, @see for cross-references, and @since for version tracking - First sentence serves as summary description and should end with a period; parameter descriptions start lowercase without periods - Use {@inheritDoc} to inherit documentation from base classes unless behavior changes significantly, and {@code} or {@code} for inline and block code snippets - 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.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Javadoc best practices for documenting Java types, methods, and members.

Is java-docs good?

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

Which AI agents support java-docs?

java-docs currently lists compatibility with Skills CLI.

Is java-docs safe to install?

java-docs has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to java-docs?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install java-docs?

Run the following command to 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