Tag: developer-productivity
skill
Split Large Pull Requests into Smaller Changes
Analyses git diffs to identify logical boundaries and proposes a structured strategy for breaking down large changesets into smaller, reviewable pull requests.
skill
★ 1,806
Split Large Pull Requests into Smaller Changes
This skill analyses git diffs to propose a structured strategy for decomposing large changesets into smaller, reviewable pull requests. It identifies logical groupings by component, layer, or concern to ensure atomic and independent updates…
skill
★ 1,806
Code Review Augmentation Partner
Augments human-in-the-loop code reviews by summarising changes, surfacing critical concerns, and mapping ownership and responsibilities within a codebase.