dedupe-issue-local

$npx mdskill add warpdotdev/oz-for-oss/dedupe-issue-local

Specialize duplicate detection for oz-for-oss repositories.

  • Enables repo-specific override categories for deduplication logic.
  • Depends on the core dedupe-issue skill's overridable settings.
  • Updates known-duplicate clusters via weekly maintenance loops.
  • Captures closed issues matching canonical threads over time.
SKILL.md
.github/skills/dedupe-issue-localView on GitHub ↗
---
name: dedupe-issue-local
specializes: dedupe-issue
description: Repo-specific dedupe guidance for oz-for-oss. Only the categories declared overridable by the core dedupe-issue skill may be specialized here.
---

# Repo-specific dedupe guidance for `oz-for-oss`

This file is a companion to the core `dedupe-issue` skill. It does not
redefine the duplicate-detection algorithm, the similarity thresholds,
or the output contract. It only specializes the override categories the
core skill marks as overridable.

## Known-duplicate clusters

No known-duplicate clusters have been captured for this repository yet.
The weekly `update-dedupe` loop will propose additions here over time
when maintainers repeatedly close issues as duplicates of the same
canonical thread.
More from warpdotdev/oz-for-oss