Add milestones capability - #2591
Conversation
🔒 PR Risk Scan ResultsScanned 2 changed file(s).
✅ No matching risk patterns were detected in changed files.
|
🔍 Vally Lint Results✅ All checks passed
Summary
Full linter output |
There was a problem hiding this comment.
Pull request overview
This PR extends the existing github-issues skill with milestone management guidance. It adds a new reference document describing how to create, read, update, close, reopen, delete, and manage issues within GitHub milestones via the REST API (gh api), and wires that reference into the skill's capability table and generated docs. This fits the repository's pattern of documenting extended capabilities in dedicated per-topic reference files that the agent loads on demand.
Changes:
- Added
references/milestones.mddocumenting milestone CRUD operations and issue-to-milestone assignment usinggh api. - Registered the new capability in the
SKILL.md"Extended Capabilities" table. - Regenerated
docs/README.skills.mdso thegithub-issuesrow lists the new reference file.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
skills/github-issues/references/milestones.md |
New reference file with gh api recipes for listing, getting, creating, updating, closing, reopening, deleting milestones and assigning/removing issues, plus usage rules. |
skills/github-issues/SKILL.md |
Adds a "Milestones" row to the Extended Capabilities table linking to the new reference. |
docs/README.skills.md |
Regenerated skills doc so the github-issues entry includes references/milestones.md. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.mainbranch for this pull request.Description
Add milestone management guidance to the github-issues skill.
Type of Contribution
Additional Notes
@all-contributors add @alx-so for Skills
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.