java-clean-code — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited java-clean-code (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when reviewing or improving Java code for readability, naming, structure, idiomatic style, method/class size, comments, constants, and maintainability.
Do not use this skill for non-Java code, test-writing, deep refactoring catalogs, security-only review, performance tuning, or framework-specific configuration.
This skill teaches Java clean-code review and improvement. It does not call other skills, introduce new architecture by default, or change behavior unless explicitly requested.
SKILL.md focused on the review workflow.references/java-clean-code-guidance.md for naming and official-source notes.Utils/Helper buckets unless responsibility is explicit and cohesive.| Condition | Action |
|---|---|
| Names hide intent | Rename before restructuring. |
| Method mixes levels of abstraction | Extract named private methods if behavior stays clearer. |
| Comments explain what code does | Prefer making code self-explanatory; keep comments for why/constraints. |
| Magic literal appears | Replace with named constant only when it carries domain meaning or repeated policy. |
| Code can use modern Java construct | Recommend it only if it improves readability for the project’s Java version. |
Return:
references/java-clean-code-guidance.md — Java naming, structure, and official-source notes.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.