# Reimre

> 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.

- Skill: `ultimatile/reimre` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ultimatile/reimre`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ultimatile/reimre/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: ultimatile (https://skillmd.com/u/ultimatile)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ultimatile/reimre

---


# 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.

