docs(prompt-library): add github-issue-labeler intermediate prompt - #5002
Closed
Mohammed-Thaha wants to merge 3 commits into
Closed
docs(prompt-library): add github-issue-labeler intermediate prompt#5002Mohammed-Thaha wants to merge 3 commits into
Mohammed-Thaha wants to merge 3 commits into
Conversation
Contributor
|
Hey @Mohammed-Thaha thank you for contributing. The DCO check is failing, this link will tell you how to fix it. Thanks |
Signed-off-by: mohammed-thaha <mohammedthahacse@gmail.com>
Contributor
Author
|
Hi @EbonyLouis Thanks for the feedback, Ready for review! Thank you |
- Replace broken link with official GitHub MCP server repository - Ensure extension documentation is accessible to users Signed-off-by: mohammed-thaha <mohammedthahacse@gmail.com>
- Validates JSON structure and output format - Verifies GitHub API accessibility for target issue - Tests extension integration (GitHub MCP + Developer) - Provides copy-paste ready automation for issue triage - Meets all intermediate prompt requirements (2 extensions, structured output) Signed-off-by: mohammed-thaha <mohammedthahacse@gmail.com>
Collaborator
|
Was there a reason you closed this? o: @Mohammed-Thaha |
Contributor
Author
|
hey @taniandjerry thanks for asking |
Collaborator
|
Thank you for letting me know. Please make sure to link it to the appropriate issue (not issue hub) when you have it ready. @Mohammed-Thaha |
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.
Summary
Added intermediate prompt "GitHub Issue Labeler" to the Prompt Library. This prompt uses exactly 2 extensions (GitHub MCP server + Developer builtin) to analyze GitHub issues and suggest labels, triage comments, priority levels, and recommended assignees in structured JSON format. The prompt demonstrates integration between the GitHub MCP server for fetching issue data and the Developer extension for local analysis and JSON formatting.
Type of Change
Testing
Manual validation completed:
python3 -c "import json; json.load(open('github-issue-labeler.json'))"npx -y @modelcontextprotocol/server-githubdevelopergithub-issue-labeler.json→ "GitHub Issue Labeler"cargo build -p goose-cli && ./target/debug/goose --helpSubmission checklist verification:
Related Issues
Relates to #4997
Discussion: N/A
Screenshots/Demos (for UX changes)
Before: N/A
After: N/A
Email: mohammedthahacse@gmail.com