From pda
Summarize staged changes and create a git commit without Co-Authored-By
npx claudepluginhub spaghetti-lover/pda-plugins --plugin pda## 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.
/commit-push현재까지의 작업을 논리적 단위별로 나눠서 commit & push
/commit-pushCommit staged changes and push directly to the current branch. Supports main-branch development workflow with quality gates.
git statusgit diff --cachedgit log --oneline -10Rules:
git diff --cached)Co-Authored-By or any trailer lines