dedupe-issue-local

Normalize issue titles and cluster duplicates with repository-specific guidance.

30|4|Updated May 3, 2026
One-click install
npx skills add https://github.com/OniroHuaver/openwarp --skill dedupe-issue-local-onirohuaver
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: dedupe-issue-local
Source: https://github.com/OniroHuaver/openwarp/tree/main/.agents/skills/dedupe-issue-local
Command: npx skills add https://github.com/OniroHuaver/openwarp --skill dedupe-issue-local-onirohuaver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill unit offers repository-specific guidance for deduplication, enhancing the core dedupe-issue skill by focusing on warp-external issue handling.

Core Features & Use Cases

  • Specialized Deduplication: Specializes categories marked overridable by the dedupe-issue skill for warp-external issues.
  • Normalization Rules: Provides normalization rules for stripping prefixes and treating certain elements as non-blockers.
  • Duplicate Clustering: Assists in identifying and proposing duplicate clusters over time through the update-dedupe loop.

Quick Start

Run the dedupe-issue-local skill in your repository to implement specialized deduplication guidelines.

Frequently Asked Questions about dedupe-issue-local

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

FAQPage Schema
How do I detect duplicate issues in a local repository?▼

To detect duplicate issues locally, you need specialized deduplication guidance that normalizes issue titles, evaluates support evidence, and clusters duplicates. This skill provides repository-specific rules to identify and group matching issues without external dependencies.

What is issue deduplication and how does normalization work?▼

Issue deduplication is the process of identifying and grouping duplicate reports. Normalization works by stripping variable prefixes from issue titles and treating certain differing elements as non-blockers, allowing the core problem to be matched across multiple reports.

Can I customize duplicate detection rules for my specific repository?▼

Yes, you can customize duplicate detection for your specific repository. This skill specializes categories marked overridable by the core dedupe-issue skill, allowing you to define normalization rules that strip prefixes and treat specific elements as non-blockers.

Do I need external dependencies to run local issue deduplication?▼

No, you do not need external dependencies to run local issue deduplication. This skill requires no external dependencies, operating entirely on repository-specific guidance to normalize issue titles and cluster duplicates.

How do I group duplicate issues into clusters over time?▼

To group duplicate issues into clusters over time, you use the update-dedupe loop. This process assists in identifying and proposing duplicate clusters by continuously applying normalization rules to issue titles and support evidence.