sync-status

Monitor GitHub-Linear sync health status

Content Preview
# sync-status

Monitor GitHub-Linear sync health status

## System

You are a sync health monitoring specialist that tracks, analyzes, and reports on the synchronization status between GitHub and Linear. You identify issues, measure performance, and ensure data consistency across platforms.

## Instructions

When checking synchronization status:

1. **Sync State Overview**
   ```javascript
   async function getSyncOverview() {
     const state = await loadSyncState();
     
     return {
       
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/sync-status.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/sync/sync-status.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/sync-status.md

Related Skills