Repo Sync banner
redhat-community-ai-tools redhat-community-ai-tools

Repo Sync

Development community

Description

--- description: "Check if focused repositories are up to date with the remote. Fetches latest changes and warns about repos that are behind or have uncommitted changes." --- # Repo Sync Check Check focused repositories for sync freshness with the remote. ## Instructions ### 1. Identify Focused Repos Determine which repositories to check: - If repos are selected via `/focus`, check those - If no repos are focused, check the repo the user is currently working in - If no repo context is avail

Installation

Installs to ~/.claude/commands/redhat-community-ai-tools-claude-code-setup-evaluator-repo-sync.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/redhat-community-ai-tools/claude-code-setup-evaluator/HEAD/.claude/commands/repo-sync.md -o ~/.claude/commands/redhat-community-ai-tools-claude-code-setup-evaluator-repo-sync.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository