linear-issue-workflow
Linear Issue Workflow
Use this skill when implementing features or fixes tracked in Linear.
Phase 1: Understand the Issue
Fetch the Linear issue using the linear subagent:
Task(subagent_type="linear", prompt="Fetch issue <ISSUE-ID> including title, description, status, and acceptance criteria")
Ask the user clarifying questions if the scope is unclear before proceeding.
Phase 2: Explore and Plan
More from alexanderguy/skills
philosophy
Engineering philosophy and work culture principles. Load this skill when making architectural decisions or to understand the team's work principles.
17scribe
Maintain product, architecture, and implementation docs — routes input, detects gaps, and interviews for completeness
13typescript
TypeScript-specific coding conventions and type system patterns. Always load this skill when writing or reviewing TypeScript code.
13code-review
Perform a code review or pull request review on a branch
13pull-request-review
Review a pull request by branch name or URL, using a git worktree
13style
General coding conventions for clean, maintainable code. Always load this skill when writing or reviewing code in any language.
12