Git & VCS

Git operations, commit helpers, branch management

Showing 241-264 of 5242 skills
cursor

get-pr-comments

by cursor

Fetch and summarize review comments from the active pull request

Agents 5.4K 6mo ago
cursor

review-and-ship

by cursor

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

Code Review 5.4K 6mo ago
cursor

continual-learning

by 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.

Processing 5.4K 6mo ago
longbridge

github-pull-request-description

by longbridge

Write a description to description GitHub Pull Request.

Code Gen 13.5K 7mo ago
mattpocock

PRD to Issues

by mattpocock

Do NOT close or modify the parent PRD issue.

Code Gen 238.1K 6mo ago
mattpocock

git-guardrails-claude-code

by 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 Tools 238.1K 6mo ago
mattpocock

setup-pre-commit

by 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.

Code Review 238.1K 6mo ago
ArabelaTso

build-ci-migration-assistant

by 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 6mo ago
ArabelaTso

change-log-generator

by 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.

Debugging 238 6mo ago
ArabelaTso

bug-history-summarizer

by 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."

Code Review 238 6mo ago
ArabelaTso

bisect-aware-instrumentation

by 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 Tools 238 6mo ago
ArabelaTso

code-instrumentation-generator

by 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."

Processing 238 6mo ago
ArabelaTso

coverage-enhancer

by 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.

Processing 238 6mo ago
ArabelaTso

control-flow-abstraction-generator

by 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)."

Code Gen 238 6mo ago
ArabelaTso

abstract-trace-summarizer

by 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.

Debugging 238 6mo ago
ArabelaTso

ci-pipeline-synthesizer

by 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 6mo ago
NeoLabHQ

fpf:actualize

by NeoLabHQ

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

Code Review 1.5K 6mo ago
NeoLabHQ

code-review:review-pr

by NeoLabHQ

Comprehensive pull request review using specialized agents

Code Review 1.5K 6mo ago
NeoLabHQ

mcp:setup-codemap-cli

by NeoLabHQ

Guide for setup Codemap CLI for intelligent codebase visualization and navigation

CLI Tools 1.5K 6mo ago
NeoLabHQ

customaize-agent:test-prompt

by 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 & VCS 1.5K 6mo ago
NeoLabHQ

mcp:setup-serena-mcp

by NeoLabHQ

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

File Ops 1.5K 6mo ago
NeoLabHQ

git:load-issues

by NeoLabHQ

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

Docs Gen 1.5K 6mo ago
NeoLabHQ

git:create-pr

by NeoLabHQ

Create pull requests using GitHub CLI with proper templates and formatting

Code Gen 1.5K 6mo ago
NeoLabHQ

git:compare-worktrees

by NeoLabHQ

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

CLI Tools 1.5K 6mo ago