meaningful-linear-issues

meaningful-linear-issues is a skill for Claude Code, Codex from stealth-factory/skills. It costs 181 tokens per session (2,332 once invoked), scanned A, original, MIT.

A workflow for creating complete Linear issues with planning details such as project, priority, estimate, labels, milestone, assignee, and cycle. Linear is a tool for tracking software work.

In plain words
What is it for?
Use it to create analytics-ready issues in one pass, resolving the correct project and filling the team's existing planning fields.
Why use it?
It prevents issues from reaching the planning system with important metadata missing. It also avoids placing an issue in a project that has not been confidently identified.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create analytics-ready issues in one pass, resolving the correct project and filling the team's existing planning fields.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/stealth-factory/skills/meaningful-linear-issues
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add stealth-factory/skills --skill meaningful-linear-issues
Clone the repo
git clone --depth 1 https://github.com/stealth-factory/skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for meaningful-linear-issues

README.md
[![agentmods](https://agentmods.dev/badge/skills/stealth-factory/skills/meaningful-linear-issues/github.svg)](https://agentmods.dev/skills/stealth-factory/skills/meaningful-linear-issues)
Your own site
<a href="https://agentmods.dev/skills/stealth-factory/skills/meaningful-linear-issues"><img src="https://agentmods.dev/badge/skills/stealth-factory/skills/meaningful-linear-issues/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for meaningful-linear-issues

Your own site · 80×15
<a href="https://agentmods.dev/skills/stealth-factory/skills/meaningful-linear-issues"><img src="https://agentmods.dev/badge/skills/stealth-factory/skills/meaningful-linear-issues.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 181 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,332 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00181 $0.02332
Opus 5 $0.00090 $0.01166
Sonnet 5 $0.00036 $0.00466
Haiku 4.5 $0.00018 $0.00233

Measured 10d ago against content hash 2fbae39982ca, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

meaningful-linear-issues scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/meaningful-linear-issues/SKILL.md · 150 lines

How it starts

The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Meaningful Linear issues

A good issue is not just a good description — that's the easy half. The half agents skip is the metadata that makes Linear actually work as a planning tool: estimates feed cycle velocity, labels feed breakdowns, milestones feed roadmaps, the project feeds everything. Those fields are optional in the API, so agents leave them blank and the user has to come back and ask again.

Flip the default: metadata is opt-OUT, not opt-in. Resolve and fill it before calling save_issue, in one pass — propose concrete values, don't omit.

Cardinal rule: never guess the project

The single worst failure is dropping an issue into the wrong/random project. Resolve the project in this order — stop at the first that's certain:

  1. Context — the issue's repo/area maps to a known project; the user named it; a sibling issue you're relating to has one.
  2. Confirm — call list_projects and match by name; if one clearly fits, state which and proceed.
  3. Ask — if it's still ambiguous, ask the user which project rather than picking one. A missing project is recoverable; a wrong one quietly pollutes the wrong roadmap.

Never pass a project you inferred from vibes. Team is required too — usually unambiguous from the project, but resolve it the same way.

The one-pass workflow

  1. Discover what's available (only what you don't already know): projects, the team's label taxonomy, milestones, the current cycle, assignable users.
  2. Draft the issue with every applicable field filled (checklist below).
  3. Create with one save_issue call. If anything was genuinely a judgment call (estimate, priority), state the values you chose so the user can correct one — that's still one pass, not "I left them blank, ask me again."

Create vs. backfill — mind the id

Same checklist, two save_issue modes — don't conflate them:

  • Create (new issue): save_issue with no id. Fill everything below.
  • Backfill (existing bare issue): save_issue WITH its idupdate, don't create. Omitting the id here would make a duplicate. get_issue first if you need to see what's already set, then pass only the fields you're adding. labels replaces the whole set — include existing labels alongside the new ones. Relations (blocks / blockedBy / relatedTo) are append-only — adding one won't drop existing links (use removeBlocks / removeBlockedBy / removeRelatedTo to remove). Other fields you don't pass are left untouched.

Read the full file on GitHub · 150 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 150 lines · 181 tokens per session scan A 2fbae39982ca

Subscribe to this mod's changes

meaningful-linear-issues is a skill published in the GitHub repository stealth-factory/skills (3 stars, last pushed 15d ago), licensed MIT. It adds 181 tokens to every session and 2,332 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

help-center-article-generator

Take support ticket clusters, FAQ patterns, product documentation, or feature specs and generate structured help center articles with step-by-step instructions, screenshot placeholders, troubleshooting sections, and related article links. Batch mode generates multiple articles from a ticket export. Pure reasoning…

gooseworks-ai/goose-skills · 57 tokens

contact-cache

Track all identified/contacted people across strategies. CSV-backed contact database with dedup by LinkedIn URL or email. Prevents duplicate outreach when running strategies on a recurring cadence.

gooseworks-ai/goose-skills · 38 tokens

mass-ulw

Drives dependency-ordered child work through the native workflow tool, one run per phase with retry/amend/send recovery. Use when the user asks for mass-ulw, a DAG of tasks, or fan-out work where some tasks must wait on others.

code-yeongyu/oh-my-openagent · 55 tokens

github-triage

Read-only GitHub triage for issues AND PRs. 1 item = 1 background task (category: quick). Analyzes all open items and writes evidence-backed reports to /tmp/{datetime}/. Every claim requires a GitHub permalink as proof. NEVER takes any action on GitHub - no comments, no merges, no closes, no labels. Reports only.…

code-yeongyu/oh-my-openagent · 104 tokens

fde

Keeps the engagement record for client work. Use when they name a client or stakeholder. Use when they debrief a meeting or paste notes. Use when they ask what was agreed. Use when they run a POC, change the client's codebase, prove it on their staging, go live, or need evals before a model acts. Use when they prep a…

suboss87/FDEOps · 125 tokens

trace

Read or explicitly record project progress using the existing deterministic trace script.

mirkobozzetto/arsenal · 15 tokens