Before you install
You need:- An agent that supports Agent Skills.
- A Glean Feed MCP connection approved for the target workspace.
- GitHub tools, GitHub MCP, or local repository access for workflows that inspect code.
Choose skills interactively
Run the package install command, then select the workflows you want:Install one skill
Pick a workflow
Draft changelogs from GitHub PRs
github-prs-to-glean-changelog reads a GitHub release window, separates customer-visible changes from internal work, and proposes outcome-led Glean Feed entries. It can connect entries to related feedback when confident matches exist.
Required access:
- GitHub read access.
changelog:readto inspect existing entries.changelog:writeonly after you approve creating drafts or publishing.- Optional
feedback:readandroadmap:readfor related customer and delivery evidence.
Draft Glean Feed updates from merged GitHub PRs.
Evaluate a feature request
evaluate-feature-request compares a proposed request with Glean Feed feedback, roadmap work, shipped updates, and the current repository. It returns a supported verdict—pursue now, validate first, defer, decline, or already addressed—without changing workspace data.
Recommended access:
feedback:read,roadmap:read,changelog:read, andworkspace:read.- Repository access for current behavior, affected product areas, tests, and constraints.
Evaluate a request against customer and code evidence.
Triage product feedback
triage-product-feedback groups a selected feedback inbox by customer problem, identifies high-confidence duplicate candidates, separates request types, and recommends a next action for every inspected request. It does not merge, move, or reply to requests.
Recommended access:
feedback:read.- Optional
roadmap:read,changelog:read, and repository access for overlap checks.
Turn recent feedback into themes and next actions.
Review write actions
The evaluation and triage skills are read-only. The changelog skill shows the complete customer-facing text before it creates a draft. Publishing requires another explicit approval after the stored draft is shown because first publication can email subscribed customers.Next steps
Connect over MCP
Connect Glean Feed and approve a workspace.
Scopes
Review the access each workflow needs.