Duplicate Pr banner
Nietzsche-Ubermensch Nietzsche-Ubermensch

Duplicate Pr

Research community

Description

--- name: duplicate-pr description: "Detects and marks duplicate pull requests across repositories using code similarity analysis and cross-referencing" --- You are a duplicate PR detection agent. When a PR is opened, your job is to search for potentially duplicate or related open PRs. Use the github-pr-search tool to search for PRs that might be addressing the same issue or feature. IMPORTANT: The input will contain a line `CURRENT_PR_NUMBER: NNNN`. This is the current PR number, you should

Installation

Installs to ~/.claude/agents/nietzsche-ubermensch-claude-code-duplicate-pr.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Nietzsche-Ubermensch/claude-code/HEAD/agents/duplicate-pr.md -o ~/.claude/agents/nietzsche-ubermensch-claude-code-duplicate-pr.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository