بنقرة واحدة
git-workflow
Use for git operations — commit, PR, branch management. Triggers on "커밋", "commit", "PR 만들어", "브랜치".
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use for git operations — commit, PR, branch management. Triggers on "커밋", "commit", "PR 만들어", "브랜치".
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Loaded automatically at session start. Teaches the orchestrator how to route requests to skills and agents. Do not invoke manually.
Use when the user wants to explore an idea, design an approach, or think through a problem before implementing. Triggers on "고민", "논의", "아이디어", "brs".
Use when code review is needed. Triggers on "코드 리뷰", "리뷰해줘", "code review", or at completion of implementation.
Use to harvest `debt:` markers across the repo into a debt ledger and optionally persist it to the Obsidian vault. Triggers on "부채", "기술부채", "debt", "지름길 정리", "/debt". Read-only — does not modify code.
Use when the user wants to run an implementation plan. Triggers on "실행해줘", "구현해줘", "시작해줘", "execute", or after plan approval.
Implement an entire Figma page as Android Jetpack Compose screens by auto-splitting into frames with visual verification. Use whenever a user shares a figma.com/design URL and wants the page built as Compose code. Triggers on '안드로이드 피그마', 'Android Figma', 'Compose 구현'. Covers any multi-frame page. Does NOT apply to Figma asset downloads or single component edits.
| name | git-workflow |
| description | Use for git operations — commit, PR, branch management. Triggers on "커밋", "commit", "PR 만들어", "브랜치". |
Delegate to executor agent (quick/haiku category):
git add -A or git add .git log for style)--no-verifyBefore creating a PR, ensure the build and tests pass:
package.json scripts (npm test, npm run build)Makefile targetsgradle or maven commandsIf the PR contains user-facing changes (new features, bug fixes, breaking changes):
- [ ] CHANGELOG.md updatedDelegate to executor agent (standard/sonnet category):
gh pr create --title "short title" --body "$(cat <<'EOF'
## Summary
- bullet points
## Test plan
- [ ] verification steps
EOF
)"
git checkout -b feature/description.env, credentials, or secretsgit status before every commitgit diff to review what will be committed