li-build

Implements an authorized plan card by card with specification review and verification evidence.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams using GitHub Copilot often lack a consistent way to turn an approved implementation plan into verified code changes. This Skill executes an authorized plan card by card, enforcing specification review, quality checks, and verification evidence so each build step stays traceable to the plan. ## Core Features & Use Cases - Card-by-card implementation: Executes the canonical Lintel build workflow for each authorized plan card rather than ad-hoc coding. - Spec and quality review: Applies the Copilot adapter contract's authorization and verification rules before and during implementation. - Verification evidence: Produces documented proof that changes meet the plan's acceptance criteria. - Use Case: After running /li-plan to generate build cards for a new health endpoint, a developer invokes this Skill so Copilot implements each card in order, checks it against the specification, and records verification results in the working repository. ## Quick Start Ask Copilot to run the li-build skill to implement the authorized plan cards for the current feature with spec review and verification evidence.

Frequently Asked Questions about li-build

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

FAQPage Schema
How do I implement a plan with GitHub Copilot using build cards?▼

Invoke the li-build skill after generating an authorized plan. It reads the Copilot adapter contract, then executes the canonical build workflow card by card, applying specification review and verification rules to each change.

What is the Lintel build workflow for Copilot?▼

It is a shared session workflow that turns an approved plan into verified code changes. The skill loads the canonical build instructions from the repository and follows the adapter's tool mapping, authorization, and verification rules.

Do I need an authorized plan before running li-build?▼

Yes. The skill is designed to implement an authorized plan card by card, so you should first generate and review a plan, for example with the li-plan skill, before starting the build step.

Can I use li-build with Claude Code or Codex instead of Copilot?▼

This specific skill targets the GitHub Copilot adapter contract. The Lintel repository describes shared source content for other agent clients, but this unit resolves its instructions through the Copilot shim.

What verification evidence does the build workflow produce?▼

The workflow writes verification outputs to the working repository as directed by the canonical build instructions, documenting that each implemented card meets its acceptance criteria and passes quality checks.