Create a GitHub PR from the current branch - analyze changes, check size limits, and generate PR with proper formatting
Automatically creates comprehensive pull requests to the dev branch when user indicates their feature/fix is complete and ready for review.
Create Git pull requests and optionally update JIRA tickets with comments and image attachments
Git workflow assistant for pull request creation, branch management, and merge coordination. Use when creating PRs, merging branches, resolving conflicts, or cleaning up session…
Shared reference for the git-pr-ops cluster: the gated review→prepare→merge pipeline, the `.local/` artifact handoff (review.json findings), head-SHA pinning, the push/merge…
Generate a concise and structured PR description from commit history with minimal token usage
Admin-role delivery skill for framework/docs repos. Executes the full engineer delivery flow (simplify → quality → behavioral verify → review → rebase → commit → PR) without JIRA…
You are an **expert onboarding specialist and knowledge transfer architect** with deep experience in remote-first organizations, technical team integration, and accelerated…
You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews.
Set or show a local git identity profile for the current repo. Configures user.name and user.email locally so commits go out under the right alias.
Git protocol implementation patterns using gitoxide for Guts repository operations
Safe git operations — commits, pushes, branches, merges, and rebases with safety constraints enforced.
当用户明确要求"发布项目到 GitHub"、"创建 GitHub Release"或"生成 Release Notes"时使用。智能分析 tag 间历史变化,生成专业且吸引人的 Release Notes,自动创建 GitHub Release。支持首次发布、常规版本、预发布版本(alpha/beta/rc),自动识别 prerelease 标记。
Git Push Guide. Use when user wants to push changes to remote repository safely.
Final-phase skill that stages beads, commits, pushes to the remote branch, and labels the GitHub issue as "Ready".
Stage all changes, create a conventional commit, and push to the remote branch. Use when explicitly asks to push changes (\"push this\", \"commit and push\"), mentions saving work…
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and pus — from…
Safely rebase the current feature branch on top of the latest origin/main. Use when preparing a branch for PR, UAT, or release.
Advanced git rebase patterns for linear history, stacked PRs, and clean commit management. Use when rebasing branches, cleaning up commit history, managing PR stacks, or…
Use when syncing a feature branch onto the latest origin base branch via git rebase.
Safety practices and recovery techniques for Git. Covers reflog usage, reset vs revert strategies, recovering lost commits, undoing mistakes, and preventing data loss.
Safely introduce external Git repositories as reference materials. Responsible for managing the `_reference` directory, ensuring external code is read-only and does not pollute…
Git 项目版本发布自动化工具。支持语义化版本号升级 (major/minor/patch), 基于 Angular commit 规范自动生成 CHANGELOG,创建 git tag 并推送到远程仓库。 触发关键词: - "发布版本"、"升级版本"、"更新版本"、"版本发布"、"发新版" - "更新版本并提交"、"升级并提交"、"发布 — from…
Git 项目版本发布自动化工具。支持语义化版本号升级 (major/minor/patch), 基于 Angular commit 规范自动生成 CHANGELOG,创建 git tag 并推送到远程仓库。 触发关键词: - "发布版本"、"升级版本"、"更新版本"、"版本发布"、"发新版" - "更新版本并提交"、"升级并提交"、"发布 — from…
Execute git commit, tag, and push operations with configurable patterns for any project type
Detect GitHub repository name and owner from git remotes. Use when needing repo identifier for GitHub CLI, API calls, or when working with multiple repositories.
Repository management strategies including branch strategies (Git Flow, GitHub Flow, trunk-based), monorepo patterns, submodules, and repository organization.
Review all git changes — triage each as ship, gitignore, or discard, then commit, push, and sync all worktrees.
Analyze git history to enhance risk assessment for PR reviews. Use when analyzing file changes to detect code hotspots (high churn files), authorship patterns, historical failure…
Enforces user permission for git commit and push operations to prevent accidental or unwanted changes to the repository history.
Safely inspect, stage, commit, and (only if asked) push changes made by an AI agent. Use for commit/push requests, end-of-task checkpoints, merge conflict resolution, worktree…
Critical safety guardrails for protected branches: never commit, push, or force-push directly to main, latest, or release branches; no destructive history rewrites without…
Blocks destructive git and filesystem commands before execution. Prevents accidental loss of uncommitted work from git checkout --, git reset --hard, rm -rf, and similar…
TODO: เขียน description ที่มี trigger words เช่น \"git search\", \"search commits\", \"find in git\", \"git history\
Format Git commit messages following Conventional Commits specification with semantic versioning support for proper commit type detection and versioning
Use when starting implementation work, before executing implementation plans, or when user says to begin development - supports local worktree mode (isolated development) and…
Complete git workflow automation - commit, push, create PR, wait for CI, fetch results, merge. Use when you need to ship changes with proper commits and PR descriptions.
Automasi Git commit dengan analisis AI, format Conventional Commits, dan multiple -m flags untuk keterbacaan log.
Enforce rigorous version control standards with Conventional Commits, atomic commits, standardized branch naming, and disciplined pull requests.
Create and submit a PR with git-spice (stacked diffs). Use when the user wants to open or submit a PR, create a stacked PR, or mentions git-spice.
Squash multiple git commits into a single commit with an auto-generated comprehensive commit message based on the changes made.
Defines EnergyCenter Git procedures for aligning staging with release and splitting Cursor/Codex agent asset commits from application work.
Use when about to run "git stash", encountering modified files you didn't create, or working with git operations that require a clean working tree.
Check git repository status, detect conflicts, and validate branch state before operations. Use when verifying working directory cleanliness, checking for conflicts, or validating…
Use git status --short when checking repository status. Keeps output compact and saves context. Use when the agent needs to see working tree state, changed files, or before…
Manage Git submodules for including external repositories within a main repository. Use when working with external libraries, shared modules, or managing dependencies as separate…
Adds a new git submodule following the user's preferred pattern: declares `branch = main` (or the upstream's actual default branch) and `update = merge` in `.gitmodules` so a…
Git operations on VPS repos — status, commit, push, pull, diff, branch management
Git/GitHub 용어를 클라우드 비유로 쉽게 설명하는 도움말 스킬. "commit이 뭐야?", "push랑 commit 차이", "깃 용어", "도움말", "PR이 뭐야?", "branch가 뭐야?", "깃 처음인데", "뭐가 뭔지 모르겠어" 같은 질문에 사용됩니다.
Branch 생성부터 PR 생성까지 자동으로 처리하는 검토 요청 스킬. "PR 만들어줘", "검토 요청", "리뷰 요청", "pull request", "수정 제안", "팀원한테 보여주고 싶어", "확인 요청" 같은 요청에 사용됩니다.
변경된 파일을 저장(Commit)하는 스킬. "저장해줘", "커밋", "커밋해줘", "save", "변경 내용 저장", "지금까지 한 거 저장", "세이브" 같은 요청에 사용됩니다.
Git/GitHub 초기 설정부터 프로젝트 폴더 생성까지 안내하는 스킬. "깃 시작", "깃 설정", "처음이에요", "git 설치", "GitHub 연결", "프로젝트 만들기", "깃 세팅", "시작하기" 같은 요청에 사용됩니다.
현재 Git 상태를 한국어 자연어로 번역해서 보여주는 스킬. "상태 확인", "지금 어떤 상태?", "뭐가 바뀌었어?", "git status", "변경 사항", "뭐가 달라졌어?", "파일 확인" 같은 요청에 사용됩니다.
저장한 내용을 GitHub에 올리는(Push) 스킬. "올려줘", "푸시", "push", "업로드", "GitHub에 올려줘", "클라우드에 보내줘", "올리기" 같은 요청에 사용됩니다.
Expert in navigating and manipulating git history. Covers finding bugs with bisect, understanding code evolution, recovering lost work, and rewriting history safely.
Git troubleshooting techniques including recovering lost commits, fixing merge conflicts, resolving detached HEAD, and diagnosing repository issues.
Git Updater enables automatic updates for WordPress plugins and themes hosted on GitHub, Bitbucket, GitLab, and Gitea repositories, with support for release assets, language…
Usa esta skill en toda operación de Git: commits, branches, PRs, push, rebase y configuración de hooks.
Git commit standards, branch strategy, and LLM-assisted development workflows. Use when making commits, managing branches, or working in high-velocity LLM-assisted development…
Git power user specializing in complex operations like interactive rebase, bisect, cherry-pick, worktrees, and history rewriting.