You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add presentation-repair — the apply phase that closes the third journey (#24)
Executes a ratified PRESENTATION_AUDIT.md one finding at a time:
re-observe before editing (already-satisfied detection), fact boundary
(never invents a license/contact — asks or logs needs-input), target
allowlist (presentation files only, never deletes, refuses out-of-scope
directives even from a tampered audit), content preservation, per-finding
verification logged to PRESENTATION_CHANGES.md. Zero-shell like
presentation. Includes scaffolds.md with «ASK-USER» placeholder system.
Dogfood: ran against this repo's v0.6.0 audit — 7 of 8 findings
correctly detected already-satisfied (zero edits); the 8th added the
README ToC (anchors verified against GitHub's live slugger, including
the U+FE0F variation-selector cases).
Docs ride-along: README (three goals six commands, journey row + table,
mermaid leg, FAQs, Just-shipped), OVERVIEW (six skills, full section),
CONTRIBUTING/MAINTAINING skill lists.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,27 +23,29 @@ Point Claude at a repository and let Lazarus help make it: Alive again, document
23
23
24
24
- 🔧 **Make it run** (`discover` → `repair`) — point it at code that won't start, or that you simply don't know yet. It investigates, proposes a plan with a concrete "done" checklist you approve, then works through the blockers until the app boots — and writes down what actually worked so the next person (or the next you) doesn't start from zero.
25
25
- 🧭 **Assess it — and, if you choose, fix it** (`audit` → `audit-repair`) — get a principal-engineer read: what's risky, what to fix first, and whether to maintain, refactor, or rewrite. A report you act on, hand to a client — or have executed finding-by-finding, each behind your approval.
26
-
- 💅 **Make it presentable** (`presentation`) — a DevRel-grade, read-only review of everything a stranger sees *before* the source: README, LICENSE, CONTRIBUTING, security policy, templates, markdown accessibility. Every finding cites a real standard (GitHub's community profile, CommonMark, WCAG) — never taste — and lands in a `PRESENTATION_AUDIT.md`you act on.
26
+
- 💅 **Make it presentable — and, if you choose, fix that too** (`presentation` → `presentation-repair`) — a DevRel-grade, read-only review of everything a stranger sees *before* the source: README, LICENSE, CONTRIBUTING, security policy, templates, markdown accessibility. Every finding cites a real standard (GitHub's community profile, CommonMark, WCAG) — never taste. Then `presentation-repair` executes the findings you ratify, asking for the facts only you own (which license? what security contact?) instead of inventing them.
27
27
28
28
Everything runs behind a guard that blocks destructive commands before they ever run — and **nothing changes until you approve a plan.** It'll resurrect a dead repo that won't even start (the namesake), but it's just as useful on healthy code you want made runnable, understood, assessed, or ready to show the world.
29
29
30
-
## 🧭 Three goals, five commands
30
+
## 🧭 Three goals, six commands
31
31
32
-
Lazarus looks like five skills, but you only ever choose a **goal**. Each flows *plan → you approve → execute* — the commands are just the steps:
32
+
Lazarus looks like six skills, but you only ever choose a **goal**. Each flows *plan → you approve → execute* — the commands are just the steps:
33
33
34
34
| You want… | The journey | How it flows |
35
35
|---|---|---|
36
36
|**It running** — *"it won't start"* · *"I'm lost in this repo"* · *"I need to change it safely"*| 🔍 **`discover`** → 🧑 *you approve* → 🔧 **`repair`**|`discover` investigates read-only and writes a plan with a runnable "done" checklist; you approve it; `repair` works the blockers until each one passes — recording what actually worked in `CLAUDE.md`. |
37
37
|**It assessed — and, if you choose, fixed** — *"what shape is this in?"* · *"maintain, refactor, or rewrite?"* · *"now go fix what the audit found"*| 🧭 **`audit`** → 🧑 *your call* → 🛠️ **`audit-repair`**|`audit` writes a read-only, 12-section principal-engineer report. Stop there — it's a deliverable you can hand to a client — or ratify its Top 10 and `audit-repair` executes them **one at a time**, verifying each against its acceptance check. |
38
-
|**It presentable** — *"polish my README"* · *"is this repo ready to go public?"* · *"set up CONTRIBUTING / templates"*| 💅 **`presentation`** → 🧑 *you approve* → 📝 `PRESENTATION_AUDIT.md`|Read-only, project-type-aware audit of your README, community-health files, and markdown accessibility — every finding cites a named standard, with a waiver file so it never nags you about deliberate choices. Its apply phase (`presentation-repair`) is the next tool coming, exactly as `audit-repair` followed `audit`. |
38
+
|**It presentable — and, if you choose, fixed** — *"polish my README"* · *"is this repo ready to go public?"* · *"set up CONTRIBUTING / templates"*| 💅 **`presentation`** → 🧑 *your call* → 🧰 **`presentation-repair`**|`presentation` writes a read-only, project-type-aware audit — every finding citing a named standard, with a waiver file so it never nags you about deliberate choices. Stop there, or ratify the findings and `presentation-repair` executes them one at a time — re-checking each before editing, asking for facts only you own (license, security contact) instead of inventing them, and running **zero commands** the whole time. |
39
39
40
40
And the whole time — every journey, every step — the 🛡️ **guard** blocks `rm -rf /`, force-push, `DROP TABLE`, and ~25 more destructive commands before they ever execute.
41
41
42
42
> [!NOTE]
43
-
> **Don't memorize the order — start anywhere.** The skills route you: type `/lazarus:repair` with no plan and it stops and offers to run `discover` first; finish `discover` and it names the next command; `audit-repair` refuses to run until an `audit` is ratified. The journeys stay independent — none requires another, and `audit` or `presentation` are perfectly useful as reports you never act on.
43
+
> **Don't memorize the order — start anywhere.** The skills route you: type `/lazarus:repair` with no plan and it stops and offers to run `discover` first; finish `discover` and it names the next command; `audit-repair` refuses to run until an `audit` is ratified, and `presentation-repair` refuses without a ratified `presentation` audit. The journeys stay independent — none requires another, and `audit` or `presentation` are perfectly useful as reports you never act on.
44
44
45
45
**New here?** The three commands below get you running in under a minute — no config, no keys. **Want the internals?** The collapsible **Deep dive** sections further down open up the guard's design, the anti-hallucination model, and the research behind it. For the whole picture in one read, see the [complete project overview](docs/OVERVIEW.md).
46
46
47
+
**Contents:**[Three goals, six commands](#-three-goals-six-commands) · [Install (no signup, no SSH keys)](#-install-no-signup-no-ssh-keys) · [Watch it work](#-watch-it-work) · [The journeys](#%EF%B8%8F-the-journeys) · [The part that makes it safe to actually run](#%EF%B8%8F-the-part-that-makes-it-safe-to-actually-run) · [lazarus-github: audit findings as GitHub Issues](#-lazarus-github--file-audit-findings-as-github-issues) · [FAQ](#-faq) · [Star this repo](#-star-this-repo-it-decides-what-comes-next)
48
+
47
49
## ⚡ Install (no signup, no SSH keys)
48
50
49
51
In any `claude` session, run these **three commands — one at a time** (press Enter after each; don't paste them together):
@@ -101,14 +103,19 @@ flowchart LR
101
103
102
104
B -->|make it presentable| M["💅 lazarus:presentation<br/>read-only"]
103
105
M --> N["📝 PRESENTATION_AUDIT.md<br/>scorecard · cited findings<br/>· recommended fixes"]
106
+
N -.->|"optional"| O(["🧑 you ratify<br/>the findings"])
107
+
O --> P["🧰 lazarus:presentation-repair<br/>one finding at a time, zero shell"]
108
+
P --> Q["✅ findings fixed +<br/>PRESENTATION_CHANGES.md"]
104
109
105
110
style A fill:#fee2e2,stroke:#ef4444,color:#111
106
111
style G fill:#dcfce7,stroke:#22c55e,color:#111
107
112
style I fill:#e0f2fe,stroke:#0ea5e9,color:#111
108
113
style N fill:#e0f2fe,stroke:#0ea5e9,color:#111
109
114
style E fill:#fef9c3,stroke:#eab308,color:#111
110
115
style J fill:#fef9c3,stroke:#eab308,color:#111
116
+
style O fill:#fef9c3,stroke:#eab308,color:#111
111
117
style L fill:#dcfce7,stroke:#22c55e,color:#111
118
+
style Q fill:#dcfce7,stroke:#22c55e,color:#111
112
119
```
113
120
114
121
**Type the command, or just describe what you want** — both work. The fast path is the command itself (start typing `/discover`, `/repair`, `/audit`, or `/presentation` and it autocompletes); plain English triggers the same skill.
@@ -127,11 +134,12 @@ flowchart LR
127
134
|**`/lazarus:audit`**|*"review this code"* · *"audit this repo"* · *"what should we fix first?"* · *"refactor or rewrite?"*| Produces a 12-section `CODEBASE_AUDIT.md` — architecture, risks, security, frontend/accessibility, a phased plan. **Read-only**; feeds `audit-repair` if you choose to act on it. |
128
135
|**`/lazarus:audit-repair`**|*"execute the audit"* · *"fix the audit findings"* · *"work the Top 10 action items"* · *"apply the modernization plan"*| Executes a ratified `CODEBASE_AUDIT.md` §11 **one finding at a time** — ratify → act → verify against each item's acceptance check — safety-rails first, behind the guard. The strategic apply phase, exactly as `repair` is for `discover`. |
129
136
130
-
**Standalone — make it presentable**
137
+
**Journey 3 — make it presentable, then (optionally) fix it**
131
138
132
139
| Command | Also triggers on… | What it does |
133
140
|---|---|---|
134
141
|**`/lazarus:presentation`**|*"polish my README"* · *"is this repo ready to go public?"* · *"DevRel review"* · *"set up CONTRIBUTING / CODE_OF_CONDUCT / issue templates"*|**Read-only**, project-type-aware audit of the repo's public files — README, community-health files, markdown accessibility — every finding citing a named standard (GitHub community profile, CommonMark, WCAG, Diátaxis). Writes `PRESENTATION_AUDIT.md` after you approve; a waiver file keeps your deliberate choices from being re-flagged. GitHub *settings* (topics, social preview) are out of scope — they need `gh`, which this skill structurally cannot run. |
142
+
|**`/lazarus:presentation-repair`**|*"apply the presentation audit"* · *"fix the presentation findings"* · *"scaffold the community files"* · *"fix my README per the audit"*| Executes a ratified `PRESENTATION_AUDIT.md`**one finding at a time** — re-observes before every edit (a finding fixed since the audit is logged `already-satisfied`, untouched), asks for facts only you own (license choice, security contact) **instead of inventing them**, refuses fixes that reach outside the presentation file family, and verifies each change against its rubric check in `PRESENTATION_CHANGES.md`. **Zero shell** — like `presentation`, it cannot run a command at all. |
135
143
136
144
> [!TIP]
137
145
> **Pairs with `/code-review`** — a *built-in* Claude Code command (not part of Lazarus). Point it at your current diff for a focused bug-and-cleanup pass once the app runs.
@@ -212,7 +220,7 @@ This repo is a Claude Code **plugin marketplace** with a small, growing family:
│ ├── agents/repo-explorer read-only Haiku subagent for huge repos
217
225
│ └── hooks/ + scripts/check-destructive.sh the deterministic guard
218
226
│
@@ -269,13 +277,13 @@ The skill reads `CODEBASE_AUDIT.md` §11, shows you the proposed issues, lets yo
269
277
<details>
270
278
<summary><b>I installed it but <code>/lazarus:discover</code> (or the guard) does nothing. Why?</b></summary>
271
279
<br/>
272
-
You almost certainly skipped <code>/reload-plugins</code>. Installing registers the plugin; its skills, hooks, and guard only go live after you run <code>/reload-plugins</code> (or restart <code>claude</code>) in that session. Run it once and the <code>/lazarus:discover</code>, <code>/lazarus:repair</code>, <code>/lazarus:audit</code>, <code>/lazarus:audit-repair</code>, and <code>/lazarus:presentation</code> commands appear.
280
+
You almost certainly skipped <code>/reload-plugins</code>. Installing registers the plugin; its skills, hooks, and guard only go live after you run <code>/reload-plugins</code> (or restart <code>claude</code>) in that session. Run it once and the <code>/lazarus:discover</code>, <code>/lazarus:repair</code>, <code>/lazarus:audit</code>, <code>/lazarus:audit-repair</code>, <code>/lazarus:presentation</code>, and <code>/lazarus:presentation-repair</code> commands appear.
273
281
</details>
274
282
275
283
<details>
276
284
<summary><b>Will it actually change my code without asking?</b></summary>
277
285
<br/>
278
-
Discovery, audit, and presentation are read-only (Plan Mode — and presentation can't even run shell commands; they're removed from its tool pool). Repairand audit-repair change code — but only after you ratify a plan (the "done" checklist, or the audit's Top 10), and the guard blocks destructive shell commands throughout. You stay in the loop at the one decision that matters: ratifying what "done" means.
286
+
Discovery, audit, and presentation are read-only (Plan Mode — and presentation can't even run shell commands; they're removed from its tool pool). Repair, audit-repair, and presentation-repair change files — but only after you ratify a plan (the "done" checklist, the audit's Top 10, or the presentation findings), and the guard blocks destructive shell commands throughout (presentation-repair goes further: it runs no commands at all). You stay in the loop at the one decision that matters: ratifying what "done" means.
279
287
</details>
280
288
281
289
<details>
@@ -314,7 +322,7 @@ It's a 1-second click, and it does two things: it helps the next person staring
314
322
315
323
I have **more Claude Code tools ready to ship** — I'm releasing them based on real signal. Stars and activity here are how I gauge whether people want them. So a star isn't just a thank-you; it's a vote for the next one.
316
324
317
-
> ✅ **Just shipped: `/lazarus:presentation`** — a DevRel-grade review of everything a stranger sees before your source code. Every finding cites a real standard (GitHub community profile, CommonMark, WCAG) — never taste. **We pointed it at this very repo before shipping**: it caught a CI pipeline wearing no CI badge, a 300-line README whose project name existed only inside a PNG, and contributor docs one plugin behind reality. All fixed in the same release — receipts in the [v0.6.0 notes](https://github.com/CognitiveCodeAI/lazarus/releases). Next up: **`presentation-repair`**, the apply phase. ⭐ star and [open a discussion](https://github.com/CognitiveCodeAI/lazarus/discussions) to shape what's next.
325
+
> ✅ **Just shipped: `/lazarus:presentation-repair`** — the apply phase that closes the third loop. It executes a ratified presentation audit one finding at a time, **re-checking each before editing** (on our own dogfood run, it correctly detected 7 of 8 findings as already fixed and touched nothing), asking for facts only you own instead of inventing them, and running **zero shell commands** — it can scaffold your SECURITY.md but physically cannot `curl` anything. The table of contents you may have used to navigate this README? *It added that.* Receipts in the [v0.7.0 notes](https://github.com/CognitiveCodeAI/lazarus/releases). ⭐ star and [open a discussion](https://github.com/CognitiveCodeAI/lazarus/discussions) to shape what's next.
318
326
319
327
> 💬 Got an idea, a bug, or a repo Lazarus choked on? [Open an issue](https://github.com/CognitiveCodeAI/lazarus/issues) or start a [discussion](https://github.com/CognitiveCodeAI/lazarus/discussions) — I read every one.
0 commit comments