li-review

Reviews code changes against the specification, engineering quality standards, and active policy.

Updated May 27, 2026
One-click install
npx skills add https://github.com/jokerman89/lintel --skill li-review-jokerman89
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: li-review
Source: https://github.com/jokerman89/lintel/tree/main/.github/skills/li-review
Command: npx skills add https://github.com/jokerman89/lintel --skill li-review-jokerman89

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams need a consistent way to verify that implemented changes actually match the agreed specification, meet engineering quality expectations, and comply with the active policy before delivery. This Skill runs the Lintel canonical review workflow inside GitHub Copilot so reviews follow the same shared process every session. ## Core Features & Use Cases - Specification Compliance Review: Checks implemented changes against the specification and acceptance criteria defined during planning. - Quality and Policy Checks: Evaluates engineering quality and conformance to the active policy using the Copilot adapter's tool mapping, authorization, and verification rules. - Use Case: After Copilot executes build cards for a new health endpoint, run the review to confirm the implementation matches the plan, passes quality checks, and produces a documented release decision. ## Quick Start Ask Copilot to review the current changes against the specification and active policy using the li-review skill.

Frequently Asked Questions about li-review

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

FAQPage Schema
How do I review code changes against a specification in GitHub Copilot?▼

Invoke the li-review skill in your Copilot client after implementation. It loads the canonical review workflow, checks changes against the specification and acceptance criteria, and records the review outcome in the working repository.

What does the li-review skill check during a review?▼

It verifies changes against the specification, engineering quality expectations, and the active policy. It follows the Copilot adapter contract for tool mapping, authorization, and verification rules.

Can I use li-review with Claude Code or Codex?▼

The li-review directory is a Copilot adapter that delegates to the canonical review workflow in the shared skills source. Other clients use their own adapters pointing at the same canonical workflow, keeping the review process consistent.

When should I run the review in the Lintel workflow?▼

Run it after planning and executing build cards, before release or handoff. The review confirms the implementation matches the plan and produces a documented release decision for the next session.

Why does li-review reference files outside its own directory?▼

It is a thin adapter: it reads the Copilot adapter contract and the canonical review workflow from the shared source tree. This avoids duplicating workflow logic across agent clients.