Status Sync — Git skill for Claude Code
Synchronize PROJECT-STATUS.md with actual project state (GitHub issues or plan units).
How to install Status Sync
Installs to ~/.claude/skills/emanuelrechsteiner-claude-rcode-status-sync/SKILL.md
mkdir -p ~/.claude/skills/emanuelrechsteiner-claude-rcode-status-sync && curl -fsSL https://raw.githubusercontent.com/emanuelrechsteiner/claude-rcode/HEAD/commands/status-sync.md -o ~/.claude/skills/emanuelrechsteiner-claude-rcode-status-sync/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Status Sync does
description: "Synchronize PROJECT-STATUS.md with actual project state (GitHub issues or plan units). Run periodically or after merging PRs / closing plan units." allowed-tools:
- Read
- Write
- Edit
- Bash(gh:*)
- Bash(git:*)
- Bash(bash:*)
- Glob
R.Code Status Sync — Progress Dashboard Update
You are executing the R.Code `/status-sync` command. This synchronizes the project's living docum
Alternatives in Git
- Triage Open Pull Requests — Review, label, and act on all open PRs for a repository using parallel review agents 10.8k ★
- Claude Code Action — A general-purpose Claude Code action for GitHub PRs and issues that can answer questions and implement code ch 6.6k ★
- Git Status — Read the Files and run the Commands and summarize the current state of the git repository 3.4k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Sync Develop
Schedule sync with develop branch - adds to TODO, executes at convenient moment (after current task). Use when
Agents Close Gitworktree
You are closing out a git worktree after completing (or abandoning) work. This command updates the tracking re
Cdd Merge Base
Integrate the current state of the base branch into the feature branch. Two phases: a dry-run conflict assessm
Aegis Resume
Persistent run state — checkpoint a session, then resume after a Claude Code crash, machine restart, or branch
Local Sync
Full local development sync after git pull
Stack Sync
Cascade-rebase the current branch and all its descendants onto the new main, after a parent PR has merged. Use
Related Agents
Memory Bank Synchronizer
Use this agent proactively to synchronize memory bank documentation with actual codebase state, ensuring archi
AI Team Producer.Agent
AI team producer agent (Remy). Use when: planning sprints, creating PROJECT_BRIEF.md, triaging bugs, merging P
Claudemd Maintainer
AUTOMATICALLY invoke after sessions where codebase changes were made (new files, updated dependencies, changed