Loading...
Loading...
Found 47 Skills
Advanced Git operations wrapper. Optimizes token usage by guiding complex git workflows into efficient CLI commands.
Create a feature branch in a git worktree from a GitHub issue
Create release notes that summarize features, fixes, and migration guidance for software releases.
Clone/create/fork repos; manage remotes, releases.
Create and manage GitHub repositories, branches, commits, and PRs via local git commands and GitHub MCP. Use when the user asks to create a repo, push code, get repo info, manage branches, open PRs, or work with GitHub repositories.
Create safe Conventional Commit messages and commits from current working tree changes.
Find similar or analogous code patterns elsewhere in a codebase. Use when answering "Do we do something similar elsewhere?" or "What existing patterns match this?" Returns factual findings about similar code - locations, similarity type, and confidence.
현재 git 상태를 분석하고 GitHub Flow 기준으로 다음 단계를 안내합니다. "다음에 뭐 해야 돼?", "워크플로우", "git 흐름" 같은 질문에 사용됩니다.
Git Workflow Standard Operating Procedures, including commit message generation and remote repository synchronization
Essential Git commands and workflows for version control, branching, and collaboration.
Use this before starting feature development isolated from the current workspace or executing implementation plans — create isolated git worktrees with intelligent directory selection and security validation
Research and draft a response to a GitHub issue or question from an external contributor.