with one click
cross-model-review
gstack /codex 패턴 — 다중 AI 모델 합의 리뷰 (Claude + Ollama + Gemini)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
gstack /codex 패턴 — 다중 AI 모델 합의 리뷰 (Claude + Ollama + Gemini)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | cross-model-review |
| description | gstack /codex 패턴 — 다중 AI 모델 합의 리뷰 (Claude + Ollama + Gemini) |
| metadata | {"bashPattern":["cross.review","크로스","codex","multi.model","합의"],"priority":7} |
gstack의 크로스 모델 합의 패턴. 하나의 AI 모델만으로는 놓칠 수 있는 문제를 다중 모델 리뷰로 보완.
"Cross-model agreement is signal, not mandate." -- gstack ETHOS.md AI는 추천하고, 사용자가 결정한다.
kanban_sprint_cross_reviewkanban_sprint_gatekanban_sprint_cross_review(sprint_id, review_type="code", model="ollama")
이 스킬 실행 시 반드시 칸반보드에 기록한다.
실행 전:
# 1. 팀/티켓이 없으면 생성
curl -X POST http://localhost:5555/api/teams/{team_id}/tickets -H "Content-Type: application/json" -d '{"title":"스킬 실행: cross-model-review","priority":"medium"}'
# 2. 클레임
curl -X PUT http://localhost:5555/api/tickets/{ticket_id}/claim -H "Content-Type: application/json" -d '{"member_id":"agent-xxx"}'
# 3. progress_note
curl -X PUT http://localhost:5555/api/tickets/{ticket_id}/progress -H "Content-Type: application/json" -d '{"note":"스킬 실행 시작"}'
실행 후:
# 4. 산출물 등록
curl -X POST http://localhost:5555/api/tickets/{ticket_id}/artifacts -H "Content-Type: application/json" -d '{"creator_member_id":"agent-xxx","title":"결과","content":"...","artifact_type":"result"}'
# 5. Review 전환
curl -X PUT http://localhost:5555/api/tickets/{ticket_id}/status -H "Content-Type: application/json" -d '{"status":"Review"}'
gstack 기반 스프린트 플래너 — Think→Plan→Build→Review→Test→Ship→Reflect 워크플로우로 구조화된 스프린트 생성
U2DIA AI Agents — 에이전트 팀 생성/관리 및 칸반보드 실시간 모니터링
API 문서 자동 생성 — OpenAPI/Swagger 스펙, 엔드포인트 목록, 요청/응답 예시 자동 추출
AI 자동 코드 리뷰 — git diff 기반 변경사항 분석, 보안 취약점, 성능 이슈, 코드 스타일 검사. Ralph Loop 리뷰와 연동.
gstack /autoplan 패턴 — 프로젝트 자동 스캔 후 스프린트 계획 자동 생성
블로그/뉴스 모니터링