Git 与版本控制
Git 操作、提交助手与分支管理
code-reviewer
Ven0m0
Review code for correctness, maintainability, and adherence to project standards. Supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). Use when asked to review code, check a PR, or analyze changes.
github-operations
Ven0m0
Comprehensive GitHub operations using the gh CLI tool. Supports pull requests, issues, workflows/actions, releases, repositories, gists, and advanced Git operations with full access to GitHub API through gh. Use when working with GitHub PRs, issues, actions, releases, or repos. Triggers: gh, GitHub, pull request, PR, issue, workflow, actions, release, gist.
time-lens
vladmdgolam
Analyze and visualize time spent on software projects by combining data from multiple sources: WakaTime coding time, git commit session detection, Claude Code usage, Codex CLI usage, and Cursor IDE usage. Produces both an interactive HTML dashboard (dark-themed, Chart.js) and a Markdown report with ASCII charts. Use when the user asks to: analyze work hours, calculate time spent on a project, generate a work hours report, visualize coding activity, create a project time breakdown, or summarize development effort across date ranges.
finishing-a-development-branch
axiomantic
"Use when implementation is complete, all tests pass, and you need to decide how to integrate the work"
Skill Builder
TrevorS
Create and validate Agent Skills with proper structure and effective descriptions. Use when building custom skills, testing skill discovery, or designing new skill workflows.
finding-dead-code
axiomantic
Use when reviewing code changes, auditing new features, cleaning up PRs, or user says "find dead code", "find unused code", "check for unnecessary additions", "what can I remove".
resolving-merge-conflicts
axiomantic
"Use when git merge or rebase fails with conflicts, you see 'unmerged paths' or conflict markers (<<<<<<< =======), or need help resolving conflicted files"
advanced-code-review
axiomantic
"Use when performing thorough multi-phase code review with historical context tracking and verification. Triggers: 'thorough review', 'deep review', 'review this branch in detail', 'full code review with report'. 5-phase process: strategic planning, context analysis, deep review, verification, report generation. More heavyweight than code-review; produces detailed artifacts. For quick review, use code-review instead."
managing-artifacts
axiomantic
Use when generating documents, reports, plans, audits, or when asked where to save files. Triggers on "save report", "write plan", "where should I put", "project-encoded path"
fact-checking
axiomantic
"Verify technical claims in code, docs, and comments via evidence-backed verdicts before merge."
receiving-code-review
axiomantic
"[DEPRECATED] Routes to code-review --feedback. Use when received code review feedback needs processing."
GitHub Prior Art Research
TrevorS
When asked implementation questions or tool selection questions like "how do
using-git-worktrees
axiomantic
"Use when starting feature work that needs isolation from current workspace, setting up parallel development tracks, or before executing implementation plans. Triggers: 'worktree', 'separate branch', 'isolate this work', 'don't mess up current work', 'work on two things at once', 'parallel workstreams', 'sandboxed workspace'."
gh-enrich-pr-description
TrogonStack
Enrich GitHub PR descriptions with root-cause context, related issues/PRs, and CC mentions. Use when creating or editing a PR, when a PR has an empty or sparse description, or when the user asks to improve a PR description.
requesting-code-review
axiomantic
"Use when implementation is done and you need a structured pre-PR review workflow. Triggers: 'ready for review', 'review my changes before PR', 'pre-merge check', 'is this ready', 'submit for review'. Orchestrates multi-phase review (planning, context assembly, dispatch, triage, fix, gate). Dispatches code-review internally. NOT the same as finishing-a-development-branch (which handles merge/PR decisions after review passes)."
reviewing-prs
axiomantic
"Load before dispatching any subagent to review a PR. Enforces DIFF_ONLY vs LOCAL_FILES mode selection based on branch state and worktree presence. Prevents the silent wrong-verdict failure where local files on a different branch produce confidently incorrect REFUTED findings."
pr-check
rube-de
PR review compliance: fetch review comments from an open PR, categorize as resolved/unresolved/dismissed, critically evaluate fixable items, implement approved fixes, and reply inline.
jj-workflow
TrevorS
Jujutsu (jj) version control, load skill when hook output shows vcs=jj-colocated or vcs=jj in the system-reminder.
coding-agent-workflow
luosky
用 GitHub label 驱动本机 agent 处理 issue/PR,daemon 自动监听并派工。包含 setup(一次部署到某个项目)、status(查 daemon 状态)、disable(关闭某项目的 daemon)等命令
git-workflow
TrevorS
Handle squashing multiple commits and rebasing feature branches safely. Use when consolidating commits into a single commit, or rebasing feature branches onto updated development branches. Falls back from jj when not available.
oasis-dev
rube-de
Help developers build on Oasis Network: Sapphire confidential EVM, ROFL off-chain apps, CLI operations, SDK patterns (Rust, Go, TypeScript, Python), and ParaTime development.
git-ops
rube-de
Git hygiene: clean up merged branches, prune stale remotes, and verify repository state.
test
rube-de
Test coverage analysis: detect test framework, run test suite, capture failures and coverage metrics, identify coverage gaps in recent changes, and create a structured GitHub issue.
jules-review
rube-de
Review Jules (Google AI agent) pull requests using AI council. Supports -quick flag for lightweight reviews via parallel triage.