branch-comparison

Community

Turn git branch changes into actionable plans.

AuthorCongDon1207
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you analyze and compare changes between git branches, evaluate the impact on frontend/backend code, and propose specification updates based on diffs and architectural boundaries.

Core Features & Use Cases

  • Git Diff Analysis: Compute file-level changes and classify impact (Frontend, Backend, Config, DB).
  • Change Impact Mapping: Identify dependencies, tests, and API consumers affected by changes.
  • Specification Update Plan: Propose updates to specs or docs based on code changes.
  • Workflow Orchestration: Maintain a deterministic to-do list and ensure traceability across steps.

Quick Start

  • Run: git fetch --all
  • Compare: git diff --name-status main..feature-branch
  • Review: use the Branch Comparison skill to generate a to-do list and ProposedSpec.md updates.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: branch-comparison
Download link: https://github.com/CongDon1207/AGENTS.md/archive/main.zip#branch-comparison

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository