Community写作与编辑github.com

ohm41321/luciazero

Verification-first discipline for coding agents (Claude Code + Codex CLI): 9-rule doctrine, six skills, adversarial reviewer agent, fail-open enforcement hooks. Done is proven by a command, not by opinion.

luciazero 是什么?

luciazero is a Claude Code agent skill that verification-first discipline for coding agents (Claude Code + Codex CLI): 9-rule doctrine, six skills, adversarial reviewer agent, fail-open enforcement hooks. Done is proven by a command, not by opinion.

兼容平台Claude CodeCodex CLI~Cursor
npx skills add ohm41321/luciazero

Installed? Explore more 写作与编辑 skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

在你喜欢的 AI 中提问

打开一个已预加载此 Agent Skill 的新对话。

文档

Done

1. Full verify

Run the full tier now: verify-full when present, otherwise verify. Quote the shortest decisive line.

  • Red → you are not here yet. Return to the loop.
  • No verify command exists → use /ready; do not claim done.
  • It must actually have run now, not earlier in the session.

2. Skeptic diff pass

Re-read the final diff as a hostile reviewer. Check:

  • Edge cases: empty, zero, unicode, boundaries, concurrency.
  • Error paths: failures, missing files, dropped network, cleanup.
  • Changed contracts: APIs, formats, schema, config, old consumers.
  • Accidental content: unrelated files, debug code, secrets, loose pins.
  • Test honesty: would changed tests fail if implementation is reverted?

When applicable run <this-skill-dir>/scripts/revert-probe.sh "<verify-cmd>". Weakened checks are findings. Fix findings and repeat full verify.

3. Risk-routed independent review

Choose focus:

  • security: auth, permissions, input, paths, commands, secrets, endpoints.
  • contract: public API/CLI, schema, config, migration, consumers.
  • general: money, concurrency, resources, or a wide uncertain diff.

Prefer the harness's built-in review command; otherwise use one reviewer agent. If security and contract both apply, request two independent focused passes. The reviewer reads callers and consumers.

Fix and re-verify every blocker or major, unless the user explicitly accepts the named risk. A minor may be deferred only when reported. A small, well-understood diff with no routed risk may stop after the skeptic pass.

4. Scope check

Re-read the original request. Every item is delivered, or named as left out with a reason. Never drop scope silently. A bus task you claimed through /lucia-bus must be completed or blocked, with its result published, unless the user cancelled it.

5. Lessons

For a dead end, footgun, or disproved approach, run /retro. If unfinished state must transfer, use /lucia-relay instead.

6. Report

Done: <what changed, one line>
Proof: <verify command> → <decisive line>
Not covered: <verification gap>
Left out: <scope omitted + reason, or nothing>

No hedging: report done only after every step passes. Machine output mirrors the same facts; blocked output uses "status": "blocked" and its failing line.

{
  "status": "done",
  "verify": {"command": "./test.sh", "exit_code": 0, "decisive_line": "PASS  all checks green"},
  "not_covered": "<verification gap>",
  "left_out": "nothing"
}

相关技能

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community