branch-comparison

Analyze git branch diffs and classify frontend, backend, config, and DB impact.

18|Updated Sep 23, 2025
One-click install
npx skills add https://github.com/CongDon1207/AGENTS.md --skill branch-comparison-congdon1207
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: branch-comparison
Source: https://github.com/CongDon1207/AGENTS.md/tree/main/.codex/skills/branch-comparison
Command: npx skills add https://github.com/CongDon1207/AGENTS.md --skill branch-comparison-congdon1207

SYSTEM DOCUMENTATION & REQUIREMENTS

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.