review-feature-branch

Orchestrate a comprehensive feature branch review with AI code review, findings evaluation, and optional finalization. Use when the user asks to "review feature branch", "review branch against main", "run full review", "check my branch before merging", or "review everything on this branch".

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "review-feature-branch" with this command: npx skills add tobihagemann/turbo/tobihagemann-turbo-review-feature-branch

Review Feature Branch

Orchestrate a feature branch review by running code review, evaluating findings, and optionally finishing with /finalize.

Task Tracking

At the start, use TaskCreate to create a task for each step:

  1. Code review
  2. Confirm implementation
  3. Finalize implementation

Step 1: Code Review

Run the /review-code skill to review the feature branch against the base branch.

Step 2: Confirm Implementation

After the code review summary, use AskUserQuestion to ask whether to proceed with finalization:

  • Proceed — continue to Step 3
  • Skip — stop here, leave changes as-is for manual review

Step 3: Finalize Implementation

Run the /finalize skill.

Rules

  • If any phase fails, run the /investigate skill to diagnose the failure, apply the suggested fix, and retry. If investigation cannot identify a root cause, stop and report with investigation findings. Do not skip ahead.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

find-dead-code

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

codex

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-style

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

simplify-code

No summary provided by upstream source.

Repository SourceNeeds Review