requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
context-add
Add new [CONTEXT] commits to document workflows, requirements, or architectural decisions, then update CLAUDE.md references
finishing-a-development-branch
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
finish-session
Complete a work session by generating a concise PR description, optionally creating the PR, and archiving the session file.
jj-vcs
Jujutsu (jj) is a powerful Git-compatible version control system with innovative features like automatic rebasing, working-copy-as-a-commit, operation log with undo, and first-class conflict tracking. This skill is triggered when the user says things like "use jj", "run jj commands", "jujutsu version control", "migrate from git to jj", "jj rebase", "jj squash", "jj log", or "help with jj workflow".
git-commit-formatter
Format git commits with proper standards, signatures, and conventional commit format. Use when user says "commit", "create commit", "format commit message", or when staging changes for commit.
branch-integration-workflow
Safely review and merge remote branches into stable. Trigger when: (1) reviewing open PRs, (2) integrating feature branches, (3) checking for stale branches with potential conflicts.
sync-deployment
Sync local ~/.github developments to repo root, commit, and push to GitHub.
creating-branch-name
Analyzes git changes and creates a new branch with an appropriate name following naming conventions. Use when creating new branches from current changes.
managing-stacked-pull-requests
This skill teaches how to manage stacked PRs (pr1 → pr2 → pr3) after the base PR merges. Covers rebasing dependent PRs onto the updated base branch using cherry-pick workflow. Use this when you have a chain of dependent PRs and need to update them after merging earlier PRs in the stack.
git-helper
Performs git operations like status, diff, log, and branch management
awesomepulling-updates-from-skills-repository
Sync local skills repository with upstream changes from obra/superpowers-skills
git-workflow
Git workflow guidance for commits, branches, and pull requests
pr-update
Update existing pull request title and description based on latest changes. Use when user wants to refresh PR with latest commits. Triggers include: - Korean: "PR 업데이트해줘", "PR 수정해줘", "PR 다시 만들어줘" - English: "update PR", "refresh PR", "regenerate PR description" - Context: User has existing PR and wants to update title/description after adding more commits
setup-go
Sets up Go development environment with proper tooling, linting, testing, and dependencies. Runs go mod tidy, configures golangci-lint, sets up testing framework, and verifies build. Use when starting work on Go projects, after cloning Go repositories, setting up CI/CD for Go, or troubleshooting Go environment issues.
worktree-cli
Git worktree management with worktree.py CLI. Use for creating worktrees, teardown, merging PRs, syncing branches, and Docker service management.
commit-convention
Git 提交信息规范。着重于提交信息的格式化、风格统一。优先学习并沿用项目已有的提交历史风格,若无明显风格或为新项目,则遵循 Conventional Commits 规范。
syncing-submodules
Use when running /ltk:sync-submodules, updating submodules, or needing to "sync", "merge", "adapt", "learn from" other Claude Code plugins or repos
complete-workflow
完整功能開發工作流程 - 代碼審查→代碼簡化→知識管理→Git推送。三階段品質把控:1.review檢查 2.simplify優化 3.knowledge記錄,最後自動 commit & push
awesomesharing-skills
Contribute skills back to upstream via branch and PR
skills-registry-organization
Pattern for organizing Skills Registry as a shared submodule across projects