Trim unused Matt Pocock skills from skills-reviewer workflow - #52122
Merged
pelikhan merged 3 commits intoAug 11, 2026
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
…s-reviewer Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Optimize Matt Pocock Skills Reviewer for better efficiency
Trim unused Matt Pocock skills from skills-reviewer workflow
Aug 11, 2026
pelikhan
marked this pull request as ready for review
August 11, 2026 18:24
pelikhan
deleted the
copilot/agentic-token-optimizer-optimize-skills-reviewer
branch
August 11, 2026 18:24
Contributor
There was a problem hiding this comment.
Pull request overview
Removes two unreachable skills from the Matt Pocock reviewer workflow to reduce installation and prompt overhead.
Changes:
- Removes
/to-prdand/domain-modeling. - Regenerates the compiled workflow.
- Unintentionally replaces the slide deck with an LFS pointer.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/mattpocock-skills-reviewer.md |
Removes unused skills and prompt entries. |
.github/workflows/mattpocock-skills-reviewer.lock.yml |
Reflects the reduced skill set. |
docs/slides/index.md |
Replaces the slide source with an unrelated LFS pointer. |
Review details
Tip
Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 3/3 changed files
- Comments generated: 1
- Review effort level: Balanced
Comment on lines
+1
to
+3
| version https://git-lfs.github.com/spec/v1 | ||
| oid sha256:6dff7f23b04f978e62d3477279efb1ff7712e51495f0c54f3616daef510c2574 | ||
| size 10889 |
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 installed 7 skills and documented all of them in the always-loaded prompt, but thepr-triagesub-agent's skill mapping only ever recommends 5./to-prdand/domain-modelingwere unreachable dead weight on every run.Changes
mattpocock/skills/to-prdandmattpocock/skills/domain-modelingfrom theskills:install list.lock.ymlto reflect the reduced skill setNot addressed