Padosoft Git Commit Integrity

Use this skill right after committing, and whenever something that works locally is missing or wrong everywhere else: a file you are certain you added is not in the repository, CI cannot find a module that exists on your machine, a colleague gets a whole-file diff from a one-line change, a review shows changes nobody made, or a generated file keeps coming back modified. It verifies what git actually recorded — `git add -A` skips ignored files in silence, and without a .gitattributes the line endings of whoever committed end up in the index — and gives the correct fix for each, which is never `git add -f`. Do not use it for merge conflicts, rebasing, branch strategy, or writing commit messages.

padosoft Updated

File contents

padosoft/skills/tree/main/skills/padosoft-git-commit-integrity commit ce128061eb

Frequently asked questions

npx skillmds@latest add padosoft/padosoft-git-commit-integrity