home/categories/git-workflows
category focus

Git Workflows

Version control and branching strategies.

3362 스킬all categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
git-workflows
4K

research-web-publisher

调研报告网页发布工作流。用于将调研内容发布为可在线查看的HTML网页,并推送到GitHub生成国内可访问的镜像链接。触发场景:(1) 用户要求发布调研报告 (2) 需要将HTML部署到线上 (3) 需要生成国内可访问的链接 (4) 完成从内容到网页发布的完整流程 (5) 用户发送"研究"、"调研"、"分析"、"测评"、"对比"、"报告"等关键词时自动触发

openclaw
openclaw
devops
open
git-workflows
4K

developer-agent

Orchestrates software development by coordinating with Cursor Agent, managing git workflows, and ensuring quality delivery. Use when implementing development requirements, feature requests, bug fixes, or refactoring tasks that involve git operations, build verification, and deployment pipelines.

openclaw
openclaw
devops
open
git-workflows
4K

issue-to-pr

issue-to-pr — Automatically fix GitHub issues end-to-end: reads the issue, analyzes repository code, implements a fix, and submits a pull request. Use when the user provides a GitHub issue URL, mentions fixing a GitHub issue, or uses the /fix-issue command. Supports URLs in the format https://github.com/{owner}/{repo}/issues/{number}.

openclaw
openclaw
devops
open
git-workflows
4K

local-rag-index-planner

规划本地知识库的目录、分片粒度、命名、更新时间与访问边界,而不是直接堆 RAG。;use for rag, indexing, knowledge workflows;do not use for 直接部署向量数据库, 忽略权限隔离.

openclaw
openclaw
devops
open
git-workflows
4K

repo-onboarding-guide

扫描仓库目录与说明文件,生成新成员上手路径、推荐阅读顺序与踩坑提醒。;use for repo, onboarding, developer-experience workflows;do not use for 泄漏私有源码内容到外部, 执行构建命令.

openclaw
openclaw
devops
open
git-workflows
4K

9527-github-trending

每日自动获取 GitHub Trending 热门项目,推送通知。支持自定义语言、时间范围、推送渠道(Telegram/钉钉/企业微信)。零成本运行。

openclaw
openclaw
devops
open
git-workflows
4K

github-growth-tracker

Track GitHub repo growth (stars, forks, issues, commits) with periodic digests and trend analysis. Compare your repos against a watchlist. Use when checking repo stats, monitoring growth, setting up a github digest, comparing repos, or managing a repo watchlist. Requires GITHUB_TOKEN environment variable or GitHub PAT (see Credentials).

openclaw
openclaw
devops
open
git-workflows
4K

repo-analysis

Read, explain, and evaluate a software repository or GitHub project in an engineering-oriented way. Use when the user asks to read a repo, understand a codebase, analyze architecture, evaluate whether a project is worth following or adopting, prepare onboarding notes, or summarize stack, module boundaries, risks, and entry points. Supports three output modes: 速读版, 架构版, and 接手评审版. Also supports a lightweight GitHub health layer for public repositories when the user asks whether a project is worth following, adopting, or referencing. Triggers include requests like 读一下这个项目, 看看这个 GitHub 仓库, 分析一下 repo, 这个项目怎么样, 帮我快速理解代码结构, 给我一个架构分析, or 给我一个接手评审.

openclaw
openclaw
devops
open
git-workflows
4K

doro-git-essentials

Essential Git commands and workflows for version control, branching, and collaboration.

openclaw
openclaw
devops
open
git-workflows
4K

docs

Review the current conversation context and git changes, then persist durable repository knowledge into `docs/*.md` by domain and into `AGENTS.md` for cross-cutting repo rules. Use after features, fixes, refactors, architecture changes, schema changes, or when the user mentions docs, documentation, design, architecture, business logic, conventions, or `AGENTS.md`.

latitude-dev
latitude-dev
devops
open
git-workflows
4K

gh-issue

Create clear, actionable GitHub issues for bugs, features, and improvements. Issues are primarily consumed by LLMs, so optimize for agent readability and actionability.

latitude-dev
latitude-dev
devops
open
git-workflows
4K

toolchain-commands

Installing dependencies, running dev/build/test/lint, filtering packages, single-test runs, git hooks, preparing a clone (.env.development / .env.test), or Docker-backed local services and dev servers.

latitude-dev
latitude-dev
devops
open
git-workflows
3.9K

github-issues

GitHub issue comment guidelines for community interaction. Use when responding to GitHub issues, bug reports, feature requests, or any GitHub discussion.

EpicenterHQ
EpicenterHQ
devops
open
git-workflows
3.9K

monorepo

Monorepo script commands and conventions for this codebase. Use when running builds, tests, formatting, linting, or type checking.

EpicenterHQ
EpicenterHQ
devops
open
git-workflows
3.9K

pr

Create and submit a Pull Request. Use when user wants to submit a PR, push changes and open a pull request, or create a PR from the current branch to main.

MoonshotAI
MoonshotAI
devops
open
git-workflows
3.9K

roo-conflict-resolution

Provides comprehensive guidelines for resolving merge conflicts intelligently using git history and commit context. Use when tasks involve merge conflicts, rebasing, PR conflicts, or git conflict resolution. This skill analyzes commit messages, git blame, and code intent to make intelligent resolution decisions.

zgsm-ai
zgsm-ai
devops
open
git-workflows
3.9K

memgraph-storage-reviewer

Review code changes in Memgraph's storage layer, including MVCC, concurrency patterns, WAL, recovery, DDL operations, index/constraint management, delta chains, and skip list operations. Invoke for pull requests or changes to src/storage/v2/.

memgraph
memgraph
devops
open
git-workflows
3.9K

devtools-module-merging

Workflow for merging a DevTools submodule into its parent module. Covers BUILD.gn consolidation and updating devtools_grd_files.gni.

ChromeDevTools
ChromeDevTools
devops
open
git-workflows
3.9K

devtools-version-control

Use when managing branches, creating and uploading CLs, or handling stacked changes in the DevTools Gerrit-based workflow.

ChromeDevTools
ChromeDevTools
devops
open
git-workflows
3.8K

tsdown-migrate

Migrate TypeScript library projects from tsup to tsdown. Provides complete option mappings, config transformation rules, default value differences, and unsupported option alternatives so AI agents can intelligently perform migrations.

rolldown
rolldown
devops
open
git-workflows
3.8K

fix-issue

Use when working on a GitHub issue - fetches issue details, analyzes codebase, implements fix following project methodology

mysticaltech
mysticaltech
devops
open
git-workflows
3.8K

triage-issue

Use when triaging a GitHub issue - analyzes issue, checks for duplicates, categorizes, and drafts response

mysticaltech
mysticaltech
devops
open
git-workflows
3.7K

maintainer-issue-pr-management

Manages GitHub issue and pull-request lifecycle including creation, updates, triage labelling, and closeout metadata using canonical templates and repository taxonomy. Use when a maintainer asks to create, update, close, or triage GitHub issues or PRs, or when issue creation requires codebase analysis for scope, labels, or acceptance criteria.

vllm-project
vllm-project
devops
open
git-workflows
3.7K

update-pr-body

Update the body of a GitHub pull request. Use when the user asks to update, edit, or modify a PR description/body.

allenai
allenai
devops
open
Previous
Page 21 / 141
Next