> **Navigation**: [<- Step 5: Validate](5-validate.md) | [Main Workflow](../workflow-steps.md)
Finalizes pull request review by resolving threads, creating issues for deferred work, and posting a summary comment
When to use
Use this when you've completed code review feedback and need to close out all review threads, document follow-up tasks, and provide a final summary
How to invoke
both
/plugin marketplace add athola/claude-night-market/plugin install pensive@claude-night-marketfix-pr-modules/steps/Navigation: <- Step 5: Validate | Main Workflow
Purpose: Resolve threads, create issues for deferred items, and post summary.
Platform Note: Commands below show GitHub (gh) examples. Check session context for git_platform: and consult Skill(leyline:git-platform) for GitLab (glab) / Bitbucket equivalents. GitLab uses "merge request" terminology and glab api graphql for thread resolution.
CRITICAL WORKFLOW GUARDRAIL
NEVER skip this step unless you are NOT the PR author. If you are the PR author and received review comments, you MUST complete this step. There are NO exceptions.
Load: Pre-Check
If you are NOT the PR author, you may skip to Step 6.4. Otherwise, continue below.
Step 6 is organized into sub-modules. Execute them in order:
| Sub-Step | Module | Purpose |
|---|---|---|
| Pre | Pre-Check | Validate reviews submitted and threads resolved |
| 6.0 | Reconciliation | Reconcile ALL unworked items + enforcement |
| 6.1-6.2 | Issue Creation | Create issues for suggestions and deferred items |
| 6.3 | Thread Resolution | Reply to and resolve every review thread |
| 6.4 | Issue Linkage | Link/close related issues |
| 6.5 | Summary | Post summary comment to PR |
| 6.6 | Verification | Final verification and workflow gate |
Back to: Main Workflow