install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/methodologies/ccpm/skills/github-sync" ~/.claude/skills/a5c-ai-babysitter-github-sync && rm -rf "$T"
manifest:
library/methodologies/ccpm/skills/github-sync/SKILL.mdsource content
GitHub Sync
Bidirectional synchronization of epics and tasks with GitHub issues, labels, and relationships.
Agent
Project Tracker -
project-tracker
Workflow
- Create epic issue with
andepic
labelsccpm - Create task issues linked to epic with stream-type labels
- Add acceptance criteria as checkboxes in issue body
- Set issue relationships (parent/child)
- Sync progress updates as issue comments
- Close issues when tasks complete
- Maintain bidirectional sync state
Inputs
- GitHub repository (owner/repo)githubRepo
- Feature identifierfeatureName
- Epic documentepic
- Task list from decompositiontasks
Outputs
- Epic issue number
- Task issue numbers with ID mapping
- Labels applied
- Sync status report
Issue States
open -> in-progress -> blocked -> review -> closed
Process Files
- Phase 4 of full lifecycleccpm-orchestrator.js
- Progress sync during executionccpm-parallel-execution.js
- Tracking data syncccpm-tracking.js