lisa-review-implementation
This skill should be used when comparing a project's Lisa-managed files against Lisa's source templates to identify drift. It reads the project manifest, locates source templates, generates diffs for drifted files, and offers to upstream improvements back to Lisa.
npx skills add majiayu000/claude-skill-registry --skill lisa-review-implementation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Lisa Implementation Review This skill compares the current project's Lisa-managed files against Lisa's source templates to identify drift and offer to upstream improvements back to Lisa. ## Prerequisites This skill requires access to the Lisa installation directory. Either: 1. Start Claude Code with `--add-dir ~/lisa` (or your Lisa path) 2. Pass the Lisa directory as an argument: `/lisa-review-implementation ~/lisa` ## Instructions ### Step 1: Locate Lisa Directory First, determine the Lisa installation directory: 1. If an argument was provided, use that path 2. Otherwise, check if any `--add-dir` paths contain a `src/core/lisa.ts` file (Lisa's signature file) 3. Common locations to check: `~/lisa`, `~/workspace/lisa`, `../lisa` If Lisa directory cannot be found, inform the user: ``` Unable to locate Lisa installation directory. Please either: 1. Start Claude Code with: claude --add-dir /path/to/lisa 2. Run this command with the path: /lisa-review-implementation /path/to/lisa ``` ### Step 2: Read the Manifest Read the project's `.lisa-manifest` file to get the list of managed files. Parse each line to extract: - `strategy`: The copy strategy used (copy-overwrite, copy-contents, m
- Prerequisites
- Instructions
- Step 1: Locate Lisa Directory
- Step 2: Read the Manifest
- Step 3: Find Source Templates
- Step 4: Compare Files
- Step 5: Generate Report
- Step 6: Offer to Upstream Changes
- Important Notes
- Example Usage
diff -u "/path/to/lisa/source" "/path/to/project/file" || true
What does the lisa-review-implementation skill do?
This skill should be used when comparing a project's Lisa-managed files against Lisa's source templates to identify drift. It reads the project manifest, locates source templates, generates diffs for drifted files, and offers to upstream improvements back to Lisa.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill lisa-review-implementation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
