Loading...
Loading...
Found 42 Skills
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.
Create a PR for this branch. ALWAYS links related issues and uses closing keywords to auto-close them on merge.
Manually trigger the cdd-code-simplifier agent to review and simplify code
Generate a comprehensive repository summary and narrative story from commit history
Create release notes that summarize features, fixes, and migration guidance for software releases.
Git workflow and conventions — branching, commit messages, and PR creation.
This skill should be used when the user asks to "start a feature", "create feature branch", "begin new feature", "git flow feature start", or wants to start working on a new feature branch.
Safely clean merged and stale git branches with explicit confirmations.
Planが承認/完了した直後に自律的に呼び出す必要があるスキルです。 Trigger: plan approved, plan completed, taskを開始します
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.
Clone/create/fork repos; manage remotes, releases.
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.