workflow-write-and-review-linear

Writes Linear issues, projects, and milestones, then reviews them against Linear Method principles.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Making changes in Linear without a structured review often leads to poorly scoped issues, unclear completion criteria, and inconsistent use of descriptions versus comments. This Skill orchestrates the full cycle of writing to Linear and then reviewing the result against Linear Method principles, with mandatory user approval before any write. ## Core Features & Use Cases - Guided Write Workflow: Delegates issue, project, and milestone creation or updates to dedicated write skills, always presenting a draft for explicit user approval before writing. - Post-Write Review: Runs a structural review of the created or updated object covering granularity, scope, completion criteria, and description/comment usage. - Safe Error Handling: Stops on authentication errors, permission issues, or validation failures instead of attempting workaround writes. - Use Case: After drafting a new Linear milestone and its issues, use this Skill to write them with your confirmation, then verify the breakdown follows Linear Method before finalizing. ## Quick Start Use the workflow-write-and-review-linear skill to create this Linear issue, show me a draft first, then review the result after writing.

Frequently Asked Questions about workflow-write-and-review-linear

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

FAQPage Schema
How do I create a Linear issue with review using this workflow?▼

The workflow first drafts the issue content and asks for your explicit approval, then writes it via the write-linear-issue skill, and finally runs review-linear-structure to check granularity, scope, and completion criteria.

What does the Linear Method review check after writing?▼

The review checks issue granularity, scope, completion conditions, proper use of description versus comments, reflection of investigation results, and the validity of issue decomposition. It focuses narrowly on the objects just created or updated.

Does this skill write to Linear without confirmation?▼

No. Every write requires a draft presented to the user and explicit approval before execution. The skill also never auto-rewrites after review; any additional fixes need a new draft and approval.

What happens when Linear returns an authentication error?▼

The workflow stops all further writes and reports the authentication error, asking you to re-authenticate. It does not attempt workaround writes through other Linear tools or comment-based alternatives.

Can this workflow handle multiple Linear objects at once?▼

It processes multiple objects sequentially, one at a time, because each write requires individual user confirmation. Parallel execution is explicitly not supported by the workflow design.