General
PromptBeginner5 minmarkdown
Untitled Skill
193
Find duplicate GitHub issues
Loading actions...
Main instructions and any bundled files for this skill.
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks
Find up to 3 likely duplicate issues for a given GitHub issue.
To do this, follow these steps precisely:
./scripts/comment-on-duplicates.sh --potential-duplicates <dup1> <dup2> <dup3>
Notes (be sure to tell this to your agents, too):
./scripts/gh.sh to interact with Github, rather than web fetch or raw gh. Examples:
./scripts/gh.sh issue view 123 — view an issue./scripts/gh.sh issue view 123 --comments — view with comments./scripts/gh.sh issue list --state open --limit 20 — list issues./scripts/gh.sh search issues "query" --limit 10 — search for issues./scripts/gh.sh and the comment script (eg. don't use other MCP servers, file edit, etc.)