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
212

conventional-committer

暂存更改并生成符合 Conventional Commits 规范的提交消息。

CaoMeiYouRen
CaoMeiYouRen
devops
open
git-workflows
211

quality-gates

Implement quality gates, user approval, iteration loops, and test-driven development. Use when validating with users, implementing feedback loops, classifying issue severity, running test-driven loops, or building multi-iteration workflows. Trigger keywords - "approval", "user validation", "iteration", "feedback loop", "severity", "test-driven", "TDD", "quality gate", "consensus".

MadAppGang
MadAppGang
devops
open
git-workflows
211

revert

Git-aware logical undo at track, phase, or task level with confirmation gates

MadAppGang
MadAppGang
devops
open
git-workflows
211

implement

Execute tasks from track plan with TDD workflow and git commit integration

MadAppGang
MadAppGang
devops
open
git-workflows
208

commit-messages

Generate clear, conventional commit messages from git diffs. Use when writing commit messages, reviewing staged changes, or preparing releases.

TheDecipherist
TheDecipherist
devops
open
git-workflows
203

gh-cli

GitHub CLI (gh) command reference. Use when working with GitHub repositories, PRs, issues, actions, or any GitHub operations from the command line.

fredrikaverpil
fredrikaverpil
devops
open
git-workflows
203

code-review

Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before making any completion/success claims. Covers three practices - receiving feedback with technical rigor over performative agreement, requesting reviews via code-reviewer subagent, and verification gates requiring evidence before any status claims. Essential for subagent-driven development, pull requests, and preventing false completion claims.

fredrikaverpil
fredrikaverpil
devops
open
git-workflows
203

gh-pr

Use this skill when creating a GitHub pull request. Defines PR body format with Why/What/Notes sections and ensures proper assignment.

fredrikaverpil
fredrikaverpil
devops
open
git-workflows
190

push

Comprehensive Git push operations including basic push, force push safety protocols, tag pushing, remote management, and troubleshooting. Use when pushing commits, managing remotes, pushing tags, resolving push conflicts, handling rejected pushes, or dealing with force push scenarios. Covers push strategies, branch protection, upstream configuration, and push --force-with-lease best practices.

Prorise-cool
Prorise-cool
devops
open
git-workflows
190

line-endings

Comprehensive guide to Git line ending configuration for cross-platform development teams. Use when configuring line endings, setting up .gitattributes, troubleshooting line ending issues, understanding core.autocrlf/core.eol/core.safecrlf, working with Git LFS, normalizing line endings in repositories, or resolving cross-platform line ending conflicts. Covers Windows, macOS, Linux, and WSL. Includes decision trees, workflows, best practices, and real-world scenarios.

Prorise-cool
Prorise-cool
devops
open
git-workflows
190

git-hooks

Central authority on git hook implementations, modern best practices, and tooling for .NET/C#, JavaScript/TypeScript, Python, and polyglot repositories. Covers framework selection (Husky.Net, lefthook, Husky, pre-commit), setup workflows, Conventional Commits, semantic versioning, secret scanning (gitleaks, TruffleHog), performance optimization, CI/CD integration, testing strategies, and team collaboration patterns. Adaptive to project scale from solo developers to enterprise teams. Use for setting up git hooks, configuring pre-commit/commit-msg/pre-push hooks, integrating dotnet format/dotnet test, ESLint/Prettier, Black/Ruff/mypy, commitlint, choosing between frameworks, optimizing hook performance, enforcing code quality, automating testing, and troubleshooting hook issues.

Prorise-cool
Prorise-cool
devops
open
git-workflows
190

setup

Complete guide to installing Git and performing basic configuration across all platforms (Windows, macOS, Linux, WSL). Use when setting up Git for the first time, installing Git on new systems, configuring user identity, setting default branch, choosing editor, verifying installation, or troubleshooting Git installation issues. Covers platform-specific installation methods, basic required configuration, and verification steps.

Prorise-cool
Prorise-cool
devops
open
git-workflows
190

gui-tools

Provides guidance for installing, configuring, and choosing Git graphical interface clients (GitKraken, Sourcetree, GitHub Desktop) across platforms. Compares features, licensing, and workflows. Troubleshoots graphical tool configuration and setup issues. Use when installing Git graphical clients, setting up Git visualization tools, configuring graphical commit tools, choosing between options, or troubleshooting configuration. Covers Windows, macOS, and Linux. All tools are optional and based on user preference.

Prorise-cool
Prorise-cool
devops
open
git-workflows
190

changelog-generator

通过分析提交历史、分类更改并将技术提交转换为清晰的、面向客户的发布说明,自动从 git 提交创建面向用户的更新日志。将数小时的手动更新日志编写工作缩短为几分钟的自动生成。

Prorise-cool
Prorise-cool
devops
open
git-workflows
190

gpg-signing

Comprehensive guide to GPG commit signing. Set up, configure, and troubleshoot GPG commit signing. Fix GPG signing errors, configure passphrase caching, verify commit signatures. Use when working with Git commit signing, GPG keys, commit verification, signature verification, GPG configuration, or when encountering GPG signing errors. Covers Windows (Gpg4win), macOS (GPG Suite), Linux (gnupg), and WSL installation and setup.

Prorise-cool
Prorise-cool
devops
open
git-workflows
190

git-config

Comprehensive Git configuration guide covering global settings, aliases, performance tuning, credential management, maintenance, .gitattributes, clone shortcuts, and troubleshooting. Use when configuring Git beyond basic setup, optimizing Git performance, setting up aliases, managing credentials (GitHub CLI, Windows Credential Manager), configuring line ending strategy, setting up .gitattributes, enabling Git maintenance, or troubleshooting configuration issues. Cross-platform guidance for Windows, macOS, and Linux.

Prorise-cool
Prorise-cool
devops
open
git-workflows
184

lazygit-config

Configure lazygit TUI including config.yml setup, custom pagers (especially delta integration), themes, keybindings, and custom commands. Use when setting up lazygit, configuring git diff viewers, integrating delta, or customizing lazygit behavior. Keywords: lazygit, delta, git diff, pager, lazygit config, config.yml, git TUI, diff viewer

wcygan
wcygan
devops
open
git-workflows
178

gsd-executor

Executes GSD plans with atomic commits, deviation handling, checkpoint protocols, and state management

toonight
toonight
devops
open
git-workflows
177

feature-developer

Complete end-to-end feature development workflow from requirements analysis to PR merge

vm0-ai
vm0-ai
devops
open
git-workflows
139

git-commit-helper

帮助生成规范的 Git 提交信息,遵循 Conventional Commits 规范

anxiong2025
anxiong2025
devops
open
git-workflows
138

gitlab

Load before running any glab commands to ensure correct CLI syntax. Use when creating/viewing MRs, checking pipelines, managing issues, or any GitLab operations (when remote contains "gitlab").

elithrar
elithrar
devops
open
git-workflows
130

create-pr

Create pull requests following Sentry conventions. Use when opening PRs, writing PR descriptions, or preparing changes for review. Follows Sentry's code review guidelines.

getsentry
getsentry
devops
open
Previous
Page 45 / 141
Next