feat(agents): add pr-manager-lite for already-checked-out PR branches#813
Conversation
Lightweight variant of pr-manager that assumes the local repo is already on the PR branch (e.g. via the `preem` zsh helper) with base merged in and upstream tracking set. Skips fetch/checkout/conflict-resolution and goes straight to comment collection, fixes, checks, and push. Sanity-checks preconditions and bails out (rather than silently re-doing setup) if the working tree isn't in the expected state.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughAdds two new agent definition files ( Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
pr-manager-liteagent (in both.claude/agents/and.agents/agents/) — a lightweight variant ofpr-managerfor the case where the PR branch is already checked out locally with base merged in and upstream tracking set (e.g. via a shell helper likepreem).Test plan
pr/<N>branch and confirm it skips setup, processes review comments, and pushes.main(or a dirty tree) and confirm it stops with a clear "run preem first" message instead of silently re-doing setup.Summary by CodeRabbit