Home / initializ / forge · forge-skills/local/embedded/linear/SKILL.md · GitHub

linear skillA

linear is agent-read markdown (skill) from initializ/forge: Read Linear issues, transition state, and post comments. The entry point for ticket-driven agent workflows..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Linear Skill

You can read, search, and update Linear issues, list workflow states, and post comments. Use this skill as the entry point for ticket-driven workflows — turn `ENG-123` into a structured payload, transition state, comment on progress.

## When to use this skill

- The user references a Linear issue by identifier (`ENG-123`, `OPS-7`, etc.).
- The user asks for "my tickets" / "open issues" / "what's assigned to me".
- An automation needs to mark work started, post a PR link as a comment, or move a ticket through workflow states.

## Issue identifier format

Linear identifiers look like `<TEAM_KEY>-<NUMBER>` — `ENG-123`, `OPS-7`. They are **not** GraphQL UUIDs. The Linear API accepts both forms on `issue(id:)`, so always pass the human identifier the user gave you. Never invent or normalise identifiers — use them verbatim.

## State transition pattern (hard rule)

You MUST call `linear_get_workflow_states` first and use the resolved `id` when calling `linear_update_issue_state`. State IDs are per-team UUIDs; state names like `"Todo"` or `"In Progress"` are not portable across teams and cannot be passed to `linear_update_issue_state` directly.

Workflow:
…

Read the whole file at its exact version.

How to install

Latest version
mdr add initializ/forge/linear@git:20260520.cb1a6e8
Exact content
mdr add initializ/forge/linear@sha256:d57357527e48eab2

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_m3kgxoigpejh7ogx.svg)](https://markdownregistry.com/a/art_m3kgxoigpejh7ogx)

0 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260520.cb1a6e8 latest2026-05-20 cb1a6e8 7,651 BA view · diff
git:20260520.a0331e22026-05-20 a0331e2 6,870 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (7651 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

initializ/forge · 221 stars · license Apache-2.0 · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_m3kgxoigpejh7ogx
GET https://markdownregistry.com/api/v1/resolve?ref=initializ/forge/linear
GET https://markdownregistry.com/api/v1/blob/d57357527e48eab291dccd7ecd3e4be056cd31cabdd299cb135a0e0d1c11f6b1

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from initializ/forge

CLAUDE.md claude
initializ/forge · CLAUDE.md
git:20260718.1a6d886 · audit A · 221 stars
my-skill skill
initializ/forge · forge-skills/local/embedded/_template/SKILL.md · One-line description of what this skill does
git:20260304.ef09c7b · audit A · 221 stars
code-agent skill
initializ/forge · forge-skills/local/embedded/code-agent/SKILL.md · General-purpose coding agent that reads, writes, and edits code, and searches codebases.
git:20260916.5cf2529 · audit A · 221 stars
code-plan skill
initializ/forge · forge-skills/local/embedded/code-plan/SKILL.md · Turn a task description and repository into a structured implementation plan (files to create, files to modify, tests…
git:20260520.48a434a · audit A · 221 stars
code-review-github skill
initializ/forge · forge-skills/local/embedded/code-review-github/SKILL.md · GitHub PR workflow orchestration for code review — list PRs, post comments, apply labels, and guarded auto-merge
git:20260304.ef09c7b · audit A · 221 stars
code-review-standards skill
initializ/forge · forge-skills/local/embedded/code-review-standards/SKILL.md · Discover and apply organization coding standards from .forge-review/ configuration
git:20260304.ef09c7b · audit A · 221 stars
code-review skill
initializ/forge · forge-skills/local/embedded/code-review/SKILL.md · AI-powered code review for diffs and individual files using LLM analysis
git:20260609.0907832 · audit A · 221 stars
codegen-html skill
initializ/forge · forge-skills/local/embedded/codegen-html/SKILL.md · Scaffold and iterate on standalone Preact + HTM applications with zero build dependencies
git:20260304.ef09c7b · audit A · 221 stars
codegen-react skill
initializ/forge · forge-skills/local/embedded/codegen-react/SKILL.md · Scaffold and iterate on Vite + React applications
git:20260304.ef09c7b · audit A · 221 stars
github skill
initializ/forge · forge-skills/local/embedded/github/SKILL.md · Create issues, PRs, clone repos, and manage git workflows
git:20260520.597a75c · audit A · 221 stars
k8s-cost-visibility skill
initializ/forge · forge-skills/local/embedded/k8s-cost-visibility/SKILL.md · Estimate Kubernetes infrastructure costs by querying cluster node, pod, PVC/PV, and LoadBalancer data, applying cloud…
git:20260311.1066357 · audit A · 221 stars
k8s-incident-triage skill
initializ/forge · forge-skills/local/embedded/k8s-incident-triage/SKILL.md · Read-only Kubernetes incident triage using kubectl. Accepts natural language or structured input. Produces root-cause…
git:20260304.ef09c7b · audit A · 221 stars

Every file in initializ/forge

Other files named linear

linear skill
taracodlabs/aiden · workspace-templates/skills/linear/SKILL.md · Manage Linear issues, projects, and cycles via the Linear GraphQL API
v1.0.0 · audit A · 843 stars
linear skill
taracodlabs/aiden · skills/linear/SKILL.md · Manage Linear issues, projects, and cycles via the Linear GraphQL API
v1.0.0 · audit A · 843 stars
linear skill
aiskillstore/marketplace · skills/0xsero/linear/SKILL.md · Linear issue tracking integration - Create, update, and manage Linear issues and projects using the GraphQL API
git:20260113.222b7de · audit A · 427 stars
linear skill
aiskillstore/marketplace · skills/0xbigboss/linear/SKILL.md · Manages Linear issues, teams, and projects via CLI. Lists issues, creates tasks, views details, links issues, and runs…
git:20260705.e9e4712 · audit A · 427 stars
linear skill
zapier/connectors · apps/linear/SKILL.md · Agent-callable Linear tools — create, update, find, and comment on issues; manage projects; and resolve teams, states…
git:20260814.721f1ff · audit A · 174 stars
linear skill
openhands/extensions · skills/linear/SKILL.md · Interact with Linear project management - query issues, update status, create tickets, and manage workflows using the…
git:20260701.599cc4d · audit A · 150 stars
linear skill
magnus919/agent-skills · linear/SKILL.md · Manage Linear teams, projects, cycles, issues, comments, workflow state, and documents from a terminal through Linear's…
git:20260805.b8a5092 · audit A · 93 stars
linear skill
coalesce-labs/catalyst · plugins/dev/skills/linear/SKILL.md
v1.0.0 · audit B · 20 stars

Browse by kind, by grade A, or by owner.