Draft
Conversation
Add spec and evidence for making the PR review system portable. The system currently requires a GitHub PR; this proposal adds a local execution path so reviews can run as a pre-push quality gate or composable /ship step. Key decisions: shared Phases 1-4 core + two thin orchestrator shells, bash shell scripts for pr-context generation, claude -p subprocess invocation (same pattern as /implement), markdown output, 2-iteration cap in /ship flow. Two open questions remain: delivery mechanism for shared core (reference file vs skill) and output contract reference format adaptation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Spec proposal to make the PR review system portable — enabling local execution without a GitHub PR.
/ship./shipPhase 3 (pre-push quality gate), invoked as aclaude -psubprocess viapr-review.sh— same pattern as/implement.Key decisions (11 confirmed, 1 deferred)
pr-review-*→review-*claude -psubprocess invocation (not Task tool — nesting limitation)-p+--plugin-dir+--agent— smoke test at impl timeOpen questions (2 remaining — non-blocking)
Both can be resolved at implementation time.
Evidence files
evidence/coupling-analysis.md— children are platform-agnostic (zero GitHub refs)evidence/ship-review-integration.md— /ship ↔ /review integration patternevidence/ship-phase-sequence.md— /ship phases,claude -psubprocess patternevidence/naming-analysis.md— rename blast radius (~375 occurrences, deferred)What's not in this proposal
🤖 Generated with Claude Code