Git 与版本控制

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

显示 241-264 / 共 5242 个技能
cursor

get-pr-comments

cursor

Fetch and summarize review comments from the active pull request

智能体 5385 6个月前
cursor

review-and-ship

cursor

Run a structured review, close key issues, and ship changes via PR

代码评审 5385 6个月前
cursor

continual-learning

cursor

Incrementally extract recurring user corrections and durable workspace facts from transcript changes, then update AGENTS.md with plain bullet points only. Use when the user asks to mine previous chats, maintain AGENTS.md memory, or build a self-learning preference loop.

数据处理 5385 6个月前
longbridge

github-pull-request-description

longbridge

Write a description to description GitHub Pull Request.

代码生成 1.4万 7个月前
mattpocock

PRD to Issues

mattpocock

Do NOT close or modify the parent PRD issue.

代码生成 23.8万 6个月前
mattpocock

git-guardrails-claude-code

mattpocock

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.

CLI 工具 23.8万 6个月前
mattpocock

setup-pre-commit

mattpocock

Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.

代码评审 23.8万 6个月前
ArabelaTso

build-ci-migration-assistant

ArabelaTso

Automatically migrates build systems and CI/CD configurations to target platforms. Use when modernizing build infrastructure, switching CI/CD providers, or standardizing across projects. Supports common migration paths including Maven↔Gradle, npm↔Yarn, Travis CI→GitHub Actions, CircleCI→GitHub Actions, Jenkins→GitLab CI, and GitLab CI→GitHub Actions. Analyzes existing configuration, generates equivalent target configuration, maps dependencies and commands, and provides validation and migration documentation.

CI/CD 238 6个月前
ArabelaTso

change-log-generator

ArabelaTso

Automatically generates change logs from git commits, patches, and pull requests. Use when preparing software releases, creating version summaries, or maintaining CHANGELOG.md files. Analyzes commit messages (including conventional commits), diff/patch files, and PR data to produce categorized Markdown change logs organized by type (Features, Bug Fixes, Breaking Changes, etc.). Ideal for release notes, version updates, and automated changelog maintenance.

调试 238 6个月前
ArabelaTso

bug-history-summarizer

ArabelaTso

"Summarizes the complete lifecycle of a bug across code versions, tracking its introduction, detection, fixing attempts, and regression history. Use when users need to: (1) Understand how a bug evolved over time, (2) Trace when and how a bug was introduced, (3) Analyze fix attempts and their effectiveness, (4) Identify regression patterns, (5) Generate bug lifecycle reports for documentation or post-mortems. Takes a repository, bug identifier, and version history as input."

代码评审 238 6个月前
ArabelaTso

bisect-aware-instrumentation

ArabelaTso

Instrument code to support efficient git bisect by producing deterministic pass/fail signals and concise runtime summaries for each tested commit. Use when debugging regressions with git bisect, automating bisect workflows, creating bisect test scripts, handling flaky tests during bisection, or needing clear exit codes and logging for automated bisect runs. Helps identify the exact commit that introduced a bug through automated testing.

CLI 工具 238 6个月前
ArabelaTso

code-instrumentation-generator

ArabelaTso

"Automatically instruments source code to collect runtime information such as function calls, branch decisions, variable values, and execution traces while preserving original program semantics. Use when users need to: (1) Add logging or tracing to code for debugging, (2) Collect runtime execution data for analysis, (3) Monitor function calls and control flow, (4) Track variable values during execution, (5) Generate execution traces for testing or profiling. Supports Python, Java, JavaScript, and C/C++ with configurable instrumentation levels."

数据处理 238 6个月前
ArabelaTso

coverage-enhancer

ArabelaTso

Analyze existing test suites and source code to suggest additional unit tests that improve test coverage. Use this skill when working with test files and source code to identify untested code paths, missing edge cases, uncovered branches, untested error conditions, and gaps in test coverage. Supports major testing frameworks (pytest, Jest, JUnit, Go testing, etc.) and generates targeted test suggestions based on coverage analysis.

数据处理 238 6个月前
ArabelaTso

control-flow-abstraction-generator

ArabelaTso

"Generate abstract Control Flow Graph (CFG) representations of programs showing loops, branches, and function calls for static analysis or verification. Use when users need to: (1) Visualize program control flow structure, (2) Generate CFGs for static analysis tools, (3) Create control flow abstractions for formal verification, (4) Analyze program paths and reachability, (5) Document program structure. Supports both function-level (intraprocedural) and program-level (interprocedural) analysis with multiple output formats (textual, DOT/Graphviz, JSON)."

代码生成 238 6个月前
ArabelaTso

abstract-trace-summarizer

ArabelaTso

Performs abstract interpretation to produce summarized execution traces and high-level program behavior representations. Highlights key control flow paths, variable relationships, loop invariants, function summaries, and potential runtime states using abstract domains (intervals, signs, nullness, etc.). Use when analyzing program behavior, understanding execution paths, computing loop invariants, tracking variable ranges, detecting potential runtime errors, or generating program summaries without concrete execution.

调试 238 6个月前
ArabelaTso

ci-pipeline-synthesizer

ArabelaTso

Generate GitHub Actions CI/CD pipeline configurations for automated building and testing of library and package projects. Use when creating or updating CI workflows for npm packages, Python packages, Go modules, Rust crates, or other library projects that need automated build and test pipelines. Includes templates for common package ecosystems with best practices for dependency caching, matrix testing, and artifact publishing.

CI/CD 238 6个月前
NeoLabHQ

fpf:actualize

NeoLabHQ

"Reconcile the project's FPF state with recent repository changes"

代码评审 1482 6个月前
NeoLabHQ

code-review:review-pr

NeoLabHQ

Comprehensive pull request review using specialized agents

代码评审 1482 6个月前
NeoLabHQ

mcp:setup-codemap-cli

NeoLabHQ

Guide for setup Codemap CLI for intelligent codebase visualization and navigation

CLI 工具 1482 6个月前
NeoLabHQ

customaize-agent:test-prompt

NeoLabHQ

Use when creating or editing any prompt (commands, hooks, skills, subagent instructions) to verify it produces desired behavior - applies RED-GREEN-REFACTOR cycle to prompt engineering using subagents for isolated testing

Git 与版本控制 1482 6个月前
NeoLabHQ

mcp:setup-serena-mcp

NeoLabHQ

Guide for setup Serena MCP server for semantic code retrieval and editing capabilities

文件操作 1482 6个月前
NeoLabHQ

git:load-issues

NeoLabHQ

Load all open issues from GitHub and save them as markdown files

文档生成 1482 6个月前
NeoLabHQ

git:create-pr

NeoLabHQ

Create pull requests using GitHub CLI with proper templates and formatting

代码生成 1482 6个月前
NeoLabHQ

git:compare-worktrees

NeoLabHQ

Compare files and directories between git worktrees or worktree and current branch

CLI 工具 1482 6个月前