Git 与版本控制

Git 操作、提交助手与分支管理

显示 49-72 / 共 5221 个技能
mastra-ai

factory-review

mastra-ai

Review a pull request for a Factory work item — history and context first, then a verdict published on the PR — and mark the review complete

注释 2.8万 6天前
mastra-ai

pr-splitter

mastra-ai

Use when breaking a large, complex, messy, or hard-to-review pull request into multiple smaller PRs; planning stacked PRs; extracting independent changes from a branch; splitting mixed refactor and behavior changes; managing drift after review feedback; rebasing follow-up PRs as earlier PRs change; or preserving original branch intent while shipping incrementally.

代码生成 2.8万 3个月前
mastra-ai

herdr-kit-workflows

mastra-ai

Set up and operate Herdr Kit safely: install and configure the plugin and Mastra Code integration, manage Review and Work repository scope, open primary repository workspaces, synchronize managers, materialize or dematerialize managed worktrees, and update Herdr Kit settings or shortcuts.

代码评审 2.8万 17天前
mastra-ai

understand-pr

mastra-ai

Guided interactive PR review — understand the history and context before forming opinions

注释 2.8万 1个月前
mastra-ai

pr-explainer

mastra-ai

Use when creating an approachable, self-contained HTML review aid for a pull request; explaining what changed, why it matters, how it works, and how it fits into the broader system; turning PR diffs, commits, tests, and architecture context into a local .pr-review/ HTML page for reviewers; or helping reviewers understand complex code changes without dumping the full diff.

代码评审 2.8万 3个月前
microsoft

dev

microsoft

Development workflows for the playwright-cli repository. Use when the user asks about rolling dependencies, releasing, or other repo maintenance tasks.

自动化 1.3万 6个月前
garrytan

canary

garrytan

Post-deploy canary monitoring. (gstack)

CLI 工具 13万 9天前
garrytan

autoplan

garrytan

Auto-review pipeline — reads the full CEO, design, eng, and DX review skills from disk and runs them sequentially with auto-decisions using 6 decision principles. (gstack)

设计 13万 11天前
cloudflare

docs-review

cloudflare

Reviews documentation PRs and provides GitHub PR suggestions. Load when asked to review, suggest changes, or provide feedback on docs content. Covers MDX, frontmatter, style guide, components, and content accuracy.

代码评审 5138 6个月前
lobehub

cleanup-git-worktrees

lobehub

Audit and safely clean Git worktrees and stale local branches. Use when asked to list worktrees, identify completed or merged branches, remove worktrees whose remote branches are gone, prune stale worktree registrations, or clean local branches without losing uncommitted work.

CLI 工具 8.2万 29天前
lobehub

chat-sdk

lobehub

'Build multi-platform chat bots with the chat SDK. Use for Slack, Teams, Google Chat, Discord, GitHub, Linear bots, webhooks, mentions, slash commands, cards, modals, or streaming responses.'

Git 与版本控制 8.2万 3个月前
lobehub

docs-changelog

lobehub

'Write website changelog pages under docs/changelog/*.mdx. Use for EN/ZH product update posts, changelog posts, update-log copy, or docs changelog edits; not GitHub Release notes.'

Git 与版本控制 8.2万 2个月前
lobehub

pr

lobehub

"Create a PR for the current branch (targets canary by default), including splitting one cross-layer branch into ordered stacked PRs so a lower layer (db / shared package / server TRPC) merges before its callers (desktop / CLI / UI). Use when the user asks to create / submit a PR, or to split a branch because clients call a server contract that isn't on the trunk yet. Triggers on 'pr', 'create pr', 'submit pr', 'open a PR', 'pull request', 'split this PR', 'stacked PR', 'backend should merge first', '提 PR', '提个 PR', '新建 PR', '拆 PR', '后端先合', '分层合并'."

代码生成 8.2万 3个月前
lobehub

skills-audit

lobehub

'Audit .agents/skills SKILL.md files. Use for recurring checks of duplicate, overlapping, stale, inconsistent, or broken skills and merge/delete candidates.'

CLI 工具 8.2万 2天前
lobehub

debug-frontend-with-browser

lobehub

Frontend diagnosis extension for the acceptance skill. Use for intermittent rendering, ordering, stale-state, navigation, virtual-list, React/Zustand, optimistic-update, refresh-dependent, or browser-only failures where the first broken boundary may be DOM, component input, derived state, client cache, network data, or a pure transformation. Before any browser, Electron, or live-app interaction, this skill must load and follow the acceptance skill and the repository's .agents/acceptance/ project layer; it adds only boundary tracing, minimal fixture replay, and regression attribution.

调试 8.2万 9天前
microsoft

merge

microsoft

Merge changes from the topic branch to the merge base branch. Use when the user wants to merge their session's work back to the base branch.

Git 与版本控制 19万 5个月前
microsoft

fix-ci-failures

microsoft

Investigate and fix CI failures on a pull request. Use when CI checks fail on a PR branch — covers finding the PR, identifying failed checks, downloading logs and artifacts, extracting the failure cause, and iterating on a fix. Requires the gh CLI.

CLI 工具 19万 2个月前
microsoft

update-pr

microsoft

Update the pull request for the current session. Use when the user wants to push new changes to an existing PR.

代码评审 19万 5个月前
microsoft

sweeper-fix

microsoft

Fix a microsoft/vscode issue that the VS Code Sweeper reviewed as agent-fixable. Fetches the review's fix spec from the sweeper's public state repo, implements the narrow fix in the current vscode checkout, and — after showing the diff — opens a draft PR. Use when asked to fix a vscode issue with the sweeper-fix skill, a vscodesweeper record, or a sweeper fix spec.

代码评审 19万 1个月前
microsoft

sync-upstream

microsoft

Update a stale session branch by rebasing onto the latest origin. Use when the upstream has moved significantly and the session needs to catch up, resolving conflicts by preserving upstream changes and adapting session work to fit.

Git 与版本控制 19万 5个月前
microsoft

commit

microsoft

Commit staged or unstaged changes with an AI-generated commit message that matches the repository's existing commit style. Use when the user asks to 'commit', 'commit changes', 'create a commit', 'save my work', or 'check in code'.

Git 与版本控制 19万 5个月前
microsoft

sync

microsoft

Sync the current session branch with its upstream branch, or publish the current session branch to a remote. Use when the user asks to sync a branch, pull latest changes, rebase onto upstream, push current branch, publish branch, or set upstream.

Git 与版本控制 19万 5个月前
microsoft

flaky-smoke-tests

microsoft

Diagnose intermittent VS Code Electron smoke-test failures from the Azure DevOps Flaky Smoke Tests pipeline (definition 700). Covers finding failed iterations, downloading task logs and platform artifacts with Azure CLI, correlating cumulative runner logs, tracing the introducing commit, and queueing focused validation runs.

调试 19万 1个月前
cline

create-pull-request

cline

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.

Git 与版本控制 6.8万 6个月前