Tag: git-diff

Type: All Skills Tools
skill ★ 4,849

Generate structured changelog entries from git diffs

This skill analyzes the current Git branch's changes against the develop branch, automatically determining the domain, type, and drafting a public-friendly message. It prompts the user for confirmation before executing the final `just chang…

baserow/baserow git-changelog version-control release-notes automation
skill ★ 12,318

Automated Documentation Sync for Source Changes

Automates the synchronization of documentation pages with source code changes by analysing git diffs and applying targeted edits to MDX files. It identifies changes in constructors, input parameters, and event handlers, while also detecting…

pipecat-ai/pipecat documentation-automation git-diff mdx automated-updates
skill ★ 19

Codex Code Review Bridge

Executes Codex reviews against uncommitted changes, specific branches, or commits using the Claude Code bridge. Supports targeted analysis by passing focus areas via prompts.

IgorGanapolsky/ThumbGate codex-review claude-code code-review git-diff
skill ★ 23

BMAD Update Analysis and Change Reporting

This skill analyzes the _bmad directory using git diff and status to generate a structured report detailing all codebase changes. It specifically identifies modifications across agents, workflows, configuration parameters, and documentation…

pomazanbohdan/memory-mcp-1file git-diff codebase-analysis bmad change-detection
tool ★ 1,854

Analyze code blast radius before committing

This tool analyzes the potential "blast radius" of code modifications by mapping dependencies and affected execution flows. It assesses risk levels, identifying direct callers and indirect dependencies to ensure changes are safe before comm…

doobidoo/mcp-memory-service impact-analysis code-safety dependency-graph blast-radius
skill ★ 24,025

Workflow for splitting complex pull requests

Use this workflow to decompose large, complex pull requests into smaller, reviewable units, safely managing the extraction of changes at the file or hunk level. It also provides mechanisms for tracking 'drift' and managing subsequent PRs ba…

mastra-ai/mastra pr-review git-workflow refactoring large-pr
skill ★ 27,411

Comprehensive Code Review Workflow for Changes

This skill guides the comprehensive review of code changes (PRs, diffs) focusing on correctness, behavioral regressions, security risks, and performance. It enforces structured output, requiring findings to be listed by severity with precis…

langfuse/langfuse code-review pr-review software-quality best-practices
skill ★ 17,110

Local CI-style pre-push code review

Simulates automated CI review processes locally by evaluating git diffs against existing CI workflow criteria and project-specific guidelines.

pydantic/pydantic-ai code-review git-diff ci-simulation automated-review
skill ★ 21,652

Automated diff-driven smoke testing

Automates smoke testing by analysing git diffs to identify changes and executing targeted browser-based validation sequences. It utilises Skyvern browser tools to navigate, interact, and validate application state, reporting results directl…

Skyvern-AI/skyvern smoke-testing ci-cd git-diff browser-automation
skill ★ 21,652

Automated Diff-Driven QA Validation

This skill automates code validation by analysing git diffs to determine the appropriate testing strategy for frontend, backend, or mixed changes. It executes targeted browser automation, API requests, or repository-native tests to report p…

Skyvern-AI/skyvern qa automated-testing git-diff regression-testing
skill ★ 4

Sync Project Documentation with Code Changes

This skill performs a delta analysis between source code and project documentation, identifying gaps and surgically updating affected files. It ensures documentation parity by analyzing code diffs and applying structured updates while prese…

jmrplens/gitlab-mcp-server documentation code-sync git-diff project-docs