Multi Repo Status

Quick dashboard showing git status across all project repos

chris2ao Updated

File contents

/multi-repo-status - Repository Dashboard

Quick status overview of all 5 project repositories.

Survey

!bash ~/.claude/scripts/wrap-up-survey.sh

Display

Format the survey JSON as a status table:

Repo Branch Clean? Last Commit Ahead/Behind

For each repo in the JSON:

  • Show branch name
  • Show clean (true/false based on modified_files + untracked_files being empty)
  • Show last_commit (truncated to 60 chars)
  • Show commits_ahead/commits_behind

Also show session artifacts summary (transcript count, todo count, activity log lines).

Flag any repos that need push (commits_ahead > 0) or pull (commits_behind > 0).

chris2ao/claude-code-config/tree/main/skills/multi-repo-status commit 31bb3f1acc

Frequently asked questions

npx skillmds@latest add chris2ao/multi-repo-status