Back to the catalog

Agent skills · Version control

50 listings on this page, in order of arrival. Each one has its own page with README, repository facts and source links.

  1. share-a-library ★ 1,137
    Use when a managed library is ready to publish to GitHub and hand to teammates as an install command. Run the GitHub publishing steps, then
  2. using-git-worktrees ★ 281,867
    Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated wo
  3. git-pushing ★ 670
    Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to r
  4. jules ★ 417
    Delegate coding tasks to Google Jules AI agent for asynchronous execution. Use when user says: 'have Jules fix', 'delegate to Jules', 'send
  5. skill-installer ★ 25,414
    Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, ins
  6. yeet ★ 25,414
    Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
  7. changelog-generator ★ 30,576
    Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical
  8. git-commit-helper ★ 30,576
    Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged cha
  9. git-pushing ★ 30,576
    Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to r
  10. github-workflow-automation ★ 30,576
    "Automate GitHub workflows with AI assistance. Includes PR reviews, issue triage, CI/CD integration, and Git operations. Use when automating
  11. skill-installer ★ 30,576
    Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, ins
  12. using-git-worktrees ★ 30,576
    Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git w
  13. worktree-guide ★ 30,576
    Interactive guide for parallel development with Ghostty, git worktrees, and Lazygit. Use when setting up multi-task workflows or learning th
  14. writing-clearly-and-concisely ★ 30,576
    Use when writing prose humans will read—documentation, commit messages, error messages, explanations, reports, or UI text. Applies Strunk's
  15. commit-smart ★ 30,576
    Analyze staged/unstaged changes and create semantic conventional commits with context about WHY, not just WHAT. Auto-detects commit type and
  16. git-context-controller ★ 30,576
    "Git Context Controller (GCC) - Manages agent memory as a versioned file system under .GCC/. This skill should be used when working on multi
  17. address-github-comments ★ 30,576
    Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.
  18. commit-work ★ 30,576
    "Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conv
  19. commit ★ 30,576
    Create commit messages following Sentry conventions. Use when committing code changes, writing commit messages, or formatting git history. F
  20. create-pr ★ 30,576
    Create pull requests following Sentry conventions. Use when opening PRs, writing PR descriptions, or preparing changes for review. Follows S
  21. github-actions-templates ★ 30,576
    "Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications."
  22. github-automation ★ 30,576
    "Automate GitHub repositories, issues, pull requests, branches, CI/CD, and permissions via Rube MCP (Composio). Manage code workflows, revie
  23. github-workflow-automation ★ 30,576
    "Automate GitHub workflows with AI assistance. Includes PR reviews, issue triage, CI/CD integration, and Git operations. Use when automating
  24. yeet ★ 30,576
    "Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`)."
  25. code-review ★ 250,836
    Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes: Standards (does the code follow this repo's docu
  26. resolving-merge-conflicts ★ 250,836
    Use when you need to resolve an in-progress git merge/rebase conflict.
  27. caveman-commit ★ 104,558
    Write a Conventional Commits message compressed to intent only. Use for "write a commit", "commit message", /commit or /caveman-commit.
  28. git-guardrails-claude-code ★ 250,836
    Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wan
  29. setup-pre-commit ★ 250,836
    Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-comm
  30. request-refactor-plan ★ 250,836
    Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor
  31. qa ★ 250,836
    Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the b
  32. pr-to-video ★ 48,395
    Turn a GitHub pull request (a PR URL, owner/repo#N, or 'this PR' in a checked-out repo) into a code-change explainer video — changelog, feat
  33. review ★ 250,836
    Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's doc
  34. golang-samber-oops ★ 3,173
    Structured error handling in Golang with samber/oops — error builders, stack traces, error codes, error context, error wrapping, error attri
  35. golang-samber-mo ★ 3,173
    Monadic types for Golang using samber/mo — Option, Result, Either, Future, IO, Task, and State types for type-safe nullable values, error ha
  36. golang-samber-ro ★ 3,173
    Reactive streams and event-driven programming in Golang using samber/ro — ReactiveX implementation with 150+ type-safe operators, cold/hot o
  37. fingerprint-ci-gate ★ 2
    Gate a build on browser fingerprint regressions with liarjs - save a baseline scan as JSON, diff later runs against it, and fail the job whe
  38. code-review-excellence ★ 39,427
    Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining te
  39. git-workflow-and-versioning ★ 93,777
    Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, splitting uncommitt
  40. release-skills ★ 25,780
    Universal release workflow. Auto-detects version files and changelogs. Supports Node.js, Python, Rust, Claude Plugin, GitHub Releases, annot
  41. review-pr ★ 530
    Review a pull request diff and write structured feedback to review.json for the workflow to publish. Use when reviewing a checked-out PR fro
  42. resolve-merge-conflicts ★ 530
    Resolve Git merge conflicts by extracting only unresolved paths, conflict hunks, and compact diffs instead of loading whole files into conte
  43. create-pr ★ 530
    Create a pull request in the warp repository for the current branch. Use when the user mentions opening a PR, creating a pull request, submi
  44. check-impl-against-spec ★ 530
    Compare a pull request's implementation against spec context in spec_context.md and feed any material mismatches into review.json. Use durin
  45. skill-vetter ★ 71
    Security-first vetting for OpenClaw skills. Use before installing any skill from ClawHub, GitHub, or other sources.
  46. respond-to-pr-comments-in-blocklist ★ 530
    Interactively walk a user through PR review comments one at a time, collect a per-comment decision, then post agent-authored replies on GitH
  47. validate-changes-match-specs ★ 530
    Validate that a branch or pull request implementation matches introduced product, technical, security, and related specs. Use when reviewing
  48. python-design-patterns ★ 39,427
    Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use this skill when
  49. git-advanced-workflows ★ 39,427
    Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from a
  50. opencli-autofix ★ 29,146
    Automatically fix broken OpenCLI adapters when commands fail. Load this skill when an opencli command fails — it guides you through collecti