Loading...
Loading...
Found 41 Skills
Generate a comprehensive repository summary and narrative story from commit history
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.
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
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.
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.
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.
Identify and clean up stale git branches locally and on remotes with safe, reversible steps. Use when asked to prune, list, or delete merged/old branches or audit branch hygiene.
Create a feature branch in a git worktree from a GitHub issue
Advanced Git operations wrapper. Optimizes token usage by guiding complex git workflows into efficient CLI commands.
Clone/create/fork repos; manage remotes, releases.