From rpi
Create git commits for the current working tree with user approval, sensitive-content scan, and gitignore enforcement. Use when user says 'commit this', 'commit the changes', 'make a commit', or 'let's commit what we have'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rpi:rpi-commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create git commits for changes in the working tree with user approval. This includes changes from the current session and any pre-existing modifications.
Create git commits for changes in the working tree with user approval. This includes changes from the current session and any pre-existing modifications.
.gitignore rules — warn and exclude any matches (commonly: a file tracked before being added to .gitignore) unless explicitly told to keep itgit add <file> — never use -A or .--amend (the failed commit didn't happen)npx claudepluginhub a-ngj/rpi --plugin rpiCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.