Duplicate test removal agent. Use in Step 4 (Refactoring) of the development workflow. Receives the list of test files added or modified in the current iteration, reads those files and any existing files in the same test class, identifies and removes true duplicates, merges…
$curl -o .claude/agents/test-deduplicator.md https://raw.githubusercontent.com/nowsprinting/unity-coding-skills/HEAD/agents/test-deduplicator.mdInstalls into the current project.
Install test-deduplicator by running `curl -o .claude/agents/test-deduplicator.md https://raw.githubusercontent.com/nowsprinting/unity-coding-skills/HEAD/agents/test-deduplicator.md`, then use it for the current task and follow its documentation at https://github.com/nowsprinting/unity-coding-skills.