review-change-set

Review active git change sets for architecture and simplification opportunities.

4|2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/LaiTszKin/apollo-toolkit --skill review-change-set
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-change-set
Source: https://github.com/LaiTszKin/apollo-toolkit/tree/main/review-change-set
Command: npx skills add https://github.com/LaiTszKin/apollo-toolkit --skill review-change-set

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews active git change sets from an outsider perspective, surfacing architecture-level abstractions and actionable simplifications while guarding against unsafe changes.

Core Features & Use Cases

  • Architecture-focused diff analysis to identify boundary crossings, duplicated logic, and cross-layer issues.
  • Simplification and maintainability enhancements that preserve behavior.
  • Security-aware cross-checks for code-affecting changes, integrating with hardened-app-security.

Quick Start

Run a review pass on your current changes to obtain a structured, bias-free assessment.

Frequently Asked Questions about review-change-set

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a git diff for architecture issues?

To review a git diff for architecture issues, this Skill reads the full active change set to identify boundary crossings, duplicated logic, and cross-layer problems from an outsider perspective without author bias. It outputs structured architecture findings with evidence.

What is bias-free code review for git changes?

Bias-free code review analyzes the active git change set without considering the original author. It focuses strictly on surfacing architecture-level abstractions and actionable simplifications while preserving behavior, providing an objective assessment of the modifications.

Can I run a security cross-check on a git diff?

Yes, you can run a security cross-check on a git diff. When code-affecting changes exist in the active change set, this Skill integrates with hardened-app-security to guard against unsafe modifications and reports the security cross-check results.

How do I find simplification opportunities in my git changes?

To find simplification opportunities in your git changes, the Skill analyzes the active diff to surface maintainability enhancements that preserve behavior. It reports these simplification findings with evidence in a structured output format.

Does this architecture review tool require any external dependencies?

No, this architecture review tool does not require external dependencies to function. It operates directly on the active git change set, though it automatically integrates with hardened-app-security when code-affecting changes require a security cross-check.