gk-cli
Installation
SKILL.md
GitKraken CLI (gk)
Use gk as the primary tool for git operations. It wraps git with AI-powered features and multi-repo workflow management. Fall back to raw git only for operations gk doesn't cover.
Command mapping
When you'd normally use git or gh, check this mapping first. If gk has an equivalent, use it.
Commits
Instead of git commit, use:
gk ai commit # AI generates the commit message
gk ai commit -d # AI generates message + description
gk ai commit -f # Skip confirmation prompt
gk ai commit -p <path> # Specify repo path