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
20.1K

dyadfast-push

Commit any uncommitted changes, run lint checks, fix any issues, and push the current branch. Delegates to a haiku sub-agent for speed.

dyad-sh
dyad-sh
devops
open
git-workflows
20.1K

dyadfeedback-to-issues

Turn customer feedback (usually an email) into discrete GitHub issues. Checks for duplicates, proposes new issues for approval, creates them, and drafts a reply email.

dyad-sh
dyad-sh
devops
open
git-workflows
20.1K

dyadfix-issue

Create a plan to fix a GitHub issue, then implement it locally.

dyad-sh
dyad-sh
devops
open
git-workflows
20.1K

dyadplan-to-issue

Create a plan collaboratively with the user, then convert the approved plan into a GitHub issue.

dyad-sh
dyad-sh
devops
open
git-workflows
20.1K

dyadpr-fix

Address all outstanding issues on a GitHub Pull Request by handling both review comments and failing CI checks.

dyad-sh
dyad-sh
devops
open
git-workflows
20.1K

dyadpr-push

Commit any uncommitted changes, run lint checks, fix any issues, and push the current branch.

dyad-sh
dyad-sh
devops
open
git-workflows
20.1K

git-master

MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with delegate_task(category='quick', skills=['git-master'], ...) to save context. Triggers: 'commit', 'rebase', 'squash', 'who wrote', 'when was X added', 'find the commit that'.

code-yeongyu
code-yeongyu
devops
open
git-workflows
19.9K

commits

Use this skill whenever the user asks to commit changes, write or fix a commit message, amend or rename a commit, or do a workflow that includes committing in the IntelliJ repository. This is a thin repo-specific overlay: use IntelliJ commit format, write full commit messages by default, and keep requested suffixes such as IJ-MR trailers in a final separate paragraph.

JetBrains
JetBrains
devops
open
git-workflows
19.9K

safe-push

Safe Push process for pushing changes to the IntelliJ repository. Use when pushing code changes to remote.

JetBrains
JetBrains
devops
open
git-workflows
19.9K

commits

Use this skill whenever the user asks to commit changes, write or fix a commit message, amend or rename a commit, or do a workflow that includes committing in the IntelliJ repository. This is a thin repo-specific overlay: use IntelliJ commit format, write full commit messages by default, and keep requested suffixes such as IJ-MR trailers in a final separate paragraph.

JetBrains
JetBrains
devops
open
git-workflows
19.9K

jewel-pr-preparer

Prepare a Jewel pull request for the intellij-community repository. Validates commit message format, runs local CI checks (detekt, tests, API dumps, Metalava), ensures the branch is squashed to a single commit, checks for visual change screenshots, drafts release notes, and suggests a PR title and description. Optionally creates the PR via gh. Use when the user is ready to submit or review a Jewel contribution.

JetBrains
JetBrains
devops
open
git-workflows
19.9K

safe-push

Safe Push process for pushing changes to the IntelliJ repository. Use when pushing code changes to remote.

JetBrains
JetBrains
devops
open
git-workflows
19.7K

release-preparation

Use when preparing a new Mos release (stable, beta, or alpha) - covers version bump, xcodebuild archive, Developer ID signing, notarization, zip packaging, changelog generation, Sparkle appcast signing, and GitHub release draft creation. Trigger this skill whenever the user mentions releasing, publishing, shipping a new version, bumping version, updating appcast, or creating a release build of Mos.

Caldis
Caldis
devops
open
git-workflows
19K

egg-core

本技能用于处理 EGG 基础核心概念,包括模块架构、@SingletonProto、@ContextProto、@Inject 装饰器、动态注入、BackgroundTaskHelper 后台任务、EventBus 事件总线和 AOP 切面编程。用于理解 EGG 的基础构建块、依赖注入、对象生命周期管理、运行时多实现动态选择、请求返回后的异步任务处理、事件驱动架构和横切关注点。

eggjs
eggjs
devops
open
git-workflows
18.9K

nemoclaw-contributor-update-docs

Scan recent git commits for changes that affect user-facing behavior, then draft or update the corresponding documentation pages. Use when docs have fallen behind code changes, after a batch of features lands, or when preparing a release. Trigger keywords - update docs, draft docs, docs from commits, sync docs, catch up docs, doc debt, docs behind, docs drift.

NVIDIA
NVIDIA
devops
open
git-workflows
18.9K

nemoclaw-maintainer-cut-release-tag

Cut a new semver release tag on main, move the `latest` tag, and push. Use when cutting a release, tagging a version, shipping a build, or preparing a deployment. Trigger keywords - cut tag, release tag, new tag, cut release, tag version, ship it.

NVIDIA
NVIDIA
devops
open
git-workflows
18.7K

commit-message

根据 git 变更生成符合 Sa-Token 项目风格的 commit message。遵循 Conventional Commits 格式,以中文为主。当用户要求生成提交信息、写 commit message、或根据变更生成提交说明时使用。

dromara
dromara
devops
open
git-workflows
18.7K

organize-update-log

根据 git 提交记录生成符合 Sa-Token 项目规范的更新日志内容。适用于分析指定版本之后的提交、提取变更并格式化为 update-log.md 风格。当用户需要生成更新日志、整理版本变更、或分析 release 之后的提交时使用。

dromara
dromara
devops
open
git-workflows
18.4K

pr-draft-summary

Create a PR title and draft description after substantive code changes are finished. Trigger when wrapping up a moderate-or-larger change (runtime code, tests, build config, docs with behavior impact) and you need the PR-ready summary block with change summary plus PR draft text.

openai
openai
devops
open
git-workflows
18.4K

bump-rust-sdk

This skill should be used when the user asks to "bump the Rust SDK", "update sdk-internal", "bump bitwarden-crypto", "update RustSdk dependencies", "align server SDK with clients", or needs to update the bitwarden/sdk-internal git rev pins in util/RustSdk/rust/Cargo.toml. Provides the methodology for mapping client NPM versions to git commit SHAs, analyzing breaking changes, auditing the API surface, and verifying the bump end-to-end.

bitwarden
bitwarden
devops
open
git-workflows
18.2K

github

Interact with GitHub using the `gh` CLI to manage repositories, issues, pull requests, CI/CD workflow runs, and API queries. Use when the user asks to create, list, view, merge, or close pull requests and issues; check CI status or workflow run logs; query the GitHub API for repository data; or perform any GitHub operation from the command line. Covers `gh issue`, `gh pr`, `gh run`, `gh repo`, and `gh api` subcommands.

elizaOS
elizaOS
devops
open
git-workflows
17.6K

receiving-code-review

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

davila7
davila7
devops
open
git-workflows
17.6K

using-git-worktrees

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

davila7
davila7
devops
open
Previous
Page 8 / 141
Next