Run Phase-Specific Review
Target a single phase when you only want Upstream, Midstream, or Downstream feedback.
Steps
-
Tag each skill with the correct
phasein its front matter. -
Limit the review scope in CI when needed:
on:pull_request:paths:- 'pages/**' # Upstream-focused example -
For local runs, execute only the relevant skills by filtering files or temporarily narrowing
applyToglobs. -
Share the chosen phase in your PR template so reviewers know which checks to expect.
Verification
- Confirm the reviewer only loads skills whose
phasematches the targeted segment. - Add a small change in a different phase to verify it's ignored.