Add mattpocock-skills-reviewer agentic workflow#30122
Conversation
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/fa3a5897-7bba-48f4-9c70-a711413cc534 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/fa3a5897-7bba-48f4-9c70-a711413cc534 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
Hey One thing to address before merging:
If you'd like a hand, you can assign this prompt to your coding agent:
|
There was a problem hiding this comment.
Pull request overview
Adds a new agentic workflow that performs skills-based PR reviews using the mattpocock/skills APM package, and updates the repository’s action pin catalogs to include additional commonly-used major-version action refs.
Changes:
- Added
mattpocock-skills-reviewerworkflow (markdown source) that triggers onpull_request: ready_for_review, installsmattpocock/skills, and produces up to 10 inline review comments plus a submitted PR review via safe-outputs. - Added the compiled workflow lock file for the new workflow.
- Expanded action pin datasets to include
actions/cache/save@v4,actions/checkout@v4, andactions/setup-python@v5.
Show a summary per file
| File | Description |
|---|---|
pkg/workflow/data/action_pins.json |
Adds additional pinned action entries for major-version tags used in workflows/docs. |
pkg/actionpins/data/action_pins.json |
Mirrors the same new pinned action entries in the actionpins dataset. |
.github/workflows/mattpocock-skills-reviewer.md |
New Copilot workflow prompt/config for Matt Pocock skills-based PR reviews. |
.github/workflows/mattpocock-skills-reviewer.lock.yml |
Compiled lock output for the new workflow. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 4/4 changed files
- Comments generated: 0
.github/workflows/mattpocock-skills-reviewer.mdworkflow that:pull_request: types: [ready_for_review]mattpocock/skillsviashared/apm.mdshared/pr-review-base.mdfor base PR review setup.github/workflows/mattpocock-skills-reviewer.lock.ymlgenerated)make fmtSecurity Review
New secrets and actions introduced by this compilation:
GH_AW_PLUGINS_TOKENmicrosoft/apm-actionvia the existingshared/apm.mdshared workflow. Already used by all other workflows that install APM packages (e.g.,smoke-claude.md).microsoft/apm-actionmicrosoft/apm-action@v1.5.0insideshared/apm.md. Already trusted and used by all APM workflows in this repo. No new action pin introduced.