Git Status Report

Generate a Git repository summary with branch, changes, commits, Docker status, and test counts.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/ivegamsft/work-tracker --skill git-status-report-ivegamsft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Git Status Report
Source: https://github.com/ivegamsft/work-tracker/tree/main/.squad/skills/git-status-report
Command: npx skills add https://github.com/ivegamsft/work-tracker --skill git-status-report-ivegamsft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive snapshot of the current state of a Git repository, including branch status, working tree changes, unpushed commits, Docker stack status, and test inventory.

Core Features & Use Cases

  • Branch and Working Tree State: Show branch name, ahead/behind state, and working tree changes.
  • Unpushed Commits and History: Display unpushed commits and the last five commits.
  • Docker Stack Status: Provide current status of api, web, postgres, and azurite.
  • Test Inventory: Count test files and test cases in specified locations.

Quick Start

Run the 'Git Status Report' skill to get a quick snapshot of your repository status.

Frequently Asked Questions about Git Status Report

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

FAQPage Schema
How do I get a summary of my Git repository status and local Docker services?

To get a Git repository status summary, you generate a snapshot that includes branch information, working tree changes, unpushed commits, and Docker service states. It requires access to a local Git repository and Docker Compose services.

Can I check unpushed commits and working tree changes for a local Git branch?

Yes, you can check unpushed commits and working tree changes. The generated status report displays the ahead or behind state of your current branch, local working tree modifications, and a history of the last five commits.

Does the repository status report include Docker Compose and Prisma database schema details?

Yes, the repository status report includes Docker Compose details by providing the current status of api, web, postgres, and azurite services. It also requires a Prisma database schema to generate the full project snapshot.

What is the best way to inventory test files and test cases in my repository?

The best way to inventory test files and test cases is to generate a project snapshot that counts tests in specified locations. This is included alongside Git branch status and Docker stack status in the report.

Do I need Docker Compose and Prisma to run a local stack status check?

Yes, you need Docker Compose and Prisma to run a local stack status check. Generating the full repository state summary requires access to a local Git repository, Docker Compose services, and a Prisma database schema.