shipflow-status

Aggregate Git status across multiple projects with branch and commit details.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dianedef/ShipFlow --skill shipflow-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shipflow-status
Source: https://github.com/dianedef/ShipFlow/tree/main/.claude/skills/shipflow-status
Command: npx skills add https://github.com/dianedef/ShipFlow --skill shipflow-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a consolidated view of the Git status across multiple projects, helping you quickly identify uncommitted changes, branch differences, and recent activity without manually checking each repository.

Core Features & Use Cases

  • Cross-Project Git Status: View current branches, uncommitted changes, and sync status for all registered projects.
  • Commit History: See the last commit message and author for each project.
  • Issue Highlighting: Flags projects needing attention due to uncommitted changes or divergence from the remote.
  • Use Case: Before starting your workday, run this Skill to get a bird's-eye view of all your active development projects, ensuring you're aware of any pending work or synchronization issues.

Quick Start

Run the shipflow-status skill to see the git status for all your projects.

Frequently Asked Questions about shipflow-status

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

FAQPage Schema
How do I check git status across multiple repositories at once?

To check git status across multiple repositories, you need an aggregation tool that queries each folder and displays current branches, uncommitted changes, and ahead/behind counts. This provides a unified overview of repository states without manually running git commands in each folder.

What is a git dashboard for monitoring multiple projects?

A git dashboard for multiple projects is a consolidated view that gathers repository states into one interface. It displays current branches, uncommitted changes, sync status, and last commit details so you can quickly identify pending work or synchronization issues across your codebase.

Can I see uncommitted changes and branch differences for all my code projects in one view?

Yes, you can see uncommitted changes and branch differences for all code projects by aggregating git status data. A cross-project dashboard highlights repositories needing attention due to uncommitted changes or divergence from the remote, showing ahead/behind counts for each.

How do I get a bird's-eye view of all my active development projects before starting work?

To get a bird's-eye view of active development projects, run a git status aggregation across all registered repositories. This flags projects with uncommitted changes or remote divergence and shows last commit messages, ensuring you are aware of pending synchronization issues before coding.

Does a multi-project git dashboard show the last commit message and author for each repository?

Yes, a multi-project git dashboard shows the last commit message and author for each repository alongside uncommitted changes and branch differences. It executes multiple git commands per repository to gather comprehensive status data including recent commit history details.