review-linear-issue-completion

Reviews whether Linear issue completion criteria are satisfied by implementation evidence.

Updated May 18, 2026
One-click install
npx skills add https://github.com/dodonki1223/vault --skill review-linear-issue-completion-dodonki1223
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-linear-issue-completion
Source: https://github.com/dodonki1223/vault/tree/main/.agents/skills/review-linear-issue-completion
Command: npx skills add https://github.com/dodonki1223/vault --skill review-linear-issue-completion-dodonki1223

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After implementation work is done, it is hard to know whether a Linear issue's completion criteria were actually met. This Skill cross-checks the issue's completion conditions against completion comments, linked PRs, and commit diffs so you can confirm real progress before closing an issue. ## Core Features & Use Cases - Criterion-by-criterion verdicts: Judges each completion condition as satisfied, unmet, or undeterminable, with concrete evidence for each verdict. - Evidence gathering: Reads the issue description, status, and comments from Linear, and inspects linked PR diffs or GitHub commits when Linear-side diffs are unavailable. - Status consistency checks: Flags contradictions, such as an issue marked Done while some conditions remain unmet, and suggests next actions. - Use Case: After a developer reports an issue as complete, run this review to verify each completion condition against the actual PR diff and completion comment before moving the issue to Done. ## Quick Start Review whether the Linear issue at this URL satisfies all of its completion conditions based on its comments and linked pull requests.

Frequently Asked Questions about review-linear-issue-completion

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

FAQPage Schema
How do I verify a Linear issue's completion criteria after implementation?▼

Provide the issue URL or ID, and the review reads the description's completion conditions, comments, and linked PR diffs. Each condition is judged as satisfied, unmet, or undeterminable with supporting evidence.

How to check if a Linear issue can be marked as Done?▼

The review compares every completion condition against completion comments and code diffs. If all conditions are satisfied but the status is not yet complete, it is presented as a candidate for closure.

Does this review write comments or change status in Linear?▼

No, the review is strictly read-only. It never adds comments, updates descriptions, changes issue status, or writes to GitHub; those actions are delegated to separate writing skills.

What happens if a Linear issue has no completion conditions defined?▼

The review does not guess or invent criteria. It reports that the completion conditions are unclear and suggests clarifying them first with a structure review or issue-writing skill.

Can the review inspect GitHub pull request diffs?▼

Yes, when Linear-side diff tools are unavailable or insufficient, it follows GitHub PR or commit links from the issue and retrieves diffs and CI status through a GitHub fetch skill.