Loading...
Loading...
Detect duplicate GitHub issues using semantic search and keyword matching. Use when asked to find duplicates, check for similar issues, or set up automated duplicate detection.
npx skill4agent add warpdotdev/oz-skills github-issue-dedupeghgh issue view <number>gh issue comment <number> --body "This is potentially a duplicate of #123 and #456."Title: "Dropdown menu stays open on mobile Safari"
Body: Clicking menu items doesn't close dropdown on iOSgh issue list --search "dropdown mobile safari"
gh issue list --search "menu doesn't close"
gh issue view 87 # Found similar issueTitle: "Mobile menu not closing after selection"
Body: On iOS Safari, menu stays open after clicking itemsTitle: "Form validation error on submit"
Error: "Cannot read property 'value' of null"gh issue list --search "form validation"
gh issue list --search "Cannot read property value null"
gh issue view 175Title: "Form submission fails"
Error: "Cannot read property 'email' of undefined"Title: "Build fails with 'module not found' error"
Error: Error: Cannot find module './config'gh issue comment 300 --body "This is potentially a duplicate of #250 and #280."