Search Skills
Find the perfect capability for your agent.
commit
Create meaningful git commits by analyzing changes and committing in logical units. Use when the user wants to commit changes to git, requests commit creation, or asks to save changes to version control. Supports --japanese flag for Japanese commit messages and --branch flag to create a new branch before committing.
lintstagedrc
Generates .lintstagedrc configuration to automatically fix and format staged files before commit. Runs ESLint, Stylelint, and Prettier on staged files.
git-advanced-workflows
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
pr-review-responder
GitHub PRのレビューコメントを分析し、対応の必要性を判断して処理する。PRレビューへの対応、レビューコメントの確認、Copilotレビューへの対応などを依頼された時に使用。「PR
git-operations-workflow
Standard git workflow for committing, branching, and pushing changes
git-workflow
Use for any git operations: fixing PRs, creating commits, creating branches, pushing changes. Handles proper branch management, commit conventions, and stacked PRs.
git-commit
Creates structured Git commit messages following Conventional Commits format. Use when the user asks to commit changes, create a commit, or mentions committing staged changes.
worktree-management
Manage git worktrees for this repo. Use when creating/removing/inspecting worktrees or when isolating work into a new path/branch via scripts/worktree-*.sh.
release-researcher
Research latest releases from GitHub repositories relevant to guilde-lite. Use when: - User asks to check for updates - Starting a new development phase - Periodic maintenance review - Investigating compatibility issues - User runs /research-releases command Do NOT use for: - General GitHub searches unrelated to this project - Searching for new libraries/tools (use web search) - Code review or security audits
git-worktrees
Create, list, and remove git worktrees for parallel agent work. Use when you need isolated workdirs, new worktree branches, or safe cleanup workflows.
using-git-worktrees
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
git-master
MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with sisyphus_task(category='quick', skills=['git-master'], ...) to save context. Triggers: 'commit', 'rebase', 'squash', 'who wrote', 'when was X added', 'find the commit that'.
code-reviewer
Review submitted files, folders, diffs, or commits and provide clear, actionable, and prioritized feedback. Use this skill whenever a user requests a code review.
parallelize
Create isolated git worktree, open new iTerm2 window with Claude Code, and spawn a task agent there for parallel work. Use when the user says "parallelize" followed by a task description, or asks to work on something in parallel.
git-pull-request
How to create and manage pull requests in github or git.
engineering-principles
Core repo preferences: simplicity-first, DRY, and avoid compatibility shims unless explicitly requested.
address-comments
Help address GitHub PR review comments. Use when the user mentions PR reviews, code review feedback, reviewer comments, or needs to resolve review threads.