check_duplicate_issue
Identify existing open GitHub issues that may match a proposed issue, using lexical ranking to surface candidate duplicates for AI confirmation.
Instructions
Find the most likely existing open GitHub issues that could be related to a proposed issue. This tool retrieves open issues and performs cheap lexical candidate ranking. Treat the returned issues as candidates only; semantic duplicate determination must be done by the AI. Do not call list_github_issues separately for duplicate checking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | GitHub repository name | |
| owner | Yes | GitHub repository owner | |
| description | Yes | Description of the proposed issue |