Git & VCS

Git operations, commit helpers, branch management

Showing 1057-1080 of 4540 skills
AsyncFuncAI

asyncreview

by AsyncFuncAI

AI-powered GitHub PR/Issue reviews with agentic codebase access. Use when the user needs to review pull requests, analyze code changes, ask questions about PRs, or get AI feedback on GitHub issues.

CLI Tools 449 4mo ago
henkisdabro

git-commit-helper

by henkisdabro

Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.

Auth 63 3mo ago
openharmonyinsight

cpp-include-sorter

by openharmonyinsight

Automatically sorts C/C++ header files (#include statements) with full support for conditional compilation blocks. Use when Claude needs to organize #include statements in .cpp/.h files. Handles: (1) Corresponding header placement first (e.g., file.cpp includes file.h), (2) System headers (<>) sorted alphabetically, (3) Local headers ("") sorted alphabetically, (4) Conditional compilation blocks (#ifdef/#ifndef/#if defined) where headers participate in global sort while preserving block structure. Key features: prefers longer paths for duplicate includes, preserves inline/preceding comments, handles #elif/#else blocks, validates no headers are lost.

CLI Tools 24 3mo ago
openharmonyinsight

oh-graphic-gitcode-pr-creator

by openharmonyinsight

Automate Gitcode Pull Request creation workflow for OpenHarmony graphic subsystem including code commit, issue creation, and PR submission with proper template formatting. Use when user needs to create a PR for the Gitcode platform, especially for OpenHarmony graphic projects that require specific PR templates with CodeCheck tables and Signed-off-by tags.

Code Gen 24 3mo ago
openharmonyinsight

openharmony-download

by openharmonyinsight

Interactive OpenHarmony source code download with mirror selection (GitCode/Gitee/GitHub), environment checking, branch selection, and real-time progress. Use when user requests:"下载 OpenHarmony", "download OpenHarmony", "下载源码", "获取源码", "拉取代码", "clone openharmony", or "repo init".

CLI Tools 24 3mo ago
openharmonyinsight

oh-ut-generator

by openharmonyinsight

Generate OpenHarmony C++ unit tests following HWTEST_F framework conventions. Supports Mock strategies, BUILD.gn configuration, NDK/NAPI interfaces, and maintains 75%+ coverage requirements with strict code style consistency. Use when generating unit tests for OpenHarmony C++ source files.

Code Gen 24 4mo ago
openharmonyinsight

create-pr

by openharmonyinsight

"Automated PR workflow: analyze code changes, auto-generate Issue/PR descriptions, auto-commit with DCO sign-off, auto-push, auto-create Issue + PR, and link PR to Issue."

Code Gen 24 3mo ago
Cap-go

capacitor-ci-cd

by Cap-go

Complete CI/CD guide for Capacitor apps covering GitHub Actions, GitLab CI, build automation, app signing, and deployment pipelines. Use this skill when users need to automate their build and release process.

CI/CD 42 4mo ago
Cap-go

cocoapods-to-spm

by Cap-go

Guide to migrating iOS Capacitor plugins and dependencies from CocoaPods to Swift Package Manager (SPM). Use this skill when users want to modernize their iOS project, remove CocoaPods, or add SPM-based dependencies.

Code Gen 42 4mo ago
Soul-Brews-Studio

oracle-soul-sync-update

by Soul-Brews-Studio

Sync Oracle instruments with the family. Check and update skills to latest version. Use when user says "soul-sync", "sync", "calibrate", "update", or before /awaken.

CLI Tools 72 3mo ago
smallnest

github

by smallnest

"Interact with GitHub using the gh CLI. Use gh issue, gh pr, gh run, and gh api for issues, PRs, CI runs, and advanced queries."

CLI Tools 588 3mo ago
NTCoding

independent-research

by NTCoding

"Use when about to ask the user a factual question, propose a solution, diagnose an error, or choose between approaches. Triggers on: 'Do you have X installed?', 'What version?', 'Is X configured?', 'We should...', 'The fix is...', 'Options: 1...', 'Based on my understanding...', 'I believe X supports...'. Before deciding anything, spin up parallel subagents to WebSearch for current docs, community solutions, framework best practices, and GitHub issues. Your memory is stale — verify everything."

Code Review 317 4mo ago
RHEcosystemAppEng

job-template-creator

by RHEcosystemAppEng

Create AAP (Ansible Automation Platform) job templates for executing playbooks. Use when users request: - "Create a job template for this playbook" - "Set up a template to run remediation playbooks" - "Configure AAP to execute this playbook" - "Add a new job template for CVE remediation" This skill guides through adding playbooks to Git projects and creating job templates via AAP Web UI.

Code Gen 30 3mo ago
Soul-Brews-Studio

awaken

by Soul-Brews-Studio

Guided Oracle birth and awakening ritual (~15 min). Use when creating a new Oracle in a fresh repo. Orchestrates /learn and /trace for philosophy discovery.

CLI Tools 69 3mo ago
tonylofgren

ha-integration-dev

by tonylofgren

Use when user EXPLICITLY requests "custom integration", "custom component", "Python for HA", "HACS", or "config_flow". NOT for: YAML automations (use home-assistant skill), Node-RED flows (use node-red skill), ESPHome device configs (use esphome skill).

Processing 85 5mo ago
jellydn

pr-review

by jellydn

Fix PR review comments by implementing requested changes

Code Review 79 4mo ago
dmccreary

readme-generator

by dmccreary

This skill creates or updates a README.md file in the GitHub home directory of the current project. The README.md file it generates will conform to GitHub best practices, including badges, project overview, site metrics, getting started instructions, and comprehensive documentation.

Docs Gen 72 6mo ago
aAAaqwq

deepwork-tracker

by aAAaqwq

Track deep work sessions locally (start/stop/status) and generate a GitHub-contribution-graph style minutes-per-day heatmap for sharing (e.g., via Telegram). Use when the user says things like “start deep work”, “stop deep work”, “am I in a session?”, “show my deep work graph”, or asks to review deep work history.

Analytics 64 3mo ago
kishorkukreja

capacitated-vrp

by kishorkukreja

When the user wants to solve the Capacitated Vehicle Routing Problem (CVRP), optimize routes with vehicle capacity limits, or handle weight/volume constraints. Also use when the user mentions "CVRP," "capacity-constrained routing," "load limits," "vehicle weight limits," "volume constraints," or "payload optimization." For time windows, see vrp-time-windows. For general VRP, see vehicle-routing-problem.

Code Gen 25 4mo ago
julianobarbosa

gitops-principles-skill

by julianobarbosa

Comprehensive GitOps methodology and principles skill for cloud-native operations. Use when (1) Designing GitOps architecture for Kubernetes deployments, (2) Implementing declarative infrastructure with Git as single source of truth, (3) Setting up continuous deployment pipelines with ArgoCD/Flux/Kargo, (4) Establishing branching strategies and repository structures, (5) Troubleshooting drift, sync failures, or reconciliation issues, (6) Evaluating GitOps tooling decisions, (7) Teaching or explaining GitOps concepts and best practices, (8) Deploying ArgoCD on Azure Arc-enabled Kubernetes or AKS with workload identity. Covers the 4 pillars of GitOps (OpenGitOps), patterns, anti-patterns, tooling ecosystem, Azure Arc integration, and operational guidance.

Cloud 76 5mo ago
julianobarbosa

argocd-image-updater

by julianobarbosa

Automate container image updates for Kubernetes workloads managed by Argo CD. USE WHEN configuring ArgoCD Image Updater, setting up automatic image updates, configuring update strategies (semver, digest, newest-build, alphabetical), implementing git write-back, troubleshooting image update issues, or working with ImageUpdater CRDs. Covers installation, configuration, authentication, and best practices.

Docker 76 4mo ago
julianobarbosa

ArgoCD ApplicationSet Skill

by julianobarbosa

helm-skill - Helm chart management

Code Gen 76 4mo ago
julianobarbosa

obsidian-nvim

by julianobarbosa

Guide for implementing obsidian.nvim - a Neovim plugin for Obsidian vault management. Use when configuring, troubleshooting, or extending obsidian.nvim features including workspace setup, daily notes, templates, completion, pickers, and UI customization.

Code Gen 76 5mo ago
cxuu

go-linting

by cxuu

Recommended Go linters and golangci-lint configuration. Use when setting up linting for a Go project or configuring CI/CD.

Code Review 109 4mo ago