Add PR review slash command#774
Merged
Merged
Conversation
ef6ed89 to
15357b7
Compare
15357b7 to
b041152
Compare
Owner
Author
|
Findings: none blocking. Review notes:
Validation performed:
Merge decision: hold for primary/owner merge. This PR touches runtime/CLI behavior and adds a large new command surface (~1k LOC), so I am not self-merging it from the product-capability side-agent lane even though the focused validation passed. |
Owner
Author
|
Owner authorized self-merge in chat. Normal merge is blocked only by branch policy ( Findings: none blocking. Validation rerun before merge:
Boundary: public/private scan is clean for touched paths. Existing LoopX history duplicate-index warning is unrelated. Merge decision: self-merged with owner authorization. |
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
/loopx-pr-reviewslash command to the command catalog.loopx pr-review [--repo owner/repo]to build a guided review queue for the caller's current GitHub project by default, or an explicit repository target.Validation
python3 -m py_compile loopx/pr_review.py loopx/cli_commands/pr_review.py loopx/cli.py loopx/cli_commands/__init__.py loopx/slash_commands.pypython3 examples/pr-review-command-smoke.pypython3 examples/slash-command-catalog-smoke.pypython3 examples/global-manager-command-protocol-smoke.pypython3 examples/global-manager-command-cli-smoke.pygit diff --checkpython3 -m loopx.cli --format json check --scan-path loopx/pr_review.py --scan-path loopx/cli_commands/pr_review.py --scan-path loopx/slash_commands.py --scan-path docs/reference/protocols/pr-review-command-v0.md --scan-path docs/reference/protocols/global-manager-command-v0.md --scan-path examples/pr-review-command-smoke.py --scan-path examples/slash-command-catalog-smoke.pypython3 -m loopx.cli --format json pr-review --limit 1