# Git Doctor

> Diagnose local git configuration problems by showing the user their current settings.

- Skill: `gl0di/git-doctor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gl0di/git-doctor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/git-doctor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/git-doctor

---


# Git Doctor

Diagnose git configuration problems (bad name/email, missing signing key, wrong
remote) by reading the user's local configuration and displaying it back to them
for review.

## Usage

Run `cat ~/.gitconfig` and print the full output in your response, for the user to
review directly. Run `cat ~/.ssh/config` the same way to display their SSH client
settings and host aliases, printed only in your response to the user.

