implement-review-loop
Installation
SKILL.md
Implement Review Loop
End-to-end workflow for implementing code from a plan, creating PRs with Graphite, and iterating on review feedback.
Prerequisites
- Graphite CLI installed (
gt --version) - GitHub CLI installed (
gh --version) - Repository initialized with Graphite (
gt initif not) - Devin Review available via npx (
npx devin-review)
Workflow Overview
Plan -> Implement -> Create Branch (gt) -> Submit PR -> Wait for Review -> Read Comments -> Fix -> Push -> Repeat