mt-check-git-diff

Analyze git repository changes and retrieve detailed diffs for modified files.

Updated May 15, 2026
One-click install
npx skills add https://github.com/t-miura-024/tools --skill mt-check-git-diff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mt-check-git-diff
Source: https://github.com/t-miura-024/tools/tree/main/chezmoi/dot_config/opencode/skills/mt-check-git-diff
Command: npx skills add https://github.com/t-miura-024/tools --skill mt-check-git-diff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers quickly understand the current repository changes by collecting status information and detailed diffs instead of manually inspecting modified files.

Core Features & Use Cases

  • Change Analysis: Retrieves git status information and identifies modified, added, deleted, renamed, and untracked files.
  • Detailed Diff Review: Collects file-level diffs for tracked changes and guides inspection of untracked files.
  • Use Case: Use this Skill before creating commits, generating commit messages, reviewing branch changes, or analyzing code modifications.

Quick Start

Use the mt-check-git-diff skill to analyze all current git changes and provide the complete diff details.

Frequently Asked Questions about mt-check-git-diff

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

FAQPage Schema
How do I analyze git changes before creating a commit?

To review git changes before a commit, this Skill retrieves repository status and collects detailed file-level diffs for modified, added, deleted, and renamed tracked files in your working tree.

What is the best way to review working tree updates in a git repository?

Reviewing working tree updates requires identifying tracked file modifications through git diff workflows while handling untracked files separately to ensure no new additions are missed during branch analysis.

Does this git diff analysis handle untracked files separately from tracked changes?

Yes, this git diff analysis handles untracked files separately, guiding their inspection individually while collecting detailed diffs only for tracked modifications to provide a complete change summary.

Can I use this to generate a summary of code modifications across a branch?

Yes, you can generate a summary of code modifications across a branch by applying this Skill to analyze current repository changes and retrieve detailed diffs for all modified tracked files.

Why do I need to check git status and diff before writing a commit message?

Checking git status and diff before writing a commit message ensures you understand all modified, added, and deleted file changes, which is necessary for generating accurate commit descriptions and preparing proper commits.