p3c-code-quality
PassAudited by ClawScan on May 1, 2026.
Overview
This instruction-only P3C code-quality skill appears purpose-aligned, with minor notes that it reads Java source files, writes a report, and relies on referenced subskills.
This appears safe for its stated purpose. Use it on the specific Java files or directories you want reviewed, expect it to read source code and create a Markdown report, and verify any referenced subskills before installation.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may inspect project source code and add a report file to the workspace.
The skill instructs the agent to read local Java source files and write a report. This is expected for code-quality checking, but users should be aware that local code contents are accessed and a file is created.
使用 `Glob` 查找所有 `.java` 文件...使用 `Read` 读取文件内容...使用 `Write` 工具生成 Markdown 格式报告
Invoke it only on the intended project path and review the generated report path before accepting changes.
Actual behavior may depend on the installed versions of the referenced P3C subskills.
The skill discloses that it depends on several referenced subskills. This is coherent for an aggregate checker, but those subskills are not part of the provided artifact set.
本技能是聚合技能,会调用以下子技能...p3c-coding-style...p3c-exception-logging...p3c-security-rules...p3c-unit-testing
Before relying on the aggregate skill, verify that the referenced subskills are installed from trusted sources and match the expected P3C review purpose.
