Skip to main content

git-troubleshooting

Provides techniques for troubleshooting Git issues, including recovering lost commits and resolving merge conflicts.

Install this skill

or
50/100

Security score

The git-troubleshooting skill was audited on Feb 12, 2026 and we found 8 security issues across 2 threat categories, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

low line 551

Access to hidden dotfiles in home directory

SourceSKILL.md
551ls -la ~/.ssh
low line 558

Access to hidden dotfiles in home directory

SourceSKILL.md
558ssh-add ~/.ssh/id_ed25519
low line 561

Access to hidden dotfiles in home directory

SourceSKILL.md
561cat > ~/.ssh/config << EOF
low line 565

Access to hidden dotfiles in home directory

SourceSKILL.md
565IdentityFile ~/.ssh/id_ed25519
high line 558

Access to SSH directory

SourceSKILL.md
558ssh-add ~/.ssh/id_ed25519
high line 561

Access to SSH directory

SourceSKILL.md
561cat > ~/.ssh/config << EOF
high line 565

Access to SSH directory

SourceSKILL.md
565IdentityFile ~/.ssh/id_ed25519
low line 583

External URL reference

SourceSKILL.md
583git clone https://[email protected]/user/repo.git
Scanned on Feb 12, 2026
View Security Dashboard