linear-roadmaps

Lists and retrieves Linear roadmaps using the linear-cli command-line tool.

1|Updated Sep 15, 2026
One-click install
npx skills add https://github.com/amoai-tech/mdeai --skill linear-roadmaps-amoai-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear-roadmaps
Source: https://github.com/amoai-tech/mdeai/tree/main/.claude/skills/archive/linear/linear-roadmaps
Command: npx skills add https://github.com/amoai-tech/mdeai --skill linear-roadmaps-amoai-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? This Skill provides quick command-line access to Linear roadmaps, letting you list all roadmaps or fetch details for a specific one without opening the Linear web interface. ## Core Features & Use Cases - List Roadmaps: Run linear-cli rm list to view all roadmaps, with optional JSON output for scripting. - Roadmap Details: Retrieve a specific roadmap by ID using linear-cli rm get ROADMAP_ID. - Use Case: When planning a sprint review, quickly pull the details of a specific roadmap in JSON format to feed into a status report. - Deprecation Notice: This Skill is deprecated and superseded by the canonical linear skill; use that instead for ongoing work. ## Quick Start Ask the assistant to list all Linear roadmaps using the linear-cli rm list command.

Frequently Asked Questions about linear-roadmaps

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

FAQPage Schema
How do I list all roadmaps in Linear from the command line?

Run `linear-cli rm list` to display all roadmaps. Add the `--output json` flag to get machine-readable JSON output for scripting or integration with other tools.

How to get details of a specific Linear roadmap by ID?

Use `linear-cli rm get ROADMAP_ID` with the roadmap's identifier. The `--output json` flag returns structured data, and `--compact` removes formatting for minimal output.

Is the linear-roadmaps skill still maintained?

No, it is deprecated as of 2026-06-20 and superseded by the canonical `linear` skill. All content was merged into that skill, and this one is kept temporarily only for review.

What output formats does linear-cli roadmap listing support?

The tool supports default formatted output, JSON via `--output json`, and a compact mode via `--compact` that strips formatting for cleaner pipeline consumption.