Skip to content

Trim unused Matt Pocock skills from skills-reviewer workflow - #52122

Merged
pelikhan merged 3 commits into
mainfrom
copilot/agentic-token-optimizer-optimize-skills-reviewer
Aug 11, 2026
Merged

Trim unused Matt Pocock skills from skills-reviewer workflow#52122
pelikhan merged 3 commits into
mainfrom
copilot/agentic-token-optimizer-optimize-skills-reviewer

Conversation

Copilot AI commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

The mattpocock-skills-reviewer workflow installed 7 skills and documented all of them in the always-loaded prompt, but the pr-triage sub-agent's skill mapping only ever recommends 5. /to-prd and /domain-modeling were unreachable dead weight on every run.

Changes

  • Frontmatter: Removed mattpocock/skills/to-prd and mattpocock/skills/domain-modeling from the skills: install list
  • Prompt: Removed the corresponding entries from the "Available Matt Pocock Skills" section
  • Lock file: Recompiled .lock.yml to reflect the reduced skill set

Not addressed

  • Fail-fast on safe-outputs MCP gateway 0-tools startup (the dominant cost driver) is a harness/gateway-level concern, not something fixable in this workflow's source
  • Trimming "Focus areas by skill" guidance was flagged as needing more run samples before acting

Copilot AI and others added 2 commits August 11, 2026 17:39
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
Copilot AI requested a review from pelikhan August 11, 2026 17:58
@pelikhan
pelikhan marked this pull request as ready for review August 11, 2026 18:24
Copilot AI balanced review requested due to automatic review settings August 11, 2026 18:24
@pelikhan
pelikhan merged commit 3b4ef7e into main Aug 11, 2026
@pelikhan
pelikhan deleted the copilot/agentic-token-optimizer-optimize-skills-reviewer branch August 11, 2026 18:24

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

Removes two unreachable skills from the Matt Pocock reviewer workflow to reduce installation and prompt overhead.

Changes:

  • Removes /to-prd and /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 thread docs/slides/index.md
Comment on lines +1 to +3
version https://git-lfs.github.com/spec/v1
oid sha256:6dff7f23b04f978e62d3477279efb1ff7712e51495f0c54f3616daef510c2574
size 10889
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.

[agentic-token-optimizer] Optimize Matt Pocock Skills Reviewer: drop unused skills, guard against timeout-driven AIC spikes

3 participants