Git & VCS

Git operations, commit helpers, branch management

Showing 3793-3816 of 4537 skills
NatureBlueee

lark-bug-pipeline

by NatureBlueee

飞书 Bug 反馈 → 自动修复 → PR 的端到端流水线。用户在飞书群里 @bot 扔一句话 bug,15 分钟后 GitHub 上自动开好 PR。依赖 Claude Code harness(headless claude -p)做 triage 和 guardian-fixer 的 8 Gate 闭环。

Auth 0 1mo ago
tcconnally

perseus

by tcconnally

Use when you need live project state (git branch, service health checks, recent sessions, task board, env vars, agent inbox) injected into context BEFORE the AI reads it. Perseus is a compile-before-context engine — it runs directives like @query, @services, @waypoint, @agora and hands the assistant a fully-resolved markdown briefing. Use for: deterministic session starts, multi-agent coordination, workspace audits, and anywhere you want "all the facts first."

CLI Tools 1 12d ago
Hu-Wentao

publish-flutter-package

by Hu-Wentao

Automates the Flutter package release process via git tags and GitHub Actions. Handles multi-package workspaces, SemVer versioning suggestions based on git history, updating pubspec.yaml and CHANGELOG.md, and dry-run validation. Use when the user wants to "release", "publish", or "version" a Flutter package.

Automation 0 3mo ago
toyi

smart-commit

by toyi

Analyzes all uncommitted changes, groups them by theme (directory, semantic content, timestamps), and creates multiple focused commits. Use /smart-commit to create all commits automatically, or /smart-commit step to approve each commit one by one.

Code Gen 0 3mo ago
JsonLee12138

ghrepo

by JsonLee12138

CLI tool for GitHub repository contents - browse, inspect, download, create, update, and delete files in any GitHub repository without cloning. Use when the agent needs to: (1) List directory contents of a remote GitHub repo, (2) Read/cat file contents from GitHub, (3) Download files or directories from GitHub to local filesystem, (4) Check file/directory metadata (type, SHA, size), (5) Create or update files in a GitHub repo (with commit message), (6) Delete files from a GitHub repo (with commit message), (7) Verify GitHub token authentication, (8) Initialize a project with AGENTS.md for a target repo. Triggers: "github repo", "remote file", "ghrepo", "browse repo", "download from github", "upload to github", "delete from github", "repo contents", "init repo".

CLI Tools 0 3mo ago
IHKREDDY

branch-and-pr

by IHKREDDY

Creates git branches from Jira tickets and opens Pull Requests to the main branch. Use when users want to create a branch for a Jira task, open a PR, or mention "create branch", "open PR", "pull request", or "merge to main".

Code Gen 0 5mo ago
aiagentskills

app-review

by aiagentskills

Review and process app submissions for the Pollinations showcase. Parse issues, validate submissions, create PRs, handle user corrections.

Code Gen 0 4mo ago
gacabartosz

BeeCommerce GitOps Workflow

by gacabartosz

GitOps Project Management Platform for BeeCommerce. Covers the full workflow: GitHub → Jenkins CI → Harbor Registry → ArgoCD → Kubernetes. Includes project creation, deployments, secrets management, and debugging. Key principles: - Git is the single source of truth - No manual changes on the cluster (ArgoCD enforces this) - Every change via Pull Request - Immutable deploys with commit SHA tags Covers: new-project, deploy, add-secret, debug-deploy, scale operations.

CI/CD 0 3mo ago
shahrilarif00

myclaw-guardian

by shahrilarif00

"Deploy and manage a Guardian watchdog for OpenClaw Gateway. Auto-monitor every 30s, self-repair via doctor --fix, git-based workspace rollback, daily snapshots, and optional Discord alerts. Built by MyClaw.ai (https://myclaw.ai) — the AI personal assistant platform running thousands of agents 24/7."

CLI Tools 0 3mo ago
yinhangfeng

vuact

by yinhangfeng

Vuact 最佳实践与集成指南,Vuact 是 Vue3 环境下的 React 运行时兼容层,核心支持在 Vue3 项目中无缝接入 React 组件生态,实现 Vue 与 React 双框架组件、事件、响应式、Context、Ref 等核心能力的双向互通。

Git & VCS 0 3mo ago
codihaus

dev-changelog

by codihaus

Document implementation results with developer summary and user impact analysis. Use when: (1) After /dev-review passes, (2) End of sprint or milestone, (3) Before handoff to another developer, (4) Need to track what changed for users (release notes, user guides)

Code Gen 0 3mo ago
ehtbanton

changesets-config-generator

by ehtbanton

Generate Changesets configuration for managing versioning and changelogs in monorepos. Triggers on "create changesets config", "generate changeset configuration", "changesets setup", "versioning config".

Code Gen 0 5mo ago
khaki4

bf-archive-sprint

by khaki4

스프린트 내 모든 에픽이 완료된 후 스프린트 문서를 아카이빙한다. 문서 이동, changelog 업데이트, git commit을 자동으로 수행한다.

Git & VCS 0 3mo ago
theoneLee

code_review

by theoneLee

用于代码审查的 Skill,支持通用准则以及 Python 和 Go 的专项审查。

Code Review 0 3mo ago
LiminalLogic

AkloStack OpenClaw Skill

by LiminalLogic

GitHub Issues: https://github.com/LiminalLogic/aklostack-skill/issues

Code Gen 0 2mo ago
Mo7amedhassan11

add-skill-installer

by Mo7amedhassan11

安裝 Agent Skills 到本機。當用戶想要「安裝技能」、「新增 skill」、「從 GitHub 安裝 skill」、或「install skill from repo」時觸發此技能。

Agents 0 4mo ago
xuasir

asir

by xuasir

Asir's opinionated tooling and conventions for JavaScript/TypeScript projects. Use when setting up new projects, configuring ESLint/Prettier alternatives, monorepos, library publishing, or when the user mentions Asir's preferences.

Git & VCS 0 4mo ago
krissss

git-release

by krissss

自动化 GitHub/GitLab 发布流程。使用场景:发布新版本、创建版本标签、更新 CHANGELOG。自动分析 Git 提交、更新 CHANGELOG.md、确定语义化版本号、创建 Git 标签、推送到远程并创建 Release

CLI Tools 0 3mo ago
OpenDNDApps

ogt-docs-rules

by OpenDNDApps

Manage project rules and standards in docs/rules/. Use when creating coding standards, git conventions, style guides, or any enforceable project rules. Routes to specialized sub-skills for code, git, and infrastructure rules.

Docs Gen 0 3mo ago
atovk

git-commit-helper

by atovk

分析 Git diff 并生成符合规范的提交信息

API Dev 0 4mo ago
fanthus

git-commit-pro

by fanthus

Generate professional git commit messages following Conventional Commits specification. Use when user asks to commit changes or write a commit message.

Auth 0 4mo ago
olivoil

code-review

by olivoil

Review a PR and post findings as inline comments to GitHub. Shows all feedback for approval before posting.

Code Review 0 3mo ago
ihainan

fetching-github-user-data

by ihainan

Fetch comprehensive GitHub user data including profile, repositories, contributions, pull requests, issues, and statistics. Use when the user asks to fetch, download, or analyze GitHub user data.

CLI Tools 0 5mo ago
smouj

Code Sculptor

by smouj

Automated code refactoring and optimization engine for maintainability and performance

Git & VCS 0 3mo ago