Create a git branch with an appropriate name derived from current changes. Use when the user asks to create a branch, name a branch, make a branch for current work, or wants to move changes to a new b...
1
AI 82
resolving-pr-comments
kkhys2 weeks ago
Resolve all unresolved review threads on the current PR. Use when the user wants to bulk-resolve PR comments after addressing feedback.
1
AI 68
using-serena
kkhys2/8/2026
Serena MCP expert for efficient code editing and analysis. Use when starting projects, editing code, or refactoring. Prioritize symbol-based operations over full-file reads.
1
AI 98
creating-rules
kkhys2/8/2026
Creates Claude Code rules (.claude/rules/*.md) with YAML frontmatter and path-specific scoping. Use when creating project rules, coding standards, or conditional guidelines for specific file types.
1
AI 95
creating-command
kkhys2/8/2026
Best practices for creating custom slash commands with frontmatter, arguments, bash execution, and file references. Use when creating slash commands.
1
AI 95
creating-git-worktree
kkhys2/8/2026
Creates isolated git worktree environments for parallel development. Fetches latest from default branch, creates worktree in .git-worktrees/, copies .env and .serena files. Branch '/' is converted to...
1
AI 70
splitting-commit
kkhys2/8/2026
Split large changes into logical commits by semantic meaning. Use when handling large features or refactors that should be split into focused commits.