source-command-dedupe

Identify up to three likely duplicate GitHub issues using the gh CLI.

Updated May 11, 2026
One-click install
npx skills add https://github.com/zmh13928433602-sys/lobe-chat --skill source-command-dedupe-zmh13928433602-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: source-command-dedupe
Source: https://github.com/zmh13928433602-sys/lobe-chat/tree/main/.agents/skills/source-command-dedupe
Command: npx skills add https://github.com/zmh13928433602-sys/lobe-chat --skill source-command-dedupe-zmh13928433602-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps identify up to three likely duplicate GitHub issues for a given issue, reducing duplication and streamlining triage.

Core Features & Use Cases

  • Duplicate detection workflow: Validates the issue's status, checks whether it already has duplicates, and summarizes the issue before searching.
  • Parallel search orchestration: Spawns multiple search agents with varied keywords to surface potential duplicates.
  • Actionable results: Returns a concise list of up to three duplicate issue references for quick review and commenting.

Quick Start

Identify up to three likely duplicate issues for a specified GitHub issue.

Frequently Asked Questions about source-command-dedupe

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

FAQPage Schema
How do I find duplicate GitHub issues automatically during triage?

To find duplicate GitHub issues during triage, this Skill validates issue status, checks existing duplicates, summarizes content, and orchestrates parallel keyword searches to return up to three likely references.

What is the best way to consolidate similar GitHub issue reports across repositories?

The best way to consolidate similar GitHub reports is orchestrating parallel search agents with varied keywords to surface up to three likely duplicates, then commenting with detected references for review.

Can I use the gh CLI to detect duplicate issues in migration scenarios?

Yes, you can use the gh CLI to detect duplicate issues in migration scenarios by orchestrating a multi-step workflow that evaluates issue status and runs parallel searches for consolidation.

How does parallel search agent orchestration work for GitHub duplicate detection?

Parallel search agent orchestration for duplicate detection spawns multiple agents with varied keywords extracted from an issue summary, surfacing up to three potential matches for final comment posting.

Does this duplicate issue detection workflow check if duplicates already exist?

Yes, the duplicate issue detection workflow checks whether an issue already has existing duplicates before spawning parallel search agents, preventing redundant searches on previously triaged reports.

What limitations should I expect when finding up to three likely GitHub duplicates?

A limitation is that results are capped at three likely duplicate references, and detection relies on keyword-based parallel searches and issue summaries rather than semantic analysis of entire conversation threads.