Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Guide Java changes with minimal edits, verify using unit/integration tests as needed, and provide a PR-ready summary including plans, changes, test results,...
Guide Java changes with minimal edits, verify using unit/integration tests as needed, and provide a PR-ready summary including plans, changes, test results,...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Any Java change that must be merged safely (feature/refactor/bugfix).
Acceptance criteria (1-3 bullets). Module name (if multi-module repo). Build tool and test conventions. Whether integration tests are required for the change.
Repo map (brief): identify the module, entrypoint, and test location. Plan: smallest diff that meets acceptance criteria. Implement: minimal edits. Tests: prefer fast unit tests first add integration tests only when required to validate behavior Verify: run targeted tests run mvn -q test (or module-scoped equivalent) Output PR-ready summary with evidence.
Use the repo's build tool and record the exact commands and results. Prefer targeted unit tests before full test suites.
Plan (3-6 steps) Files changed + intent Commands run + results Risks + follow-ups
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.