name: javis-sync
description: Jira/Confluence/Bitbucket/Boards/Sprints/Members data sync. Usage: /javis-sync all, /javis-sync issues, /javis-sync boards, /javis-sync sprints, /javis-sync members, /javis-sync confluence, /javis-sync bitbucket, /javis-sync status
argument-hint: "[all|issues|boards|sprints|members|confluence|bitbucket|status] [pull|push]"
allowed-tools: Bash(python3 *)
/javis-sync - Data Synchronization
Manages data synchronization between the local PostgreSQL DB and Jira/Confluence/Bitbucket.
Sync Targets
| Command | Script | Target |
|---|
/javis-sync issues | sync_bidirectional.py | Jira Issues |
/javis-sync boards | sync_boards.py | Boards |
/javis-sync sprints | sync_sprints.py | Sprints + Issue mapping |
/javis-sync members | sync_member_stats.py | Member statistics |
/javis-sync confluence | sync_confluence_bidirectional.py | Confluence Pages |
/javis-sync bitbucket | sync_bitbucket.py | Commits, PRs |
Quick Run
/javis-sync all
python3 scripts/sync_bidirectional.py --pull-only
python3 scripts/sync_sprints.py
python3 scripts/sync_sprints.py --project EUV
python3 scripts/sync_sprints.py --active-only
python3 scripts/sync_sprints.py --list
python3 .claude/skills/javis-sync/scripts/sync.py status
Resources
Key Scripts (from project root)
python3 scripts/sync_bidirectional.py
python3 scripts/sync_bidirectional.py --pull-only
python3 scripts/sync_bidirectional.py --push-only
python3 scripts/sync_bidirectional.py --dry-run
python3 scripts/sync_boards.py
python3 scripts/sync_sprints.py
python3 scripts/sync_sprints.py --project EUV
python3 scripts/sync_sprints.py --active-only
python3 scripts/sync_sprints.py --list
python3 scripts/sync_member_stats.py
python3 scripts/sync_bitbucket.py