Agent skill

reviewing-code-multi-ai

Orchestrates multiple AI tools (Claude, Codex, Gemini, Droid) for comprehensive code review from multiple perspectives. Use for "멀티 AI 리뷰", "코드 리뷰", "종합 리뷰" requests or when thorough multi-agent review is needed.

Stars 10
Forks 1

Install this agent skill to your Project

npx add-skill https://github.com/jiunbae/agent-skills/tree/main/development/multi-ai-code-review

SKILL.md

Multi-AI Code Review

Orchestrates multiple AI reviewers for comprehensive code analysis.

Reviewers

Reviewer Strength Focus
Claude Logic, architecture Design patterns, edge cases
Codex Code quality Bugs, optimizations
Gemini Documentation Readability, comments
Droid Security Vulnerabilities, best practices

Quick Start

bash
# Review staged changes
git diff --cached > /tmp/diff.txt

# Run reviewers in parallel (background)
# Each saves to .context/reviews/{reviewer}.md

Workflow

Step 1: Collect Changes

bash
# For PR review
gh pr diff <number> > /tmp/changes.diff

# For local changes
git diff HEAD~1 > /tmp/changes.diff

Step 2: Run Reviewers

Each reviewer analyzes from their perspective and saves:

  • .context/reviews/claude.md
  • .context/reviews/codex.md
  • .context/reviews/gemini.md

Step 3: Merge Results

Combine all reviews into unified report:

  • Critical issues (all reviewers agree)
  • Suggestions (reviewer-specific)
  • Approved aspects

Output Format

markdown
## Code Review Summary

### 🔴 Critical (consensus)
- [file:line] Issue description

### 🟡 Suggestions
- **Claude**: Architecture improvement
- **Codex**: Performance optimization
- **Gemini**: Documentation needed

### ✅ Approved
- Error handling looks good
- Test coverage adequate

Best Practices

  • Use 2-3 reviewers for balance
  • Run in background for large diffs
  • Prioritize consensus issues

Expand your agent's capabilities with these related and highly-rated skills.

jiunbae/agent-skills

implementing-in-background

Orchestrates multiple AI agents (Claude, Codex, Gemini) for parallel implementation in the background. Separates independent tasks from planning docs, each agent writes code directly. Context-safe with auto-save. Use for "백그라운드 구현", "bg impl", "병렬 구현", "Codex로 구현", "구현해줘", "코드 작성해줘" requests.

10 1
Explore
jiunbae/agent-skills

review-fix-loop

Autonomous review-fix cycle that continuously reviews code using background-reviewer, fixes issues, and repeats until all findings are resolved. Use for "리뷰 루프", "자동 개선", "review fix loop", "리뷰 반복", "코드 개선 루프", "keep reviewing" requests.

10 1
Explore
jiunbae/agent-skills

planning-in-background

Orchestrates multiple AI agents (Claude, Codex, Gemini) for parallel planning in the background with auto-save. Agents continue running even when session hits context limits. Use for "백그라운드 기획", "bg plan", "병렬 기획", "멀티 AI 기획", "기획해줘", "N명이 기획", "계획", "플래닝", "plan", "설계" requests.

10 1
Explore
jiunbae/agent-skills

background-reviewer

Orchestrates multi-LLM parallel code review using Claude, Codex, and Gemini. Each agent reviews from a different perspective using agent personas (security, architecture, code quality, performance). Supports persona-based review via `agt persona review`. Use for "코드 리뷰", "리뷰해줘", "bg review", "멀티 리뷰", "background review", "페르소나 리뷰" requests.

10 1
Explore
jiunbae/agent-skills

managing-context

Discovers and loads relevant project context from markdown documentation before each task. Matches context documents based on keywords, file paths, and task types. Use at task start to access project plans, architecture, and implementation status.

10 1
Explore
jiunbae/agent-skills

indexing-static-context

Provides an index of global static context files in ~/.agents/. Returns appropriate static file paths for natural language queries like "내 정보", "보안 규칙". Use when other skills or agents need to locate reference information.

10 1
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results