AI SummaryThis booster helps iOS development teams systematically gather context from Linear for release impact analysis and changelog generation using hierarchical task structures. It's valuable for teams managing complex releases with multiple dependencies.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "Linear Context Gathering for iOS Release (Task Hierarchy Approach)" skill in my project. Please run this command in my terminal: # Install skill into your project (9 files) mkdir -p .claude/skills/commands && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/SKILL.md "https://raw.githubusercontent.com/anyproto/anytype-swift/develop/.claude/commands/impact_linear.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/codeReview.md "https://raw.githubusercontent.com/anyproto/anytype-swift/develop/.claude/commands/codeReview.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/continue.md "https://raw.githubusercontent.com/anyproto/anytype-swift/develop/.claude/commands/continue.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/cpp.md "https://raw.githubusercontent.com/anyproto/anytype-swift/develop/.claude/commands/cpp.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/designReview.md "https://raw.githubusercontent.com/anyproto/anytype-swift/develop/.claude/commands/designReview.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/impact_git.md "https://raw.githubusercontent.com/anyproto/anytype-swift/develop/.claude/commands/impact_git.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/impact_report.md "https://raw.githubusercontent.com/anyproto/anytype-swift/develop/.claude/commands/impact_report.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/polish.md "https://raw.githubusercontent.com/anyproto/anytype-swift/develop/.claude/commands/polish.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/commands/verify.md "https://raw.githubusercontent.com/anyproto/anytype-swift/develop/.claude/commands/verify.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Analyze Linear issue impact and dependencies
Release Overview
• Release Task: [Name] ([ID]) - [URL] • Version: [X.Y.Z] • Status: [Status] • Project: [Project Name] • Description: [Release description]
Purpose
This document guides the process of gathering comprehensive context from Linear for iOS release impact analysis and changelog generation, using a hierarchical task structure. CRITICAL: Use linctl CLI for all Linear operations. See .claude/skills/linear-developer/SKILL.md for command reference. Reference Repository: https://github.com/dorkitude/linctl
Task Hierarchy Structure
Releases are organized as a parent task with nested subtasks: ` Release Task (IOS-XXXX) ├── Standalone Tasks (direct subtasks) │ ├── IOS-YYYY: Bump app version │ ├── IOS-ZZZZ: Enable Feature Toggles │ └── IOS-AAAA: Release notes └── Epics (subtasks with "[epic]" in title) ├── [epic] Release X | iOS | Platform │ ├── IOS-BBBB: Task 1 │ └── IOS-CCCC: Task 2 ├── [epic] Release X | iOS | New Navigation │ └── IOS-DDDD: Task 3 └── [epic] Release X | iOS | Basic quality └── IOS-EEEE: Task 4 `
Step 1: Get Release Task ID
Ask the user: • "What is the release task ID?" • Example: "IOS-5467"
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster