mirror of
https://github.com/anthropics/claude-code.git
synced 2025-10-19 03:17:50 +03:00
Creates a script that identifies old issues without duplicate detection comments and triggers the existing claude-dedupe-issues workflow for each one. This helps ensure historical issues get proper duplicate detection coverage. Features: - Scans issues from configurable time period (default 30 days) - Skips issues that already have duplicate detection comments - Triggers existing workflow instead of duplicating logic - Includes dry-run mode and rate limiting for safety 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>