What problem does it solve? Engineering teams struggle with inconsistent code review quality, messy Git history, untracked technical debt, and risky releases. This Skill applies disciplined version control, structured code review, and delivery planning practices to keep repositories healthy and releases predictable. ## Core Features & Use Cases - Code and Architecture Review: Inspects changes for correctness, security, maintainability, performance, and test coverage, separating blocking defects from suggestions. - Git Workflow Management: Designs branching strategies, keeps commits focused, protects unrelated user changes, and avoids destructive Git operations. - Delivery and Risk Planning: Produces release plans, technical-debt registers, PR checklists, and engineering roadmaps with milestones and quality gates. - Use Case: Ask it to review a pull request before merging; it will examine the diff, flag security and correctness issues, verify test coverage, and produce a structured review with clear blocking versus non-blocking feedback. ## Quick Start Ask the assistant to review the current branch's changes against the main branch and produce a code review with blocking issues, suggestions, and a release readiness assessment.