スキル一覧に戻る
Finesssee

linear-pr

by Finesssee

A powerful CLI for Linear.app built with Rust

10🍴 4📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: linear-pr description: Create GitHub PRs linked to Linear issues. Use when creating pull requests, pushing code for review, or linking PRs to Linear issues. allowed-tools: Bash

Linear PR Creation

Create GitHub pull requests linked to Linear issues using linear-cli.

Create PR for Issue

# Create PR linked to Linear issue
linear-cli g pr LIN-123

# Create draft PR
linear-cli g pr LIN-123 --draft

# Specify base branch
linear-cli g pr LIN-123 --base main

# Open in browser after creation
linear-cli g pr LIN-123 --web

Git Branch Operations

# Create and checkout branch for issue
linear-cli g checkout LIN-123

# Use custom branch name
linear-cli g checkout LIN-123 -b my-custom-branch

# Just show branch name (don't create)
linear-cli g branch LIN-123

# Create branch without checkout
linear-cli g create LIN-123

Full Workflow

# 1. Start working on issue (assigns, sets In Progress, creates branch)
linear-cli i start LIN-123 --checkout

# 2. Make your changes...
# git add . && git commit -m "Fix the bug"

# 3. Create PR
linear-cli g pr LIN-123

Tips

  • PR title and description are auto-generated from issue
  • Use --draft for work-in-progress PRs
  • The branch name follows pattern: username/lin-123-issue-title

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です