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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Prerequisites
- Instructions
- Step 1: Validate Lisa Directory
- Step 2: Validate Arguments
- Step 3: Detect Project Types
- Step 4: Read Manifest and Map Source Files
- Step 5: Compare Files
- Step 6: Analyze and Categorize
- Step 7: Generate Report
- Step 8: Offer to Adopt Changes
- Important Notes
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.
