docs(prompt-library): add github-issue-labeler intermediate prompt#5374
docs(prompt-library): add github-issue-labeler intermediate prompt#5374EbonyLouis merged 2 commits intoblock:mainfrom
Conversation
Signed-off-by: Mohammed Thaha <mohammedthahacse@gmail.com>
| "extensions": [ | ||
| { | ||
| "name": "GitHub", | ||
| "command": "npx -y @modelcontextprotocol/server-github", |
There was a problem hiding this comment.
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.
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.
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 <mohammedthahacse@gmail.com>
748b8e5 to
7b9a4c4
Compare
EbonyLouis
left a comment
There was a problem hiding this comment.
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 <mohammedthahacse@gmail.com> Signed-off-by: Blair Allan <Blairallan@icloud.com>
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: mohammedthahacse@gmail.com