Commit

Stage and commit the pending changes the way this repository already does it. Reads the repo's own git history to infer its conventions (Conventional Commits or not, scopes, granularity, trailers) instead of imposing a house style, partitions the working tree so one commit is one logical change, screens for credentials and stray data files, stages by name, and writes a message whose body explains WHY. Refuses to commit on a protected branch, never runs `git add -A`, never `--no-verify`, never amends unasked. Use when the user says "commit", "commit this", "ship this", "save this", "haz un commit", or otherwise wants the current changes recorded.

pappcorn faba7bc 9.9 KB Updated

File contents

pappcorn/universe/tree/main/packages/best-practices-git/skills/commit commit faba7bc34d

Frequently asked questions

npx skillmds@latest add pappcorn/commit