
daleseo/git-skills
4 skills51 installs4 starsGitHub
Install
npx skills add https://github.com/daleseo/git-skillsSkills in this repo
1Modern GitRecommends git switch for branches, git restore for files, and --force-with-lease over --force for explicit, safer intent. Developers use it to write clearer Git commands and avoid checkout mistakes.16installs2Git RecoveryCovers the reflog, reset-vs-revert decisions, and recovering deleted branches, reset commits, and dropped stashes. Developers use it to safely undo Git mistakes and recover lost work.13installs3Git CollaborationCovers feature-branch PR workflows, merge-vs-rebase choices, conflict resolution, and code-review conventions for teams. Developers use it to collaborate effectively and follow team Git conventions.11installs4Git CommitsExplains Conventional Commits format, atomic-commit granularity, and smart staging for a meaningful history. Developers use it to generate clean, well-structured commit messages.11installs