Install
$ agentstack add skill-ohm41321-luciazero-done ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Done — prove it before you say it
The doctrine says: done is proven by a command, not by my judgment. This is the ritual that turns that rule into a checklist. Run every step; skipping one is how "done" ships broken.
1. Full verify
Run the full tier (verify-full if the repo has two tiers, else the verify command). Quote the shortest decisive line of real output.
- Red → you are not here yet. Go back to the loop; do not continue this ritual.
- No verify command exists → that is the first bug (
/ready). Say so instead of declaring done. - The command must actually have run now, in this session — a green from an hour ago proves the past, not the present.
2. Skeptic diff pass
Re-read the final diff as a hostile reviewer. Tests prove what they cover; hunt what they do not:
- Edge cases — empty, zero, negative, unicode, first/last, concurrent
- Error paths — the call fails, the file is missing, the network drops; are errors swallowed?
- Changed contracts — public API shape, serialized formats, schema, config keys: who consumes the old shape?
- Accidental content — files touched by mistake, debug prints, commented-out code, leftover instrumentation, loosened dependency pins, secrets
- Test honesty — would the new/changed tests fail if the change were reverted? The mechanical form:
/scripts/revert-probe.sh ""answers it in one command. Weakened or deleted checks are findings, not cleanup.
Fix what you find, re-run step 1, then continue.
3. Risk-routed independent review
Classify the diff before requesting an adversarial second opinion:
security— auth, permissions, external input, paths, command construction, secrets, or public endpointscontract— public API, CLI, serialized data, schema, config keys, migrations, or downstream consumersgeneral— money, concurrency, resource ownership, a wide unfamiliar diff, or any hunk whose safety you cannot explain in one sentence
Use the harness's built-in review command (Claude Code: /code-review) or the single reviewer agent with the selected focus. If both security and contract apply, request two independent focused passes; do not blend two threat models into one shallow prompt. The reviewer must read callers and consumers, not only changed lines.
A blocker or major finding must be fixed and re-verified, or explicitly waived by the user with the remaining risk named. A minor may be deferred only when the report names it. For a small, well-understood diff with no routed risk, step 2 suffices.
4. Scope check
Re-read the original request. For each part: delivered, or named as left out with the reason. Silently dropped scope is the failure mode this step exists to catch. Anything left out gets said plainly in the report, not buried.
5. Lessons
If the session hit a dead end, a footgun, or disproved a tempting approach — run /retro now, while the evidence is fresh. If unfinished work remains for a future session or another agent, /lucia-relay instead.
6. Report
Done:
Proof: →
Not covered:
Left out:
No hedging in the report: if all steps passed, state it plainly; if one did not, the task is not done and the report says what remains instead.
When the report feeds a machine — a CI job, a PR comment, a dashboard — mirror it as JSON: same facts, no extra claims. A blocked closeout reports "status": "blocked" with the failing line as decisive_line.
{
"status": "done",
"verify": {"command": "./test.sh", "exit_code": 0, "decisive_line": "PASS all checks green"},
"not_covered": "",
"left_out": "nothing"
}
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ohm41321
- Source: ohm41321/luciazero
- License: MIT
- Homepage: https://www.npmjs.com/package/luciazero
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.