chore: add create-issue skill for filing Linear issues#24082
Merged
Conversation
2216722 to
165f077
Compare
## Summary Adds a generic `create-issue` skill at `.claude/skills/create-issue/SKILL.md` for turning a unit of work into a well-formed Linear issue. The skill encodes our conventions so issues are consistent and actionable: - **Self-contained context** — every issue must contain enough for a fresh agent (no prior conversation) to execute end-to-end: summary, evidence, root cause / approach with `file:line` references, the specific change, and references. - **1/2/3/5 point estimates** — what each value means, with a reminder to state the reasoning so it can be overridden. - **Required acceptance criteria** — concrete, objectively checkable, including negative criteria. - **Two modes** — standalone (ask for team/project/labels/priority) vs. planning a project breakdown (inherit the project's conventions, link issues via parent/`blocks`/`blockedBy`). Docs-only change (a Claude Code skill); no code or build impact. ## Backport Labeled `backport-to-v5-next` so the skill is also available on the v5 line.
165f077 to
4993c78
Compare
alexghr
approved these changes
Jun 17, 2026
AztecBot
added a commit
that referenced
this pull request
Jun 17, 2026
## Summary Adds a generic `create-issue` skill at `.claude/skills/create-issue/SKILL.md` for turning a unit of work into a well-formed Linear issue. The skill encodes our conventions so issues are consistent and actionable: - **Self-contained context** — every issue must contain enough for a fresh agent (no prior conversation) to execute end-to-end: summary, evidence, root cause / approach with `file:line` references, the specific change, and references. - **1/2/3/5 point estimates** — what each value means, with a reminder to state the reasoning so it can be overridden. - **Required acceptance criteria** — concrete, objectively checkable, including negative criteria. - **Two modes** — standalone (ask for team/project/labels/priority) vs. planning a project breakdown (inherit the project's conventions, link issues via parent/`blocks`/`blockedBy`). Docs-only change (a Claude Code skill); no code or build impact. ## Backport Labeled `backport-to-v5-next` so the skill is also available on the v5 line.
Collaborator
|
✅ Successfully backported to backport-to-v5-next-staging #24153. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a generic
create-issueskill at.claude/skills/create-issue/SKILL.mdfor turning a unit of work into a well-formed Linear issue.The skill encodes our conventions so issues are consistent and actionable:
file:linereferences, the specific change, and references.blocks/blockedBy).Docs-only change (a Claude Code skill); no code or build impact.
Backport
Labeled
backport-to-v5-nextso the skill is also available on the v5 line.