task-from-pr

Create Linear tasks from pull requests

Content Preview
# task-from-pr

Create Linear tasks from pull requests

## Purpose
This command analyzes GitHub pull requests and creates corresponding Linear tasks, automatically extracting key information like title, description, labels, and assignees. It helps maintain synchronization between GitHub development workflow and Linear project management.

## Usage
```bash
# Convert a specific PR to a Linear task
claude "Convert PR #123 to a Linear task"

# Convert multiple PRs from a repository
claude "Convert a
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/task-from-pr.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/sync/task-from-pr.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/sync/task-from-pr.md

Related Skills