-
Notifications
You must be signed in to change notification settings - Fork 2.3k
docs(prompt-library): add github-issue-labeler intermediate prompt #5374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(prompt-library): add github-issue-labeler intermediate prompt #5374
Conversation
Signed-off-by: Mohammed Thaha <[email protected]>
| "extensions": [ | ||
| { | ||
| "name": "GitHub", | ||
| "command": "npx -y @modelcontextprotocol/server-github", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this MCP server no longer exists. Please use the current MCP server . you can find the command for it here https://block.github.io/goose/docs/mcp/github-mcp or here https://github.com/github/github-mcp-server
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @blackgirlbytes , thanks for reviewing my pr
I read the docs, they only mention the API endpoint and headers.
I switched Goose to Streamable HTTP (which works), but for documentation purposes, should I include a request header field in the JSON? If yes, how should it be defined?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can add this as the command goose session --with-streamable-http-extension "https://api.githubcopilot.com/mcp/" and then it should prompt them to add the headers
|
In addition to the feedback above, you'll want to add the DCO check, which you can fix here! Let me know if you have questions :) |
…nsion Signed-off-by: Mohammed Thaha <[email protected]>
748b8e5 to
7b9a4c4
Compare
EbonyLouis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for contributing! 🥳
* main: Feat/add mermaid chart rendering (#5377) Set up Datadog metrics for prompt injection detection (#5385) fix: restore --resume functionality for most recent session (#5401) Gemini again (#5390) docs(prompt-library): add github-issue-labeler intermediate prompt (#5374) docs: add Linux and Windows paths to uninstall section (#5371) fix: --session-id shouldn't work without --resume, but --name should (#5360) Auto-compact Threshold UI improvements (#5354) Filter preserved user messages to be text only. (#5391) include sessionId in tool request (#5394) feat: add PR Impact Analyzer prompt (#5375) docs: add blog post on configuring goose for team environments (#5380) migrating back with new chatrecall non underscore name (#5223)
* 'main' of github.com:block/goose: (132 commits) Fix/icon ii (#5413) Enable runtime access to provider name (#5399) fix: ensure trailing newline in files created by `text_editor` tool (#5336) docs: September 2025 Community All-Stars (#5411) make supports_cache_control async to avoid block in place (#5362) Send all the logs we output (#5363) Recipe variables (#5365) Feat/add mermaid chart rendering (#5377) Set up Datadog metrics for prompt injection detection (#5385) fix: restore --resume functionality for most recent session (#5401) Gemini again (#5390) docs(prompt-library): add github-issue-labeler intermediate prompt (#5374) docs: add Linux and Windows paths to uninstall section (#5371) fix: --session-id shouldn't work without --resume, but --name should (#5360) Auto-compact Threshold UI improvements (#5354) Filter preserved user messages to be text only. (#5391) include sessionId in tool request (#5394) feat: add PR Impact Analyzer prompt (#5375) docs: add blog post on configuring goose for team environments (#5380) migrating back with new chatrecall non underscore name (#5223) ...
…lock#5374) Signed-off-by: Mohammed Thaha <[email protected]> Signed-off-by: Blair Allan <[email protected]>
Summary
Added the intermediate prompt GitHub Open Issues Analyzer to the Prompt Library.
This prompt uses the GitHub MCP server and Developer extension to analyze open issues in a GitHub repository, summarizing each with labels, title, assignees, main problem, and links.
Type of Change
Testing
Related Issues
Relates to #4997
Screenshots/Demos (for UX changes)
Before: N/A
Goose Desktop Prompt Output
Email: [email protected]