Loading...
Loading...
Found 41 Skills
Generate a comprehensive repository summary and narrative story from commit history
Essential Git patterns for effective version control, eliminating redundant Git guidance per agent.
Git workflow and conventions — branching, commit messages, and PR creation.
Manually trigger the cdd-code-simplifier agent to review and simplify code
Commit and push in one step. Use when user says "/cp", "commit and push", "커밋하고 푸시", "커밋 푸시", or wants to stage, commit, and push changes in a single action. Optionally accepts a commit message as argument.
Resolve Git merge conflicts by extracting only unresolved paths, conflict hunks, and compact diffs instead of loading whole files into context. Use when a merge, rebase, cherry-pick, or stash pop stops on conflicts, when `git status` shows unmerged paths, or when files contain conflict markers.
Git Operation Safety and Standards. Mandatory use of native Git commands to handle tracked files, preventing index loss or redundant changes. Triggered when an Agent attempts to move, rename, or delete files.
Create a feature branch in a git worktree from a GitHub issue
Clone/create/fork repos; manage remotes, releases.
This skill should be used when the user asks to "start a release", "create release branch", "prepare a release", "git flow release start", or wants to begin a new version release.
Create safe Conventional Commit messages and commits from current working tree changes.
Create release notes that summarize features, fixes, and migration guidance for software releases.