resolve-pr-stack-comments
Installation
SKILL.md
Constraints
Do not change code, commit, push, or rebase.
Stack conventions
Split stacks are linear: position 1 is the bottom slice (PR base is main); each layer above targets the branch below. Branch names follow <position>-<kebab-case-slug> (for example 1-add-foo-bar, 2-parse-us-port-emails).
After a stack split, the monolith PR should have a comment review-stack:<number> pointing at the GitHub stack object.
1. Monolith
Confirm the current branch is the monolithic branch (full change set, single PR against main):
git branch --show-current
gh pr list --head "$(git branch --show-current)" --json number,title,url,baseRefName,headRefName,state