Use when the user asks to "commit", "git commit", "커밋", or runs /commit — reviews changes, stages files, and creates a single git commit
From menpx claudepluginhub baleen37/bstack --plugin bstackThis skill is limited to using the following tools:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Implements structured self-debugging workflow for AI agent failures: capture errors, diagnose patterns like loops or context overflow, apply contained recoveries, and generate introspection reports.
git statusgit diff HEADgit branch --show-currentgit log --oneline -10Based on the above changes, create a single git commit.
git add <specific-files> (NEVER use git add -A or git add .)type(scope): description
git commit -m "$(cat <<'EOF'
type(scope): summary
Optional body explaining why, not what.
EOF
)"