update-dedupe

Analyze GitHub issue closure patterns to propose deduplication guidance updates.

144|16|Updated May 3, 2026
One-click install
npx skills add https://github.com/Terry-Mao/AICodingFlow --skill update-dedupe-terry-mao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-dedupe
Source: https://github.com/Terry-Mao/AICodingFlow/tree/main/.github/skills/update-dedupe
Command: npx skills add https://github.com/Terry-Mao/AICodingFlow --skill update-dedupe-terry-mao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, github, json, datetime, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps maintain and refine local issue deduplication guidelines by learning from recent closure patterns of duplicate issues.

Core Features & Use Cases

  • Learn from closure patterns: Aggregates evidence of issue duplications from closed issues and suggests updates.
  • Concise guidance: Provides clear, actionable recommendations for updating deduplication guidelines.
  • Use Case: Use this Skill after an update to GitHub to incorporate learnings from new issue closures, improving the effectiveness of your issue deduplication process.

Quick Start

Run the update-dedupe skill within your GitHub Actions workflow.

Frequently Asked Questions about update-dedupe

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate duplicate issue detection in GitHub repositories?

Automate duplicate issue detection by running Python scripts to analyze GitHub issue closure patterns, aggregating duplicate evidence to propose actionable updates to your triage guidelines.

How does issue closure pattern analysis improve triage automation?

Issue closure pattern analysis improves triage automation by processing closed issue data with Python scripts to extract duplicate evidence, then proposing targeted updates to your deduplication guidance.

Can I use this approach to update deduplication guidelines after a GitHub workflow change?

Yes, you can update deduplication guidelines after a GitHub workflow change by running the analysis within your GitHub Actions workflow to incorporate learnings from new issue closures.

What dependencies are needed for issue deduplication analysis with Python?

Issue deduplication analysis with Python requires the Python environment, the GitHub API or GitHub Actions workflow, JSON for data processing, and datetime libraries for handling issue closure timestamps.

What's the best way to refine issue triage guidelines using historical duplicate evidence?

The best way to refine issue triage guidelines is to aggregate historical duplicate evidence from closed issues, using Python scripts to process the data and generate concise, actionable recommendations for guideline updates.