Update Matt Pocock skills reviewer to current upstream skill names - #42365
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
fix: update Matt Pocock skills reviewer skill list
Update Matt Pocock skills reviewer to current upstream skill names
Jun 29, 2026
Copilot created this pull request from a session on behalf of
pelikhan
June 29, 2026 22:56
View session
pelikhan
marked this pull request as ready for review
June 29, 2026 22:56
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the mattpocock-skills-reviewer gh-aw workflow to stop failing skill installation by switching to the current mattpocock/skills names, and updates the reviewer prompt text to match the new skill surface. The compiled lockfile is regenerated to reflect the workflow source change.
Changes:
- Replaced removed/renamed upstream skill installs (
diagnose→diagnosing-bugs, removedzoom-out) and added new installs (codebase-design,domain-modeling). - Updated prompt references and examples to use the current skill names (
/diagnosing-bugs,/codebase-design). - Recompiled
mattpocock-skills-reviewer.lock.ymlto match the updated workflow.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/mattpocock-skills-reviewer.md | Updates installed skills and aligns prompt references to current upstream skill names. |
| .github/workflows/mattpocock-skills-reviewer.lock.yml | Regenerated compiled workflow to reflect the markdown workflow changes. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 2
- Review effort level: Low
Comment on lines
302
to
306
| 3. Choose 1–2 `recommended_skills` from: | ||
| - `/diagnose` | ||
| - `/diagnosing-bugs` | ||
| - `/tdd` | ||
| - `/zoom-out` | ||
| - `/codebase-design` | ||
| - `/improve-codebase-architecture` |
Comment on lines
+187
to
190
| **`/codebase-design` guidance:** | ||
| - Does the change fit the broader architecture? | ||
| - Are new abstractions consistent with existing patterns? | ||
| - Could this change make the codebase harder to navigate? |
This was referenced Jun 30, 2026
Contributor
|
🎉 This pull request is included in a new release. Release: |
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.
The
mattpocock-skills-reviewerworkflow was failing in theagentjob because it attempted to install upstream skills that no longer exist. This updates the workflow to the currentmattpocock/skillssurface and aligns the reviewer prompt with the installed skill set.Root cause
gh skill installwas still requesting removed/renamed skills:diagnose→ renamed upstream todiagnosing-bugszoom-out→ removed upstreamWorkflow updates
codebase-designdomain-modelingPrompt alignment
/zoom-outreferences with/codebase-design/diagnosereferences with/diagnosing-bugsGenerated artifact
mattpocock-skills-reviewer.lock.ymlto reflect the workflow source change