# Linear

> Linear issue management. Create bug reports and issues in Linear projects and teams. Triggers on: 'linear report', 'report to linear', 'create linear issue', 'log bug in linear'.

- Skill: `cloudvoyant/linear` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add cloudvoyant/linear`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cloudvoyant/linear/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- License: MIT
- Author: cloudvoyant (https://skillmd.com/u/cloudvoyant)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cloudvoyant/linear

---


**Markdown output: soft-wrap prose, never hard-wrap** — when composing markdown issue/bug bodies (or any generated document), write each paragraph as one continuous line; do not insert manual newlines to wrap prose at a fixed column width. Newlines still separate paragraphs, list items, headings, and code fences. (If a markdown formatter is available, `prettier --prose-wrap never` enforces this deterministically.)

## Dispatcher

The raw invocation args (filled by Claude Code / OpenCode slash commands): `$ARGUMENTS`. If this line is not filled in, read the verb and remaining args from the user's current message.

```
VERB = first non-flag arg
case VERB:
  ""         → help
  "report"   → report-issue
  "bug"      → report-issue
  "issue"    → report-issue
Dispatch to references/workflows/{VERB}.md
```

## Workflow index

- **report-issue** — create a Linear issue from a bug report
- **help** — usage reference

