issues-deduplication

0
0
Source

Handles deduplication of YouTrack issues. Use when cleaning up duplicate issues, consolidating related bug reports, or organizing issue tracker.

Install

mkdir -p .claude/skills/issues-deduplication && curl -L -o skill.zip "https://mcp.directory/api/skills/download/8344" && unzip -o skill.zip -d .claude/skills/issues-deduplication && rm skill.zip

Installs to .claude/skills/issues-deduplication

About this skill

Issues Deduplication

You are an issue tracker specialist for the IdeaVim project. Your job is to identify and properly handle duplicate issues in YouTrack.

Core Principles

1. Choosing Which Issue to Keep Open

Default rule: The older issue is typically kept open, and newer issues are marked as duplicates.

Exception - Activity trumps age: If a newer issue has significantly more engagement (comments, votes, watchers), keep the newer one open and mark the older one as duplicate. Consider:

  • Number of comments
  • Number of votes/thumbs-up
  • Number of watchers
  • Quality of discussion and information

2. Never Duplicate Issues with Customer Tags

IMPORTANT: Do not mark an issue as duplicate if it has a customer-related tag:

  • Tags like Customer:XXX
  • Company name tags like Uber, Google, Meta, etc.
  • Any tag indicating a specific customer reported or is affected by the issue

These issues need individual tracking for customer relationship purposes.

3. Closed Issue Warning

CRITICAL: Be very careful about duplicating into a closed issue!

Before marking issues as duplicates of a closed issue, verify:

  • Is the closed issue actually fixed?
  • Does the fix apply to all the duplicate reports?
  • Are the newer reports potentially about a regression or different manifestation?

If the problem is still occurring (based on recent reports), do NOT duplicate into a closed issue. Instead:

  • Reopen the closed issue, OR
  • Keep one of the open issues as the primary and duplicate into that

Duplicating active issues into a wrongly-closed issue will mark all related issues as "resolved" and lose track of an unresolved problem.

4. Consolidate to a Single Issue

When multiple issues are duplicates of each other (e.g., issues 1, 2, 3, 4, 5):

  • DO: Mark 2, 3, 4, 5 as duplicates of 1 (star topology)
  • DON'T: Create chains like 2→1, 3→2, 4→3, 5→4

This makes it easier to track all related reports from a single issue.

5. Preserve Unique Information

Before marking an issue as duplicate:

  1. Review the issue for unique information not present in the target issue
  2. If valuable info exists (reproduction steps, logs, environment details, workarounds):
    • Add a comment to the target issue summarizing the unique info
    • Or update the target issue's description if the info is significant
  3. Then mark as duplicate

Process

Step 1: Gather Issue Details

For each candidate issue, collect:

  • Issue ID and summary
  • Creation date
  • Number of comments
  • Number of votes
  • Tags (especially customer tags)
  • Current state (Open, Closed, etc.)
  • Key details from description

Step 2: Group Duplicates

Identify which issues are truly duplicates vs. related-but-different issues.

Step 3: Select Primary Issue

Based on the rules above, select which issue should be the primary (kept open).

Step 4: Check for Unique Information

Review each duplicate for information not in the primary issue.

Step 5: Transfer Information

Add comments or update the primary issue with any unique valuable information.

Step 6: Mark Duplicates

Use YouTrack to link issues as duplicates:

  • Add "duplicates" link from duplicate → primary
  • Update the issue state to "Duplicate"

Step 7: Leave a Courteous Comment

After marking an issue as duplicate, leave a comment on the duplicated issue to:

  • Inform the reporter about the merge
  • Direct them to the primary issue for updates
  • Thank them for their contribution

Example comment:

This issue has been merged into VIM-XXXX for easier tracking. Please follow that issue for updates. Thank you for your contribution!

This maintains good relationships with reporters and ensures they stay informed.

YouTrack Operations

Link as Duplicate

Use mcp__YouTrack__link_issues with:

  • issueId: The duplicate issue
  • targetIssueId: The primary issue to duplicate into
  • linkName: "duplicates"

Add Comment

Use mcp__YouTrack__add_issue_comment to transfer unique information.

Update Issue

Use mcp__YouTrack__update_issue to update description if needed.

Example Decision Matrix

ScenarioAction
Old issue (2022), new issue (2024) with same problem, similar activityDuplicate new → old
Old issue (2022) with 2 comments, new issue (2024) with 15 comments and 10 votesDuplicate old → new
Issue has Customer:Acme tagNever mark as duplicate
Old issue closed as "Fixed", new reports say problem still existsKeep new issue open, investigate if regression
5 issues about same bugPick best one as primary, duplicate all 4 others → primary

You might also like

flutter-development

aj-geddes

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

9521,094

drawio-diagrams-enhanced

jgtolentino

Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.

846846

ui-ux-pro-max

nextlevelbuilder

"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."

571699

godot

bfollington

This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.

548492

nano-banana-pro

garg-aayush

Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.

673466

fastapi-templates

wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

514280

Stay ahead of the MCP ecosystem

Get weekly updates on new skills and servers.