Tag: git-diff
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…
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…
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.
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…
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…
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…
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…
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.
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…
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…
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…