git-manage

Automate common Git operations including status, commits, branches, and logs.

34|5|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/linanwx/nagobot --skill git-manage
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: git-manage
Source: https://github.com/linanwx/nagobot/tree/main/cmd/templates/skills/git-manage
Command: npx skills add https://github.com/linanwx/nagobot --skill git-manage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate and standardize common Git tasks across repositories, reducing manual commands and potential human error.

Core Features & Use Cases

  • Status checks across repos to surface working tree state
  • View recent commits, branches, and remote information for quick context
  • Diff, stash, and remote operations to streamline day-to-day workflows

Quick Start

Provide a repository path and ask for a snapshot including status, latest commits, and current branch.

Frequently Asked Questions about git-manage

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

FAQPage Schema
How do I check git status and recent commits across multiple repositories?▼

To view git status and recent commits across multiple repositories, provide a repository path to get a structured snapshot of the working tree state, current branch, and latest commit history.

What is the best way to automate common git repository operations?▼

Automating common git repository operations involves using standard CLI commands to streamline status checks, diff viewing, and commit history, reducing manual commands and human error.

How do I view git diff and stash operations during development workflows?▼

You can view git diff and stash operations by running standard Git CLI commands to surface working tree changes and streamline day-to-day development workflows with structured outputs.

Can I use standard Git CLI commands to get a quick repository snapshot?▼

Yes, you can use standard Git CLI commands to get a quick repository snapshot that includes current branch, status, and remote information for immediate software development context.

How do I manage git branches and remote information for version control?▼

To manage git branches and remote information for version control, execute standard CLI commands that surface recent commits and remote details to provide quick repository context.