update-repos

Sync JEDI bundle repos and analyze changes against origin/develop.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/travissluka/claude_jedi --skill update-repos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-repos
Source: https://github.com/travissluka/claude_jedi/tree/main/.claude/skills/update-repos
Command: npx skills add https://github.com/travissluka/claude_jedi --skill update-repos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill keeps the JEDI bundle in sync by fetching and merging develop across repos, surfaces what changed since the Claude docs were last updated, and proposes targeted documentation updates with user review, plus a cross-repo impact summary for active projects.

Core Features & Use Cases

  • Syncs documented, undocumented, and external repos in the bundle
  • Analyzes changes against origin/develop and generates a summary for doc updates
  • Proposes targeted doc updates and a cross-repo impact report for active projects

Quick Start

Run the update-repos skill to sync all repos, analyze changes since origin/develop, and prepare doc updates for review.

Frequently Asked Questions about update-repos

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync multiple git repositories and analyze cross-repo changes?

To sync multiple git repositories, this skill fetches and merges origin/develop across the JEDI bundle using bash scripts. It analyzes what changed since the last documentation update and generates a cross-repo impact summary for review.

What is the best way to update documentation after syncing bundle repositories?

Updating documentation after syncing bundle repositories involves a three-phase process: git sync, change analysis against origin/develop, and proposed targeted doc edits. The skill outputs a Phase 4 summary for user review before changes are finalized.

Can I track undocumented and external repos in a bundle sync?

Yes, you can track undocumented and external repos in a bundle sync. The skill applies to documented, undocumented, and external repositories in the JEDI bundle, guiding git sync and change analysis across all included repos.

Do I need any dependencies to run batched git operations for repository syncing?

You do not need external dependencies to run batched git operations. The skill uses bash-based scripts located in the skill's scripts directory to perform batched operations against origin/develop without requiring additional packages.

How does cross-repo impact analysis work for active projects?

Cross-repo impact analysis works by comparing recent git history against the point where Claude docs were last updated. It surfaces relevant changes across the bundle and generates a summary report detailing how active projects are affected.

What are the limitations of automating documentation updates from git sync?

A key limitation of automating documentation updates is that it only proposes targeted doc edits for review. The skill does not automatically publish changes; it outputs a summary so users can manually verify cross-repo impacts before applying edits.