sync
Synchronize task status with git commits, ensuring consistency between version control and task tracking.
Content Preview
# Orchestration Sync Command Synchronize task status with git commits, ensuring consistency between version control and task tracking. ## Usage ``` /orchestration/sync [options] ``` ## Description Analyzes git history and task status to identify discrepancies, automatically updating task tracking based on commit evidence and maintaining bidirectional consistency. ## Basic Commands ### Full Sync ``` /orchestration/sync ``` Performs complete synchronization between git and task status. ###
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/sync.md \
https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/orchestration/sync.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/orchestration/sync.md
Related Skills
sync-issues-to-linear
Sync GitHub issues to Linear workspace
commandssyncissueslinear
by qdhenry · claude-command-suite
sync-linear-to-issues
Sync Linear tasks to GitHub issues
commandssynclinearissues
by qdhenry · claude-command-suite
sync-status
Monitor GitHub-Linear sync health status
commandssyncstatus
by qdhenry · claude-command-suite
sync-conflict-resolver
Resolve synchronization conflicts automatically
commandssyncconflictresolver
by qdhenry · claude-command-suite