lisa-review-project

Compare project files against Lisa templates and categorize file drifts.

3|3|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/CodySwannGT/lisa --skill lisa-review-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lisa-review-project
Source: https://github.com/CodySwannGT/lisa/tree/main/.claude/skills/lisa-review-project
Command: npx skills add https://github.com/CodySwannGT/lisa --skill lisa-review-project

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps maintain consistency between a project's implementation and Lisa's source templates by identifying and allowing the adoption of beneficial changes from the project back into Lisa.

Core Features & Use Cases

  • Drift Detection: Compares a project's files against Lisa's templates to find deviations.
  • Change Categorization: Classifies differences as improvements, customizations, bug fixes, or divergences.
  • Adoption Workflow: Facilitates bringing useful project changes back into the Lisa repository.
  • Use Case: After a project team customizes Lisa's CI configuration, this skill can identify those valuable customizations and help integrate them back into the main Lisa templates for all users.

Quick Start

Run this skill from the Lisa repository to compare it against your project located at '/path/to/your/project'.

Frequently Asked Questions about lisa-review-project

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect template drift between a project and its source repository?

Project synchronization compares a target project's implementation against source templates to identify file drifts. It detects project types, reads manifests, and compares files using diff to categorize deviations as improvements or divergences.

How do I sync custom CI/CD pipeline changes back into a central template?

You can sync custom CI/CD changes by comparing the customized project files against the main repository templates. The skill categorizes these file differences and offers an adoption workflow to integrate beneficial configurations back into the source.

What is the best way to categorize code deviations during project synchronization?

The best way to categorize code deviations is by comparing project files against source templates using diff. The synchronization process classifies differences as improvements, customizations, bug fixes, or divergences for targeted adoption.

Does the Lisa template adoption workflow require specific directory validation?

Yes, the Lisa template adoption workflow requires specific directory validation. The process validates the Lisa directory and project arguments before execution to ensure accurate drift detection and template synchronization.

Can I compare a project located at an external path against Lisa templates?

Yes, you can compare an external project path against Lisa templates. Run the skill from the Lisa repository and provide the external project path as an argument to identify file drifts.