Add BMAD-guided PR reviewer workflow and slash-command routing#32905
Closed
Copilot wants to merge 10 commits into
Closed
Add BMAD-guided PR reviewer workflow and slash-command routing#32905Copilot wants to merge 10 commits into
Copilot wants to merge 10 commits into
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
May 17, 2026 21:18
View session
Collaborator
|
@copilot merge main and recompile |
…e-reviewer-workflow Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Collaborator
|
@copilot merge main, make build, make recompile |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a BMAD-guided pull request review workflow and wires /bmad-review into centralized slash-command routing, alongside regenerated workflow lock artifacts.
Changes:
- Adds
bmad-pr-code-reviewerworkflow source and compiled lock file. - Registers
/bmad-reviewinagentic_commands.yml. - Regenerates several existing workflow lock files, including unrelated operational-resilience changes.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/bmad-pr-code-reviewer.md |
Defines the new BMAD-guided PR review workflow. |
.github/workflows/bmad-pr-code-reviewer.lock.yml |
Compiled workflow artifact for the BMAD reviewer. |
.github/workflows/agentic_commands.yml |
Adds centralized routing for /bmad-review. |
.github/workflows/uk-ai-operational-resilience.md |
Removes an observability import from an existing workflow. |
.github/workflows/uk-ai-operational-resilience.lock.yml |
Regenerated compiled artifact for the UK AI workflow. |
.github/workflows/smoke-codex.lock.yml |
Regenerated lockfile heredoc identifiers. |
.github/workflows/smoke-claude.lock.yml |
Regenerated lockfile cleanup step. |
.github/workflows/smoke-call-workflow.lock.yml |
Regenerated lockfile heredoc identifiers. |
.github/workflows/schema-feature-coverage.lock.yml |
Regenerated lockfile heredoc identifiers. |
.github/workflows/necromancer.lock.yml |
Regenerated lockfile heredoc identifiers. |
.github/workflows/duplicate-code-detector.lock.yml |
Regenerated lockfile heredoc identifiers. |
.github/workflows/daily-observability-report.lock.yml |
Regenerated lockfile heredoc identifiers. |
.github/workflows/daily-fact.lock.yml |
Regenerated lockfile heredoc identifiers. |
.github/workflows/daily-cache-strategy-analyzer.lock.yml |
Regenerated lockfile heredoc identifiers. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 14/14 changed files
- Comments generated: 2
| @@ -88,7 +88,6 @@ imports: | |||
| with: | |||
| title-prefix: "[uk ai resilience] " | |||
| expires: 3d | |||
Comment on lines
+55
to
+57
| 3. Load BMAD reference material from `bmad-code-org/BMAD-METHOD`: | ||
| - `README.md` (required) | ||
| - If available, also load one or two docs files under `docs/` that clarify workflow philosophy. |
Collaborator
|
@copilot inline instructions |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Done in 4de7018. I switched the BMAD reviewer workflow to inline-only instructions and removed runtime external instruction fetching; the workflow now explicitly points to Step 2 as the authoritative BMAD frame. |
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.
This PR adds a dedicated PR code-review workflow grounded in the BMAD Method so reviews follow a structured, scale-adaptive frame instead of ad hoc heuristics. It also wires the workflow into slash-command routing for on-demand invocation.
Workflow:
bmad-pr-code-reviewer.github/workflows/bmad-pr-code-reviewer.mdwith PR review triggers (pull_request.ready_for_review) and centralized slash command trigger (/bmad-review).Routing integration
.github/workflows/agentic_commands.ymlto register:/bmad-review -> bmad-pr-code-reviewerfor PR comment/review comment events.Compiled artifact
.github/workflows/bmad-pr-code-reviewer.lock.yml.