tag-duplicate-prs-issues

Identify duplicate pull requests and issues in GitHub repositories using ghreplica and pr-search-cli.

4|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/Agent-Pattern-Labs/sparse-kernel --skill tag-duplicate-prs-issues-agent-pattern-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tag-duplicate-prs-issues
Source: https://github.com/Agent-Pattern-Labs/sparse-kernel/tree/main/.agents/skills/tag-duplicate-prs-issues
Command: npx skills add https://github.com/Agent-Pattern-Labs/sparse-kernel --skill tag-duplicate-prs-issues-agent-pattern-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ghreplica, prtags, pr-search-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of identifying duplicate pull requests (PRs) and issues, grouping them efficiently, and ensuring consistency in GitHub project maintenance.

Core Features & Use Cases

  • Duplicate PR/Issue Identification: Automatically search and flag duplicates based on problem context and code changes.
  • Efficient Triage: Organize identified duplicates into groups for streamlined review and action.
  • Use Case: A maintainer receives a new PR for a bug that was previously addressed in an older PR. The Skill identifies and groups these duplicates for easy handling.

Quick Start

Use the tag-duplicate-prs-issues skill to automatically group duplicates related to PR #1234 into a single prtags group.

Frequently Asked Questions about tag-duplicate-prs-issues

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

FAQPage Schema
How do I automatically find duplicate pull requests and issues in a GitHub repository?

Automatically finding duplicate pull requests and issues in GitHub requires analyzing problem context and code changes. This Skill uses ghreplica and pr-search-cli to identify duplicates, then groups them in prtags to streamline triage and reduce manual effort.

What is the best way to group duplicate GitHub PRs for efficient triage?

Grouping duplicate GitHub PRs for efficient triage is best handled by curating identified duplicates into a single prtags group. This Skill automates that organization by detecting related PRs based on context, reducing manual review effort and improving consistency.

Do I need to install ghreplica and pr-search-cli to detect duplicate GitHub issues?

Yes, you need to install ghreplica, prtags, and pr-search-cli to detect duplicate GitHub issues. The Skill requires all three dependencies to search repositories, identify duplicates, and organize them into curated groups.

How does duplicate PR detection work when a new PR addresses an older fixed bug?

Duplicate PR detection for a new PR addressing an older fixed bug works by searching problem context and code changes. The Skill identifies the previously addressed issue and groups the new PR with the older one in prtags for easy handling.

Can I use this Skill for triage automation across large GitHub repositories?

Yes, you can use this Skill for triage automation across GitHub repositories. It automates duplicate PR and issue identification and organization, reducing manual effort and improving consistency in codebase maintenance.