review-feature-branch

Orchestrate AI code review, implementation confirmation, and optional finalization for feature branches.

399|31|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/tobihagemann/turbo --skill review-feature-branch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-feature-branch
Source: https://github.com/tobihagemann/turbo/tree/main/skills/review-feature-branch
Command: npx skills add https://github.com/tobihagemann/turbo --skill review-feature-branch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of reviewing a feature branch before merging, ensuring code quality and implementation correctness.

Core Features & Use Cases

  • Automated Code Review: Leverages AI to perform a thorough code review against a base branch.
  • Implementation Confirmation: Allows for a decision point to proceed with finalization or halt.
  • Optional Finalization: Integrates with the /finalize skill for post-review cleanup, testing, and commit.
  • Use Case: Before merging a new feature, run this skill to get an AI-driven code review, confirm the implementation meets requirements, and then automatically finalize the branch for merging.

Quick Start

Run the review-feature-branch skill to check the current branch against main and prepare it for merging.

Frequently Asked Questions about review-feature-branch

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

FAQPage Schema
How do I automate a code review for a feature branch before merging?

Automating a feature branch review involves running an AI code review against a base branch, confirming implementation status, and optionally finalizing the branch. This skill orchestrates that multi-step process for pre-merge quality assurance.

Can I use this skill to run a finalization workflow after an AI code review?

Yes, you can use this skill to run a finalization workflow after an AI code review. It integrates with the `/finalize` skill to provide optional post-review cleanup, testing, and commit actions before merging.

Do I need any other skills installed to perform an automated feature branch review?

Yes, to perform an automated feature branch review, the `/review-code` and `/finalize` skills must be available in your environment. This skill orchestrates these dependencies to complete the pre-merge quality assurance process.

What is the best way to ensure pre-merge quality assurance for a pull request?

The best way to ensure pre-merge quality assurance for a pull request is using an orchestrated review process. This skill executes an AI code review, creates a decision point for implementation confirmation, and optionally finalizes the branch.

Does the feature branch review process stop if the implementation is incorrect?

Yes, the feature branch review process includes an implementation confirmation step that allows you to halt the workflow. If the AI code review identifies issues, you can choose not to proceed with the optional finalization.