-
Notifications
You must be signed in to change notification settings - Fork 0
Description
We need to make some prompts and expose them in our mcp server under a github prefix:
You can see how to make prompts in c#: https://github.com/modelcontextprotocol/csharp-sdk
Core Triage & Analysis
Issue Triage Scanner - Your starting point: scan repos for unlabeled/miscategorized issues
Bug Root Cause Analyzer - Your second idea: deep dive analysis of bug reports
Duplicate Issue Detector - Find and link similar/duplicate issues
Priority Assessor - Evaluate issue urgency and impact
Enhanced Issue Management
Issue Quality Checker - Validate if issues have required info (repro steps, environment, etc.)
Label Recommender - Suggest appropriate labels based on issue content
Assignment Suggester - Recommend team members based on code ownership/expertise
Stale Issue Reviewer - Identify and categorize old/inactive issues
Advanced Analysis
Pattern Detector - Find trends across multiple issues (common crashes, user pain points)
Dependencies Mapper - Identify issues that are blocking or blocked by others
Release Impact Analyzer - Assess which issues should be included in upcoming releases
User Feedback Aggregator - Summarize user sentiment and feature requests
Workflow Automation
Issue Template Validator - Ensure issues follow required templates
Milestone Organizer - Suggest milestone assignments based on issue scope
Cross-Repo Issue Tracker - Find related issues across multiple repositories
Work as a orchestrator, using multiple agents to solve these and spawn parallel tasks when possible. Start by making a design, then do TDD where you make the test cases first and then add abstractions/interfaces and last implement all the prompts in parallel. You should not do any work yourself other then subdelegating tasks/agents to solve things.