소스 정보
- 저장소
- PiLastDigit/TRIP-workflow
- 최근 소스 활동
- 2026년 8월 3일 08:55
- 감지된 SKILL.md 언어
- 영어
- 스타
- 600
- 포크
- 89
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/PiLastDigit/TRIP-workflow --skill codex-plan-review명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | codex-plan-review |
| description | Iterative Codex CLI review of a planning document |
| argument-hint | <plan-path> [extra context] | reset <plan-path> | show <plan-path> |
Iterative review of a planning document via Codex CLI. State (thread ID, review text, event log) persisted under .claude/skills/codex-plan-review/state/<sanitized-path>.{thread,review.txt,events.ndjson}.
The companion codex-code-review skill shares the same scripts with its own prompt templates and STATE_DIR.
<plan-path> — auto: start if no thread, resume if exists. Trailing free-text is extra context.reset <plan-path> — drop state, next call starts fresh.show <plan-path> — display latest review without calling Codex.Parse $ARGUMENTS: extract action (reset/show/auto) and plan path.
Auto — try start.sh first (exit code 2 = thread exists -> use resume.sh):
bash .claude/skills/codex-plan-review/scripts/start.sh --prompt-file .claude/skills/codex-plan-review/prompts/start.tpl <plan-path> [extra]bash .claude/skills/codex-plan-review/scripts/resume.sh --prompt-file .claude/skills/codex-plan-review/prompts/resume.tpl <plan-path> [extra]Reset: bash .claude/skills/codex-plan-review/scripts/reset.sh <plan-path>
Show: bash .claude/skills/codex-plan-review/scripts/show.sh <plan-path>
Parse trailing tag:
APPROVED — tell user, done.REQUEST_CHANGES — engage critically: fix legitimate findings by editing the plan, push back on incorrect ones. Surface review verbatim, propose fixes, let user confirm.NEEDS_REWORK — surface to user before mass-editing.start.sh / resume.sh via the Bash tool with run_in_background: true — never as a foreground/inline command. Codex runs at xhigh effort routinely outlast the foreground command timeout; the background task notifies on completion, then read its output. reset.sh / show.sh are instant and fine in the foreground.CODEX_TIMEOUT=1800 (30 min) when invoking start.sh / resume.sh — a generous circuit breaker against hung runs, not a performance target; bump higher for unusually large targets rather than risk killing a legitimate run. Script default is 0 = no timeout. On expiry the script fails through the normal error path with a "timed out" message in the stderr tail. Requires GNU timeout/gtimeout (macOS: brew install coreutils); warns and runs unbounded if neither is present.codex-plan-review/scripts/_common.sh (implementation → gpt-5.6-luna at high effort on the fast service tier, plan/code review → gpt-5.6-sol at xhigh on standard routing; derived from STATE_DIR). Adjust that one file to your preferred models, or override per run via CODEX_MODEL / CODEX_EFFORT / CODEX_TIER env vars; the scripts echo the effective values.--sandbox read-only. Safe to invoke autonomously.*.events.ndjson.stderr. Run reset.sh and retry.--last). Concurrent reviews don't collide.{{EXTRA_PROMPT}}. Keep short.turn 1: start.sh -> REQUEST_CHANGES (A B C)
address A B C
turn 2: resume.sh -> REQUEST_CHANGES (A B addressed, C stale, new D)
address C D
turn 3: resume.sh -> APPROVED
SOC 직업 분류 기준