source-command-dedupe

Detects duplicate GitHub issues by querying issue summaries and filtering false positives.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/1154761334/it-bidding-copilot --skill source-command-dedupe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-command-dedupe
Source: https://github.com/1154761334/it-bidding-copilot/tree/main/frontend/.agents/skills/source-command-dedupe
Command: npx skills add https://github.com/1154761334/it-bidding-copilot --skill source-command-dedupe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps streamline issue management by identifying potential duplicate GitHub issues, reducing redundancy and saving time for project teams.

Core Features & Use Cases

  • Duplicate Issue Detection: Search for related issues on GitHub using diverse keywords and search strategies.
  • Issue Summarization: Generate concise summaries of existing issues to compare with new reports.
  • Use Case: When a developer reports a bug, this Skill can find similar past issues, helping to quickly determine if it is a duplicate before creating a new entry.

Quick Start

Use the source-command-dedupe skill to identify duplicates for a specific GitHub issue by providing its URL or number.

Frequently Asked Questions about source-command-dedupe

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically find duplicate GitHub issues in my repository?

To find duplicate GitHub issues, you can automate the process by querying issues with diverse keywords, generating summaries, and applying multiple search approaches to filter false positives. This reduces redundancy and saves triage time.

What is the best way to manage duplicate bug reports during issue triage?

The best way to manage duplicate bug reports is to use an automated workflow that queries existing GitHub issues, analyzes their summaries, and compares them against new reports to quickly determine if an entry is a duplicate.

Can I check a specific GitHub issue for duplicates using just the issue URL?

Yes, you can check a specific GitHub issue for duplicates by providing its URL or issue number. The system will then search for related issues using diverse keywords and summarize them for comparison.

How does automated issue deduplication handle false positives when searching GitHub?

Automated issue deduplication handles false positives by applying multiple search approaches to query GitHub issues and analyzing issue summaries to ensure reliable duplicate detection across bug reports and feature requests.

Does this issue deduplication workflow support feature requests and maintenance tasks?

Yes, the issue deduplication workflow supports project workflows handling bug reports, feature requests, and maintenance tasks. It queries GitHub issues and analyzes summaries to identify duplicates across these categories.