Дедупликация задач в YouTrack
productivity
issues-deduplication is a Claude Code skill that handles deduplication and consolidation of duplicate issues in YouTrack, modeled on the IdeaVim project workflow. It follows a structured seven-step process: gathering issue details (ID, creation date, comments, votes, tags, state), grouping true duplicates, selecting the primary issue, transferring unique information via comments or description updates, and marking duplicates using a star topology rather than chains. Critical rules include preserving customer-tagged issues (`Customer:XXX` or company names) from being marked as duplicates, avoiding duplication into incorrectly closed issues, and prioritizing engagement over age when a newer issue has significantly more votes or discussion. Operations are performed through YouTrack MCP tools: `link_issues`, `add_issue_comment`, and `update_issue`. Designed for teams cleaning up bloated issue trackers without losing reproduction steps, logs, or workarounds buried in duplicate reports.
- #issue-tracking
- #youtrack
- #deduplication
- #bug-management
- #issue-consolidation