linear-workflow

📁 finesssee/linear-cli 📅 6 days ago
28
总安装量
5
周安装量
#13236
全站排名
安装命令
npx skills add https://github.com/finesssee/linear-cli --skill linear-workflow

Agent 安装分布

openclaw 4
github-copilot 4
gemini-cli 3
claude-code 3
codex 3
amp 3

Skill 文档

Workflow Commands

Start Work

# Start working (assigns to you, sets In Progress)
linear-cli i start LIN-123

# Start + create git branch
linear-cli i start LIN-123 --checkout

Stop Work

# Stop working (unassigns, resets status)
linear-cli i stop LIN-123

Get Current Issue

# Get issue from current git branch
linear-cli context
linear-cli context --output json

Full Workflow

# 1. Start
linear-cli i start LIN-123 --checkout

# 2. Code...

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

# 4. Done
linear-cli i update LIN-123 -s Done