Agent skill · Code Review & Quality

lisa-review-project

This skill should be used when comparing Lisa's source templates against a target project's implementation to identify drift. It validates the Lisa directory, detects project types, reads the manifest, compares files, categorizes changes, and offers to adopt improvements back into Lisa. This is the inverse of lisa:review-implementation.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill lisa-review-project --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/analysis/lisa-review-project/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 Project Review This skill compares Lisa's source templates against a target project that has Lisa applied, identifying what the project has changed from Lisa and offering to adopt those improvements back into Lisa. This is the inverse of `/lisa-review-implementation`: - **lisa:review-implementation**: Run FROM project → "What did I change from Lisa?" - **lisa:review-project**: Run FROM Lisa → "What has this project changed?" ## Prerequisites This skill must be run FROM the Lisa repository directory. The target project must have Lisa already applied (must have a `.lisa-manifest` file). ## Instructions ### Step 1: Validate Lisa Directory Confirm running from Lisa by checking for `src/core/lisa.ts`. If not in Lisa, error with: ``` This command must be run FROM the Lisa repository. Current directory does not contain src/core/lisa.ts. Usage: /lisa-review-project /path/to/target-project ``` ### Step 2: Validate Arguments If no project path provided, ask the user: ``` Which project would you like to review? Path: [user provides path] ``` Validate the project path: 1. Check the path exists and is a directory 2. Check `.lisa-manifest` exists in the project root 3. If missing, error w

What's inside
Steps it walks through
  1. Prerequisites
  2. Instructions
  3. Step 1: Validate Lisa Directory
  4. Step 2: Validate Arguments
  5. Step 3: Detect Project Types
  6. Step 4: Read Manifest and Map Source Files
  7. Step 5: Compare Files
  8. Step 6: Analyze and Categorize
  9. Step 7: Generate Report
  10. Step 8: Offer to Adopt Changes
  11. Important Notes
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the lisa-review-project skill do?

This skill should be used when comparing Lisa's source templates against a target project's implementation to identify drift. It validates the Lisa directory, detects project types, reads the manifest, compares files, categorizes changes, and offers to adopt improvements back into Lisa. This is the inverse of lisa:review-implementation.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill lisa-review-project --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