بنقرة واحدة
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.