← ClaudeAtlas

request_reviewlisted

Marks a draft PR ready for review, moving it Draft → In Review and triggering board automation. Use when a draft PR is finished and ready for reviewers.
VytCepas/project-init · ★ 0 · Code & Development · score 68
Install: claude install-skill VytCepas/project-init
Mark PR $ARGUMENTS (or current branch's PR if omitted) ready for review. ## Steps 1. **Promote to ready**: ```bash .agents/scripts/promote_review.sh $ARGUMENTS ``` `board-automation.yml` moves the board card to **In Review** automatically. 2. **Next steps**: Reviewers will be pinged. When they request changes, they'll post comments on the PR.