Add extensive label management capabilities to the github-issues skill - #2855
Add extensive label management capabilities to the github-issues skill#2855alx-so wants to merge 1 commit into
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.
🟢 Approval recommended
It is a documentation-only addition whose commands are technically accurate, consistent with existing skill conventions, and correctly reflected in the regenerated README.
Pull request overview
This PR extends the existing github-issues skill with repository label management guidance. It adds a new reference document covering full CRUD operations on labels (list, create, rename/recolor, delete, clone) plus applying/removing/replacing labels on issues, and wires that reference into the skill's capability table and trigger description. The regenerated docs/README.skills.md keeps the marketplace README in sync. This is a documentation-only enhancement to an existing skill.
Changes:
- Added
references/labels.mddocumenting label discovery and CRUD via theghCLI andgh api, including default labels and usage rules. - Updated
SKILL.mddescription and Extended Capabilities table to surface the new label workflows and triggers. - Regenerated
docs/README.skills.mdto reflect the updated description and reference file list.
File summaries
| File | Description |
|---|---|
| skills/github-issues/references/labels.md | 新建 reference with gh-based label management commands, default labels, and usage rules. |
| skills/github-issues/SKILL.md | Expanded description/triggers and added a 标签 row to the capability table. |
| docs/README.skills.md | Regenerated skill entry with updated description and references/labels.md in the reference list. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
I couldn't determine any contributions to add, did you specify any contributions? |
|
@all-contributors add @alx-so for skills |
|
I couldn't determine any contributions to add, did you specify any contributions? |
|
@all-contributors add @alx-so for doc |
|
I've put up a pull request to add @alx-so! 🎉 |
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.mainbranch for this pull request.Description
Add label management capabilities to the github-issues skill, including instructions for performing full CRUD operations on issue labels.
Type of Contribution
Additional Notes
By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.