dyadmulti-pr-review
Multi-agent code review system that spawns three independent Claude sub-agents to review PR diffs. Each agent receives files in different randomized order to reduce ordering bias. One agent focuses specifically on code health and maintainability. Issues are classified as
Installation
Pick a client and clone the repository into its skills directory.
Installation
About this skill
Multi-agent code review system that spawns three independent Claude sub-agents to review PR diffs. Each agent receives files in different randomized order to reduce ordering bias. One agent focuses specifically on code health and maintainability. Issues are classified as high/medium/low severity (sloppy code that hurts maintainability is MEDIUM). Results are aggregated using consensus voting - only issues identified by 2+ agents where at least one rated it medium or higher severity are reported. Automatically deduplicates against existing PR comments. Always posts a summary (even if no new issues), with low priority issues mentioned in a collapsible section.
How to use
- Zainstaluj skill w swoim środowisku Claude, dodając go do katalogu umiejętności projektu dyad. 2. Przygotuj pull request w repozytorium Git i upewnij się, że masz dostęp do GitHub CLI (gh). 3. Uruchom skill, podając numer PR lub URL pull requesta — jeśli nie podasz numeru, skill spróbuje automatycznie wnioskować go z bieżącego brancha. 4. Skill pobiera różnice kodu (diff) z PR i istniejące komentarze, następnie uruchamia trzy niezależne agenty do analizy. 5. Każdy agent otrzymuje pliki w innej losowej kolejności i klasyfikuje znalezione problemy jako HIGH, MEDIUM lub LOW. 6. Wyniki są walidowane poprzez analizę rozumowania (nie tylko liczenie głosów), a problemy już skomentowane są automatycznie odfiltrowane. 7. Skill publikuje podsumowanie z werdyktem merge (YES / NOT SURE / NO) oraz komentarze inline dla problemów o wysokiej i średniej ważności, a problemy o niskiej ważności umieszcza w sekcji zwijającej.