Skip to content

Update Matt Pocock skills reviewer to current upstream skill names - #42365

Merged
pelikhan merged 2 commits into
mainfrom
copilot/fix-agent-job-failure
Jun 29, 2026
Merged

Update Matt Pocock skills reviewer to current upstream skill names#42365
pelikhan merged 2 commits into
mainfrom
copilot/fix-agent-job-failure

Conversation

Copilot AI commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

The mattpocock-skills-reviewer workflow was failing in the agent job because it attempted to install upstream skills that no longer exist. This updates the workflow to the current mattpocock/skills surface and aligns the reviewer prompt with the installed skill set.

  • Root cause

    • gh skill install was still requesting removed/renamed skills:
      • diagnose → renamed upstream to diagnosing-bugs
      • zoom-out → removed upstream
  • Workflow updates

    • Replaced stale skill installs with current upstream names
    • Added required supporting skills now used by the upstream skill set:
      • codebase-design
      • domain-modeling
  • Prompt alignment

    • Updated the workflow’s documented skill list and usage guidance to match the installed skills
    • Replaced /zoom-out references with /codebase-design
    • Replaced /diagnose references with /diagnosing-bugs
    • Updated the PR triage skill mappings and example JSON to emit current skill names
  • Generated artifact

    • Recompiled mattpocock-skills-reviewer.lock.yml to reflect the workflow source change
for skill in diagnosing-bugs tdd improve-codebase-architecture grill-with-docs to-prd codebase-design domain-modeling; do
  gh skill install mattpocock/skills "${skill}" --dir "${SKILLS_DST}" --force
done

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 AI requested a review from pelikhan June 29, 2026 22:56
@pelikhan
pelikhan marked this pull request as ready for review June 29, 2026 22:56
Copilot AI review requested due to automatic review settings June 29, 2026 22:56
@pelikhan
pelikhan merged commit cfed479 into main Jun 29, 2026
19 checks passed
@pelikhan
pelikhan deleted the copilot/fix-agent-job-failure branch June 29, 2026 22:57

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 (diagnosediagnosing-bugs, removed zoom-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.yml to 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?
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.82.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants