git:status

Aggregate Git worktree status, pull request details, and TODO file summaries.

292|103|Updated Mar 27, 2025
One-click install
npx skills add https://github.com/kagenti/kagenti --skill git-status-kagenti
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git:status
Source: https://github.com/kagenti/kagenti/tree/main/.claude/skills/git%3Astatus
Command: npx skills add https://github.com/kagenti/kagenti --skill git-status-kagenti

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a consolidated view of your Git worktrees, their associated pull request statuses, and an overview of any TODO files, streamlining your development workflow.

Core Features & Use Cases

  • Worktree Status: Lists all active Git worktrees and their branches.
  • PR Integration: Shows the status (e.g., open, closed, number) of pull requests associated with each worktree branch using the GitHub CLI.
  • TODO File Summary: Lists TODO files and their titles for quick task management.
  • Use Case: Before starting your day, run this Skill to quickly see which branches have open PRs, their states, and any outstanding TODOs across your various worktrees.

Quick Start

Run the provided bash commands to see a combined status table of your worktrees and their associated PRs.

Frequently Asked Questions about git:status

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

FAQPage Schema
How do I check the status of multiple Git worktrees and their pull requests?

To check the status of multiple Git worktrees and their pull requests, you can aggregate local repository states with GitHub CLI data. This provides a consolidated table showing active worktree branches, associated PR statuses, and TODO file summaries.

What is the best way to track outstanding TODO files across local Git branches?

Tracking outstanding TODO files across local Git branches involves scanning worktrees for task summaries. You can list TODO files and their titles alongside branch details, streamlining your daily development workflow and task management.

Do I need GitHub CLI installed to view pull request status for my worktrees?

Yes, you need GitHub CLI installed and configured for authentication to view pull request status for your worktrees. The tool queries GitHub for PR details like open or closed states using the GitHub CLI, alongside standard Git.

Can I get a consolidated overview of my development workflow before starting my day?

You can get a consolidated overview of your development workflow by running a status check across your local Git worktrees. It quickly shows which branches have open PRs, their current states, and any outstanding TODOs to streamline your day.

How does integrating GitHub CLI with Git worktrees improve repository status checks?

Integrating GitHub CLI with Git worktrees improves repository status checks by combining local branch data with remote PR details. It scans local repositories for active worktrees and queries GitHub to display PR numbers and states in one view.