request-review이란?
코드 검토를 요청하고 결과를 tmux 창으로 라우팅합니다. 기본 흐름이 먼저 커밋됩니다. 선택적 옵트인 흐름은 커밋/푸시 없이 기존 커밋을 대상으로 할 수 있습니다. 출처: robertmsale/.codex.
코드 검토를 요청하고 결과를 tmux 창으로 라우팅합니다. 기본 흐름이 먼저 커밋됩니다. 선택적 옵트인 흐름은 커밋/푸시 없이 기존 커밋을 대상으로 할 수 있습니다.
명령줄에서 request-review AI 스킬을 개발 환경에 빠르게 설치
출처: robertmsale/.codex.
Use this skill when an agent needs to request code review and route the result back into a specific tmux pane.
Use a fully qualified stable pane identifier: : . . Avoid window-name-based targets because names can change with the active command. When assigned via $assign-agent, use the exact pane target provided by the orchestrator.
Do not compute pane targets dynamically in worker sessions (for example, do not use tmux display-message to discover pane id for review routing).
코드 검토를 요청하고 결과를 tmux 창으로 라우팅합니다. 기본 흐름이 먼저 커밋됩니다. 선택적 옵트인 흐름은 커밋/푸시 없이 기존 커밋을 대상으로 할 수 있습니다. 출처: robertmsale/.codex.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/robertmsale/.codex --skill request-review코드 검토를 요청하고 결과를 tmux 창으로 라우팅합니다. 기본 흐름이 먼저 커밋됩니다. 선택적 옵트인 흐름은 커밋/푸시 없이 기존 커밋을 대상으로 할 수 있습니다. 출처: robertmsale/.codex.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/robertmsale/.codex --skill request-review 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/robertmsale/.codex