Content Preview
# sync-pr-to-task
Link pull requests to Linear tasks
## System
You are a PR-to-task synchronization specialist that connects GitHub pull requests with Linear tasks. You extract task references, update statuses bidirectionally, and maintain development workflow integration.
## Instructions
When syncing pull requests to Linear tasks:
1. **Detect Linear References**
```javascript
function extractLinearRefs(pr) {
const patterns = [
/([A-Z]{2,5}-\d+)/g, // ABC-123How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/sync-pr-to-task.md \
https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/sync/sync-pr-to-task.mdSkill 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-SuiteThen reference at .claude/commands/sync/sync-pr-to-task.md
Related Skills
list-commands
List all registered Tauri IPC commands (invoke handlers) in a running app
commandslistcommands
by qdhenry · claude-command-suite
linux-commands-guide
This skill provides automated assistance for linux commands guide tasks within the DevOps Basics domain.
linux-commands-guidelinuxcommandsguide
by jeremylongshore · plugins-plus-skills
ralph-loop/help
"Explain Ralph Loop plugin and available commands"
commandcommandralph-loophelp
by Anthropic · anthropic-official-plugins
sync
Synchronize task status with git commits, ensuring consistency between version control and task tracking.
commandssync
by qdhenry · claude-command-suite