📦 Java changing with tests — 测试驱动改码
v1.0.0以最小改动引导 Java 代码演进,按需运行单元/集成测试验证,自动生成含计划、变更与测试结果的 PR 摘要,让重构更快更稳。
1· 2.2k·1 当前·1 累计
下载技能包
最后更新
2026/2/26
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This is an instruction-only workflow for making Java changes and running tests — it's internally consistent and low risk. Before installing or using it, confirm the agent has: (1) explicit access to the repository you want it to edit, (2) the appropriate build tool (e.g., Maven) is available on the environment where the agent runs, and (3) any git/CI credentials remain under your control (the skill does not request them but the agent will need them to push or open PRs). Also consider restricting...详细分析 ▾
ℹ 用途与能力
The skill's name and SKILL.md describe a minimal-diff + tests workflow for Java projects, which aligns with the steps it instructs (identify module, implement, run tests, produce PR-ready output). Minor incoherence: the skill doesn't include a description in the metadata and the manifest declares no required binaries, yet the instructions assume use of a build tool (maven/`mvn`) — the skill should declare that the build tool must exist or prompt for it.
✓ 指令范围
Instructions stay within the stated purpose: mapping repo, creating a minimal plan, implementing code, running targeted unit/integration tests, and reporting commands/results. The steps reference running project build/test commands and producing a PR summary; they do not instruct reading unrelated system files or exfiltrating data.
✓ 安装机制
No install spec and no code files (instruction-only). This is low-risk: nothing is downloaded or written by an installer. The skill relies on the environment having the project's build tools available.
✓ 凭证需求
The skill declares no required environment variables or credentials and its requested operations (editing repo files and running tests) do not require additional secrets. Note: to operate the agent will need access to the repository files and any developer credentials (git push/CI) are external to the skill and are not requested — which is appropriate.
✓ 持久化与权限
always is false and there is no install that modifies agent configuration. The skill does not request persistent presence or system-wide changes.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/1/29
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install java-change-with-tests
镜像加速npx clawhub@latest install java-change-with-tests --registry https://cn.longxiaskill.com✓ 镜像可用