ワンクリックで
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 職業分類に基づく
| 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.
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.