---
name: reimre
description: End-to-end wrapper running research-and-implement then review-pipeline on a GitHub issue, carrying it from investigation through the user-controlled merge gate.
---

# reimre

End-to-end wrapper.
Runs `research-and-implement` then `review-pipeline` back to back.

**Issue:** #$ARGUMENTS

## Flow

1. **Phase A** — invoke `research-and-implement $ARGUMENTS`.
   Branch baseline, root baseline, research, and implementation are handled there.
   **Skip `/implement`'s terminal `/done-check`** — Phase B owns the audit.
2. **Phase B** — invoke `review-pipeline`, supplying the root Phase A settled.

Sub-skill internal phases are referenced by name only.
Do not inline their steps, diagrams, or rule lists — they drift when the sub-skill is updated.

## Stop points

Inherits `review-pipeline`'s stop points unchanged — notably the user-controlled **merge gate** between Phase 4a and Phase 4b.
Do not auto-merge.
Plan approval inside `/research` is also unchanged.
