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.
- 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 - 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 - 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 - jules ★ 417
Delegate coding tasks to Google Jules AI agent for asynchronous execution. Use when user says: 'have Jules fix', 'delegate to Jules', 'send - 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 - 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`). - changelog-generator ★ 30,576
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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. - commit-work ★ 30,576
"Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conv - commit ★ 30,576
Create commit messages following Sentry conventions. Use when committing code changes, writing commit messages, or formatting git history. F - create-pr ★ 30,576
Create pull requests following Sentry conventions. Use when opening PRs, writing PR descriptions, or preparing changes for review. Follows S - github-actions-templates ★ 30,576
"Production-ready GitHub Actions workflow patterns for testing, building, and deploying applications." - github-automation ★ 30,576
"Automate GitHub repositories, issues, pull requests, branches, CI/CD, and permissions via Rube MCP (Composio). Manage code workflows, revie - 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 - 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`)." - 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 - resolving-merge-conflicts ★ 250,836
Use when you need to resolve an in-progress git merge/rebase conflict. - caveman-commit ★ 104,558
Write a Conventional Commits message compressed to intent only. Use for "write a commit", "commit message", /commit or /caveman-commit. - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - 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 - code-review-excellence ★ 39,427
Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining te - git-workflow-and-versioning ★ 93,777
Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, splitting uncommitt - release-skills ★ 25,780
Universal release workflow. Auto-detects version files and changelogs. Supports Node.js, Python, Rust, Claude Plugin, GitHub Releases, annot - 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 - 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 - 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 - 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 - skill-vetter ★ 71
Security-first vetting for OpenClaw skills. Use before installing any skill from ClawHub, GitHub, or other sources. - 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 - validate-changes-match-specs ★ 530
Validate that a branch or pull request implementation matches introduced product, technical, security, and related specs. Use when reviewing - python-design-patterns ★ 39,427
Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use this skill when - 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 - 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