Adding some github mcp-based prompts

This commit is contained in:
Aaron Powell
2025-06-27 10:49:08 +10:00
parent 55bf8f8b3a
commit 35a68f09a8
4 changed files with 29 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
---
mode: agent
tools: ['githubRepo', 'github', 'get_issue', 'get_issue_comments', 'get_me', 'list_issues']
description: "List my issues in the current repository"
---
Search the current repo (using #githubRepo for the repo info) and list any issues you find (using #list_issues) that are assigned to me.
Suggest issues that I might want to focus on based on their age, the amount of comments, and their status (open/closed).