搜索
搜索结果
48 results for "git workflow and versioning"

git-workflow-and-versioning
规范 Git 工作流实践。在进行任何代码更改时使用。在提交、分支、解决冲突或需要跨多个并行流组织工作时使用。在发布版本、选择语义版本号、打标签或编写变更日志时使用。
addyosmani
version-release
Version release workflow — release process and GitHub Release notes (not docs/changelog pages).
lobehub
git-workflow
Git workflow patterns including branching strategies, commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices for teams of all sizes.
affaan-m
git-workflow
Git 工作流模式,包括分支策略、提交规范、合并与变基、冲突解决以及适合各种规模团队的协作开发最佳实践。
affaan-m
github-issue-workflow
Provides a structured 8-phase workflow for resolving GitHub issues in Claude Code. Covers fetching issue details, analyzing requirements, implementing solutions, verifying correctness, performing code review, committing changes, and creating pull requests. Use when user asks to resolve, implement, work on, fix, or close a GitHub issue, or references an issue URL or number for implementation.
giuseppe-trisciuoglio
release-skills
通用发布工作流。自动检测版本文件和变更日志。支持 Node.js、Python、Rust、Claude 插件、GitHub Releases、带注释标签、历史发布回填以及通用项目。当用户说“release”、“发布”、“new version”、“bump version”、“push”、“推送”、“release notes”、“GitHub Release”或“回填 Release”时使用。
jimliu
conventional-git
Conventional Commits v1.0.0 branch naming, worktree naming, and commit message standards for GitHub and GitLab projects. Use when creating branches, naming worktrees, writing commits, generating commit messages, reviewing branch conventions, or setting up changelog automation. Apply when your project needs consistent git history, SemVer-driven releases, parseable changelog generation, or automatic issue closing. Trigger when the user asks how to name a worktree, create a git worktree, or organize worktrees alongside branches.
samber
worktrunk
Worktrunk(`wt` CLI)的指导文档——Git 工作树管理、钩子和配置。在编辑 .config/wt.toml 或 ~/.config/worktrunk/config.toml 时加载;添加、修改或调试钩子(post-merge、post-start、pre-commit、pre-merge、post-switch 等);配置提交信息生成或命令别名;或排查 wt 行为问题。同时回答一般的 worktrunk/wt 问题。
max-sixty
gh-axi
Operate GitHub through the gh-axi CLI - issues, pull requests, workflow runs, workflows, releases, repositories, labels, gists, Projects (v2), Actions secrets and variables, search, and raw API access. Use whenever a task touches GitHub: listing or filing issues, reviewing or merging PRs, checking CI runs, triggering workflows, cutting releases, managing Projects boards, managing Actions secrets/variables, or working with gists via `gist list`, `gist view`, `gist edit`, `gist rename`, `gist create`, `gist delete`, or `gist clone`.
kunchenguid
github-workflow-automation
Patterns for automating GitHub workflows with AI assistance, inspired by [Gemini CLI](https://github.com/google-gemini/gemini-cli) and modern DevOps practices.
sickn33
release-skills
Universal release workflow. Auto-detects version files and changelogs. Supports Node.js, Python, Rust, Claude Plugin, GitHub Releases, annotated tags, historical release backfill, and generic projects. Use when user says "release", "发布", "new version", "bump version", "push", "推送", "release notes", "GitHub Release", or "回填 Release".
jimliu
github-actions-docs
Use when users ask how to write, explain, customize, migrate, secure, or troubleshoot GitHub Actions workflows, workflow syntax, triggers, matrices, runners, reusable workflows, artifacts, caching, secrets, OIDC, deployments, custom actions, or Actions Runner Controller, especially when they need official GitHub documentation, exact links, or docs-grounded YAML guidance.
xixu-me
pull-changes-resolve-conflicts
Standard workflow for pulling updates from main or other branches on multi-contributor projects (including Flows apps) without silently discarding work. Guides fetching/merging, requires listing merge conflicts explicitly, analyzing ours vs theirs using conversation history and repo context, presenting prioritized recommendations, and obtaining user answers before editing conflict markers or completing the merge. Triggers: pull main, merge main, merge origin, rebase, merge conflict, unmerged paths, both modified, integrate branch, sync with main, git merge abort, resolve conflicts, UU status, theirs vs ours, feat branch update.
cognitedata
github-project-management
Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning
ruvnet
github-ops
GitHub repository operations, automation, and management. Issue triage, PR management, CI/CD operations, release management, and security monitoring using the gh CLI. Use when the user wants to manage GitHub issues, PRs, CI status, releases, contributors, stale items, or any GitHub operational task beyond simple git commands.
affaan-m
create-github-action-workflow-specification
为现有的 GitHub Actions CI/CD 工作流创建正式规范,优化用于 AI 消费和工作流维护。
github
gen-specs-as-issues
此工作流引导您通过系统化的方法来识别缺失功能、确定优先级,并创建详细的实现规范。
github
project-flow-ops
Operate execution flow across GitHub and Linear by triaging issues and pull requests, linking active work, and keeping GitHub public-facing while Linear remains the internal execution layer. Use when the user wants backlog control, PR triage, or GitHub-to-Linear coordination.
affaan-m
golang-continuous-integration
使用 GitHub Actions 为 Golang 项目配置 CI/CD 流水线——包括测试、代码检查、SAST、安全扫描、代码覆盖率、Dependabot、Renovate、GoReleaser、代码审查自动化和发布流水线。在设置或改进 Go 项目 CI、配置 GitHub Actions 工作流、添加代码检查器或安全扫描器、自动化依赖更新或添加质量门时使用。
samber
git-commit
执行 git commit,包含约定式提交信息分析、智能暂存和消息生成。当用户要求提交更改、创建 git commit 或提及 "/commit" 时使用。支持:(1) 根据更改自动检测类型和范围,(2) 根据差异生成约定式提交信息,(3) 交互式提交,可覆盖类型/范围/描述,(4) 智能文件暂存以实现逻辑分组
github
git-flow-branch-creator
智能 Git Flow 分支创建器,分析 git status/diff 并根据 nvie Git Flow 分支模型创建合适的分支。
github
microsoft-agent-framework
Create, update, refactor, explain, or review Microsoft Agent Framework solutions using shared guidance plus language-specific references for .NET and Python.
github
ci-cd-security
扫描 GitHub Actions 工作流文件中的安全漏洞,通过直接读取 YAML 并报告发现结果——无需外部工具、无需安装、无需执行 shell 命令。当用户分享 `.github/workflows/` 文件、粘贴工作流 YAML、请求 CI/CD 安全审查、提及 `pull_request_target`、`workflow_run`、操作固定、`GITHUB_TOKEN` 权限、pwn 请求、模板注入、缓存投毒、秘密泄露、供应链风险或任何 GitHub Actions 加固主题时,使用此技能。当用户正在加固开源仓库、进行 CI/CD 红队评估、评估供应链扫描目标或公开撰写 CI/CD 安全相关内容时,也触发此技能。倾向于触发此技能而非凭记忆回答——CI/CD 安全默认值几乎在所有地方都是错误的,且规则不直观。
superagent-ai
cmux-release
cmux 的发布工作流指南,涵盖版本号递增、更新 changelog、预打标签校验(pretag guard)、发布 tag 创建以及 release 产物规范。适用于准备发布或排查 cmux 发布问题时使用。
manaflow-ai