원클릭으로
session-id
Copy the current OpenCode session ID to clipboard. Triggers on /session-id.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Copy the current OpenCode session ID to clipboard. Triggers on /session-id.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Structured adversarial analysis protocol. Quick single-agent modes (challenge, panel, pre-mortem, red team) plus a decision-review protocol where one agent proposes, one critiques, the proposer revises, and a binding/advisory judge panel decides ADOPT/REVISE/REJECT/ESCALATE.
Track and verify custom patches to external dependencies. Register, audit, and verify patches survive updates. CRUD lifecycle for patch entries with post-update verification.
Register a new retryable error pattern in the error retry registry. Use when encountering errors that should trigger automatic retry.
Atlas-level review orchestration handler. Manages the complete review workflow — delegates review tasks, processes findings, enforces cycle limits, and prevents loops. Loaded by the orchestrator when REVIEW-ENFORCER fires.
Automated code review agent that analyzes git diffs and returns structured findings in CRITICAL/WARNING/INFO format. Loaded by sub-agents tasked with reviewing code changes.
Safety-critical operational pipeline for analyzing and executing OpenCode/OMO updates with explicit approval, patch preservation, rollback capability, and evidence-state discipline.
| name | session-id |
| description | Copy the current OpenCode session ID to clipboard. Triggers on /session-id. |
Run exactly this — nothing else:
SESSION_ID=$(opencode session list -n 1 --format json | jq -r '.[0].id') && echo "$SESSION_ID" | xclip -selection clipboard && echo "Copied: $SESSION_ID"
If it fails, just print the error. Done.