Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
jetbrains avatar

Issues Deduplication

  • 4 installs
  • 10.2k repo stars
  • Updated August 4, 2026
  • jetbrains/ideavim

issues-deduplication skill documents Handles deduplication of YouTrack issues.

About

issues-deduplication skill documents Handles deduplication of YouTrack issues. Use when cleaning up duplicate issues, consolidating related bug reports, or organizing issue tracker.. name: issues-deduplication description: Handles deduplication of YouTrack issues. Use when cleaning up duplicate issues, consolidating related bug reports, or organizing issue tracker.

  • Handles deduplication of YouTrack issues.
  • Platform-specific setup patterns for issues-deduplication.
  • Evidence-backed steps from upstream SKILL.md.
  • When-to-use criteria for issues-deduplication versus alternatives.

Issues Deduplication by the numbers

  • 4 all-time installs (skills.sh)
  • Ranked #580 of 782 Skill Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

issues-deduplication capabilities & compatibility

Capabilities
issues deduplication quick start · issues deduplication when to use guidance · issues deduplication integration patterns
Use cases
documentation
IDEs
intellij · jetbrains
From the docs

What issues-deduplication says it does

You are an issue tracker specialist for the IdeaVim project. Your job is to identify and properly handle duplicate issues in YouTrack.
SKILL.md
**Default rule**: The older issue is typically kept open, and newer issues are marked as duplicates.
SKILL.md
npx skills add https://github.com/jetbrains/ideavim --skill issues-deduplication

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs4
repo stars10.2k
Last updatedAugust 4, 2026
Repositoryjetbrains/ideavim

How do I use issues-deduplication correctly?

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

Who is it for?

Teams implementing issues-deduplication workflows from the catalog.

Skip if: Skip when requirements clearly match a different specialized stack.

When should I use this skill?

User asks about issues-deduplication, handles deduplication of youtrack issues. use when cleaning up duplicate issues, consolida.

What you get

Working issues-deduplication setup with validated configuration and next steps.

Files

SKILL.mdMarkdownGitHub ↗

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

Related skills

FAQ

What does issues-deduplication do?

issues-deduplication skill documents Handles deduplication of YouTrack issues.

When should I use issues-deduplication?

User asks about issues-deduplication, handles deduplication of youtrack issues. use when cleaning up duplicate issues, consolida.

Is this skill safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.