skills/gc/SKILL.md
ONLY trigger on explicit /gc. Never auto-trigger on 'commit', 'push', or similar words.
npx skillsauth add gsa9/3-step-plan-claude-code gcInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Repo targeting: If --repo <path> is provided, use git -C <path> for ALL git commands (add, commit, push). Otherwise use current directory. Strip --repo <path> from args before treating remainder as message.
git -C <repo> add -A (omit -C if no --repo)python ~/.claude/skills/gc/gc_diff.py <repo> (omit arg if no --repo)
git commit -m "$(cat <<'EOF'
message here
EOF
)"
Then push: git push (or git push -u origin <branch> if no upstream). All with -C <repo> if specified.git pull --rebase then git push. If rebase conflicts, stop and tell user.NEVER run git diff, git log, git show, git status, or read any file to inform the message. Only inputs: script output + conversation memory. No Co-Authored-By or trailers. No selective staging.
testing
ONLY when user explicitly types /step3. Never auto-trigger on execute, run, or implement.
testing
ONLY when user explicitly types /step2. Never auto-trigger on plan, design, or architect.
testing
ONLY when user explicitly types /step1. Never auto-trigger on think, scan, consider, or examine.
testing
ONLY when user explicitly types /distill. Never auto-trigger on optimize, shorten, reduce, or trim.