lisa-review-implementation

Compare project files against Lisa source templates to identify drift.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill helps maintain consistency between your project's configuration files and the official Lisa templates, preventing drift and ensuring best practices are followed.

Core Features & Use Cases

  • Drift Detection: Compares project files against Lisa's source templates to identify discrepancies.
  • Diff Generation: Provides clear, human-readable differences between project files and their source templates.
  • Upstream Assistance: Offers to update project files with approved changes from Lisa's templates.
  • Use Case: After updating Lisa, you can run this skill to see if your project's .github/workflows/ci.yml has diverged and, if desired, easily sync it back.

Quick Start

Run the lisa-review-implementation skill to check your project's files against Lisa's templates.

Frequently Asked Questions about lisa-review-implementation

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

FAQPage Schema
How do I detect configuration drift between my project files and source templates?

To detect configuration drift, this skill reads your project manifest and compares Lisa-managed files against Lisa's source templates using bash diff, generating human-readable diffs for any files that have diverged.

How do I sync project configuration files after updating Lisa templates?

You can sync project configuration files by running this skill to review drift in files like `.github/workflows/ci.yml`, which then offers to upstream approved changes from Lisa's templates directly back to your project.

What is template drift detection and how does it work with bash diff?

Template drift detection identifies discrepancies between your project files and official templates. It works by using bash diff to compare your Lisa-managed files against the source templates located in the Lisa installation directory.

Do I need access to the Lisa installation directory to compare project files?

Yes, you need access to the Lisa installation directory because this skill locates the source templates stored there to perform the bash diff comparison and identify configuration drift in your project.

Can I upstream improvements from my project's configuration back to Lisa?

Yes, after generating diffs for drifted files, the skill offers to upstream improvements back to Lisa, allowing you to sync your local modifications with the official source templates.