Run a steerable adversarial review that challenges the implementation
Cancel an active background OpenClaude job
Delegate investigation or fix to OpenClaude via the rescue subagent
Show the final output of a finished OpenClaude job
Run an OpenClaude code review against local git state
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code 플러그인으로, OpenClaude(멀티 프로바이더 코딩 에이전트 CLI)를 통해 코드 리뷰와 작업을 다른 모델에게 위임합니다.
| 커맨드 | 설명 |
|---|---|
/oc:review | OpenClaude로 현재 git 변경사항 코드 리뷰 |
/oc:adversarial-review | 구현의 약점과 트레이드오프를 압박하는 적대적 리뷰 |
/oc:rescue | Claude가 막혔을 때 OpenClaude에 작업 위임 |
/oc:status | 실행 중/완료된 잡 목록 조회 |
/oc:result | 완료된 잡의 결과 출력 |
/oc:cancel | 실행 중인 잡 취소 |
/oc:setup | 설치 상태 확인 및 플러그인 설정 |
npm install -g @gitlawb/openclaude
/plugin marketplace add jeongsk/openclaude-plugin-cc
/plugin install oc@openclaude-cc
/reload-plugins
/oc:setup
/oc:review
/oc:review --base main
/oc:review --provider openai --model gpt-4o
/oc:review --wait
/oc:adversarial-review
/oc:adversarial-review 에러 처리와 롤백 안전성에 집중해줘
/oc:rescue 이 버그의 원인을 찾아서 수정해줘
/oc:rescue --resume # 이전 작업 이어서
/oc:rescue --fresh # 새 세션으로 시작
/oc:review --provider openai --model gpt-4o
/oc:review --provider gemini --model gemini-2.0-flash
/oc:review --provider ollama --model qwen2.5-coder:7b
플래그 없이 사용하면 OpenClaude의 기본 프로바이더 프로필을 사용합니다.
/oc:review --background # 백그라운드에서 리뷰 시작
/oc:status # 진행 상태 확인
/oc:result # 완료 후 결과 조회
Claude가 응답하기 전에 OpenClaude가 검토하도록 설정:
/oc:setup --enable-review-gate # 활성화
/oc:setup --disable-review-gate # 비활성화
openclaude -p 서브프로세스를 spawn하는 Process-based 방식으로 동작합니다. JSON-RPC나 앱 서버 없이 표준 stdio로 통신합니다.
Claude Code → oc-companion.mjs → openclaude -p → 멀티 프로바이더 API
잡 상태는 ~/.openclaude-plugin/ 하위에 파일로 저장됩니다.
# 테스트 실행
node --test tests/*.test.mjs
# 동작 확인
node plugins/oc/scripts/oc-companion.mjs setup
openclaude >= 0.1.7MIT
npx claudepluginhub jeongsk/openclaude-plugin-cc --plugin ocConfigure a custom status line for Claude Code to display contextual information like model name, directory, and git branch at the bottom of the interface.
Feature-Sliced Design 아키텍처 개발 지원 플러그인 - 구조 생성, 규칙 검증, 마이그레이션 가이드
Figma Dev Mode MCP 도구를 활용한 디자인-코드 변환 지원 플러그인
Git workflow automation: commit and commit-push commands
React Flow 라이브러리 개발 지원 플러그인 - 최신 문서 참조, 코드 생성, 예제 제공
Use the Pi coding agent from Claude Code to review code or delegate tasks.
Use Copilot from Claude Code to review code or delegate tasks.
Use Codex from Claude Code to review code or delegate tasks.
Use Qwen Code from Claude Code to delegate investigation, implementation, and review tasks.
Cross-agent review workflow: Claude implements, Codex reviews
Use Gemini CLI from Claude Code to review code or delegate tasks.