# File Issue

> Create a Linear issue from the current conversation context

- Skill: `rilldata/file-issue` (Agent Skill)
- Install (CLI): `npx skillmds@latest add rilldata/file-issue`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rilldata/file-issue/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rilldata (https://skillmd.com/u/rilldata)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rilldata/file-issue

---


Create a Linear issue based on the current conversation context.

Input: $ARGUMENTS (optional — if not provided, infer from conversation history)

## Instructions

1. Review the conversation and `$ARGUMENTS` to understand the issue. Search the codebase for relevant details if needed.
2. Draft the issue: title, description, team, priority (default Normal), and labels. For team, default to "Application" for frontend/UI, "Platform" for backend/runtime, "Infra" for infrastructure.
3. Preview the draft via `AskUserQuestion` with options to create or edit first.
4. Create using `mcp__linear__create_issue` and report the issue identifier and URL.

