git-project-status

Generates comprehensive Git repository status reports with branch, commit, and dependency health.

114|12|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/espennilsen/pi --skill git-project-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-project-status
Source: https://github.com/espennilsen/pi/tree/main/skills/git-project-status
Command: npx skills add https://github.com/espennilsen/pi --skill git-project-status

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a deep, automated analysis of Git repositories, identifying potential issues, tracking progress, and highlighting areas needing attention, saving developers significant manual review time.

Core Features & Use Cases

  • Holistic Project Overview: Generates detailed reports covering branches, commit history, codebase statistics, dependency health, and GitHub activity.
  • Proactive Issue Detection: Identifies stale branches, outdated dependencies, potential secrets exposure, and code quality issues.
  • Use Case: Before a major release, run this skill on your main project to get a consolidated view of all potential risks and outstanding tasks, ensuring a smoother deployment.

Quick Start

Generate a status report for the current git repository.

Frequently Asked Questions about git-project-status

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

FAQPage Schema
How do I generate a comprehensive Git repository health report?

To generate a Git repository health report, you need a tool that analyzes commits, codebase structure, branch health, dependency status, and GitHub PRs. This Skill automates that entire process, producing a detailed status overview of your current working tree.

What is included in a Git project status analysis?

A Git project status analysis covers commit history, codebase statistics, type errors, stale branches, outdated dependencies, and GitHub CI activity. This Skill consolidates all these metrics into a single holistic report to highlight risks and outstanding tasks.

Can I check for stale branches and outdated dependencies in my Git repository?

Yes, you can check for stale branches and outdated dependencies by running an automated repository analysis. This Skill proactively detects these issues along with potential secrets exposure and code quality problems before a major release.

Does this Git project status report work with task management tools?

Yes, this Git project status report integrates with task management tools like `td` when a `.todos` folder is present in your repository. It incorporates your outstanding tasks directly into the comprehensive health report.

How do I track GitHub PRs, issues, and CI status alongside local Git changes?

Tracking GitHub PRs, issues, and CI status alongside local Git changes requires a consolidated repository analysis. This Skill fetches remote GitHub activity and merges it with local working tree changes to provide a unified project overview.

What's the best way to identify potential risks before a major Git release?

The best way to identify risks before a major Git release is to run a deep, automated repository analysis. This Skill scans for codebase issues, dependency health, and branch anomalies, ensuring a smoother deployment by highlighting areas needing attention.