Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From pda
Summarize staged changes and create a git commit without Co-Authored-By
npx claudepluginhub spaghetti-lover/pda-pluginsHow this command is triggered — by the user, by Claude, or both
Slash command
/pda:commit-pushThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
## Context - Current git status: !`git status` - Staged diff: !`git diff --cached` - Recent commits: !`git log --oneline -10` ## Your task 1. Create a single git commit for the staged changes only (do NOT stage unstaged files). 2. Summarize the staged changes to the user (new files, modified files, what each change does) in the commit description 3. After committing, write a brief summary of what was committed (commit hash, message, and key changes). Rules: - Commit only what is already staged (`git diff --cached`) - Do NOT add `Co-Authored-By` or any trailer lines - Use a concise, des...
/commit-pushAnalyzes git changes, stages safe files, generates conventional commit message, commits, and pushes to remote branch.
Share bugs, ideas, or general feedback.
git statusgit diff --cachedgit log --oneline -10Rules:
git diff --cached)Co-Authored-By or any trailer lines