Git Doctor

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

gl0di Updated

File contents

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.

gl0di/clawseccheck/tree/main/fixtures/clean_b337_local_display/skills/git-doctor commit b869fff11c

Frequently asked questions

npx skillmds@latest add gl0di/git-doctor