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

github-deep-research

Conduct multi-round deep research on any GitHub Repo. Use when users request comprehensive analysis, timeline reconstruction, competitive analysis, or in-depth investigation of GitHub. Produces structured markdown reports with executive summaries, chronological timelines, metrics analysis, and Mermaid diagrams. Triggers on Github repository URL or open source projects.

bytedance
bytedance
devops
open
git-workflows
60.1K

create-pull-request

Create a GitHub pull request following project conventions. Use when the user asks to create a PR, submit changes for review, or open a pull request. Handles commit analysis, branch management, PR template usage, and PR creation using the gh CLI tool.

cline
cline
devops
open
git-workflows
54.3K

github-auth

Set up GitHub authentication for the agent using git (universally available) or the gh CLI. Covers HTTPS tokens, SSH keys, credential helpers, and gh auth — with a detection flow to pick the right method automatically.

NousResearch
NousResearch
devops
open
git-workflows
54.3K

github-issues

Create, manage, triage, and close GitHub issues. Search existing issues, add labels, assign people, and link to PRs. Works with gh CLI or falls back to git + GitHub REST API via curl.

NousResearch
NousResearch
devops
open
git-workflows
54.3K

github-pr-workflow

Full pull request lifecycle — create branches, commit changes, open PRs, monitor CI status, auto-fix failures, and merge. Works with gh CLI or falls back to git + GitHub REST API via curl.

NousResearch
NousResearch
devops
open
git-workflows
54.3K

github-repo-management

Clone, create, fork, configure, and manage GitHub repositories. Manage remotes, secrets, releases, and workflows. Works with gh CLI or falls back to git + GitHub REST API via curl.

NousResearch
NousResearch
devops
open
git-workflows
54.3K

writing-plans

Use when you have a spec or requirements for a multi-step task. Creates comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code examples.

NousResearch
NousResearch
devops
open
git-workflows
52.5K

commit

Commit message formatting and guidelines

TryGhost
TryGhost
devops
open
git-workflows
51.4K

release

Coordinate a full Paperclip release across engineering verification, npm, GitHub, smoke testing, and announcement follow-up. Use when leadership asks to ship a release, not merely to discuss versioning.

paperclipai
paperclipai
devops
open
git-workflows
50.4K

github-triage

Read-only GitHub triage for issues AND PRs. 1 item = 1 background task (category: quick). Analyzes all open items and writes evidence-backed reports to /tmp/{datetime}/. Every claim requires a GitHub permalink as proof. NEVER takes any action on GitHub - no comments, no merges, no closes, no labels. Reports only. Triggers: 'triage', 'triage issues', 'triage PRs', 'github triage'.

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

work-with-pr

Full PR lifecycle: git worktree → implement → atomic commits → PR creation → verification loop (CI + review-work + Cubic approval) → merge. Keeps iterating until ALL gates pass and PR is merged. Worktree auto-cleanup after merge. Use whenever implementation work needs to land as a PR. Triggers: 'create a PR', 'implement and PR', 'work on this and make a PR', 'implement issue', 'land this as a PR', 'work-with-pr', 'PR workflow', 'implement end to end', even when user just says 'implement X' if the context implies PR delivery.

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

git-master

MUST USE for ANY git operations. Atomic commits, rebase/squash, history search (blame, bisect, log -S). STRONGLY RECOMMENDED: Use with task(category='quick', load_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
50.3K

writing-commit-messages

Writes Git commit messages. Activates when the user asks to write a commit message, draft a commit message, or similar.

ghostty-org
ghostty-org
devops
open
git-workflows
46.8K

mutation-testing

Run mutation testing on a Clojure namespace, generate tests to kill surviving mutations, and open draft PRs with Linear issue tracking.

metabase
metabase
devops
open
git-workflows
46.8K

create-worktree

Create a ClickHouse git worktree with submodules hardlinked from the main repo. Use when the user wants to create a new worktree for ClickHouse development.

ClickHouse
ClickHouse
devops
open
git-workflows
46.8K

fix-sync

Fix the "CH Inc sync" job in a pull request by resolving conflicts in the corresponding clickhouse-private sync PR.

ClickHouse
ClickHouse
devops
open
git-workflows
46.3K

write-pr

Writing pull request titles and descriptions for the tldraw repository. Use when creating a new PR, updating an existing PR's title or body, or when the /pr command needs PR content guidance.

tldraw
tldraw
devops
open
git-workflows
44.8K

codebase

Use when understanding the build system, modifying CLI commands, working with isobuild, or navigating the tools/ directory. Covers build pipeline flow and file locations.

meteor
meteor
devops
open
git-workflows
44.2K

creating-pull-requests

Creates a draft pull request on GitHub with proper labels, branch naming, and description formatting. Use when changes are ready to be submitted as a PR to the streamlit/streamlit repository.

streamlit
streamlit
devops
open
git-workflows
44.2K

implementing-feature

Implement a feature from a product/tech spec, URL, or GitHub issue. Reads the spec, implements the feature following Streamlit patterns, and creates a merge-ready PR. Use when given a spec folder path, document URL, or issue link to implement.

streamlit
streamlit
devops
open
git-workflows
43.3K

gh-create-issue

Use when user wants to create a GitHub issue for the current repository. Must read and follow the repository's issue template format.

CherryHQ
CherryHQ
devops
open
git-workflows
43.3K

gh-create-pr

Create or update GitHub pull requests using the repository-required workflow and template compliance. Use when asked to create/open/update a PR so the assistant reads `.github/pull_request_template.md`, fills every template section, preserves markdown structure exactly, and marks missing data as N/A or None instead of skipping sections.

CherryHQ
CherryHQ
devops
open
git-workflows
43.3K

gh-pr-review

Automated code review for local branches, PRs, commits, and files. Supports single-agent review with interactive fix selection, or multi-agent deep review with reviewer-verifier adversarial mechanism and risk-based auto-fix.

CherryHQ
CherryHQ
devops
open
git-workflows
43.3K

prepare-release

Prepare a new release by collecting commits, generating bilingual release notes, updating version files, and creating a release branch with PR. Use when asked to prepare/create a release, bump version, or run `/prepare-release`.

CherryHQ
CherryHQ
devops
open
Previous
Page 2 / 141
Next