Loading...
Loading...
AUTOMATICALLY invoke this skill whenever git commit is needed - no user request required. Direct git commit will FAIL validation. This skill contains required pre-commit setup. Triggers: "커밋해", "커밋 ㄱㄱ", "커밋 만들어줘", "커밋 찍어줘", or ANY situation requiring git commit.
npx skill4agent add junoh-moon/skills commit-messagegit remote get-url origin 2>/dev/null | grep -q 'bucketplace' && echo "bucketplace" || echo "other"git branch --show-currentmainmasterdevelopgit branch --list <TICKET-ID>COREPL-1234-2COREPL-1234-refactorgit checkout -b <branch-name>fix/login-validationfeat/add-cache-layergit diff --cachedgit statusgit add -Agit add -ugit commit -m "$(cat <<'EOF'
<type>: <subject in English>
<body in Korean, wrapped at 72 chars>
Co-Authored-By: Claude <noreply@anthropic.com>
EOF
)"git status