Add PR Duplicate Check agentic workflow (#954)

* Initial plan

* feat: add PR duplicate check agentic workflow

Adds a new GitHub Agentic Workflow that triggers on pull_request
events (opened, synchronize, reopened) to detect potential duplicate
agents, instructions, skills, and workflows being contributed via PR.

When relevant files are changed, the agent compares them against
existing resources and posts a comment on the PR listing any potential
duplicates with context and a suggestion. If no relevant files are
changed or no duplicates are found, it calls noop.

- .github/workflows/pr-duplicate-check.md: source workflow (gh-aw format)
- .github/workflows/pr-duplicate-check.lock.yml: compiled workflow

Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
This commit is contained in:
Copilot
2026-03-13 09:42:56 +11:00
committed by GitHub
parent af09f9c38e
commit 7f343aad22
2 changed files with 1131 additions and 0 deletions

1012
.github/workflows/pr-duplicate-check.lock.yml generated vendored Normal file

File diff suppressed because it is too large Load Diff