Issue Deduplicator
Find duplicate issues, link them together, and close redundant ones
Example Prompt
Find and clean up duplicate issues in our frontend repository
About
Scans your GitHub issue tracker for duplicate or near-duplicate issues by comparing titles, descriptions, and labels. It uses reasoning to assess similarity confidence, links related issues together with cross-references, and closes the redundant copies while preserving all context on the canonical issue.
Workflow Steps
List all open issues from the repository with titles, descriptions, and labels
๐ List IssuesReason through issue similarity to identify duplicate clusters with confidence scores
๐ง Structured ReasoningStore identified duplicate mappings in memory for reference and audit trail
๐ง Store MemoryComment on duplicate issues with cross-references and close the redundant copies
โ Create IssueTools Used
Create Issue
Create a new issue in a GitHub repository with title, body, labels, and assignees
List Issues
List open issues in a GitHub repository with filtering by label, assignee, or milestone
Store Memory
Persist a key-value pair to the agent's long-term knowledge graph memory
Structured Reasoning
Break down a complex problem into sequential reasoning steps with explicit chain-of-thought
Required MCP Servers
GitHub
Access GitHub repos, issues, PRs, and code search via the official MCP server
Memory (Knowledge Graph)
Persistent knowledge graph for storing and retrieving structured information across sessions
Sequential Thinking
Dynamic problem-solving through structured thought sequences with branching and revision