Agent skill · Code Review & Quality

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/analysis/lisa-review-implementation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prerequisites
  2. Instructions
  3. Step 1: Locate Lisa Directory
  4. Step 2: Read the Manifest
  5. Step 3: Find Source Templates
  6. Step 4: Compare Files
  7. Step 5: Generate Report
  8. Step 6: Offer to Upstream Changes
  9. Important Notes
  10. Example Usage
Ships with 1 file
  • metadata.json
Commands it runs
diff -u "/path/to/lisa/source" "/path/to/project/file" || true
More from claude-skill-registry
All skills →
About this skill
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.

Keep going