debug-sequence-probe-check
Debug-only ACP sequence probe step that validates handoff and workspace sentinel expectations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Debug-only ACP sequence probe step that validates handoff and workspace sentinel expectations.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Draft a LaTeX literature review section. Use this skill when user wants to create an introduction and/or related work section for a research paper. Ensure you can access to the Zotero library through zotero-bridge CLI.
Debug-only ACP sequence probe step that runs a configurable countdown script before producing a structured result with handoff verification.
Dynamic HTML generator for literature deep-reading. Use when the user wants to read a paper in depth. Ensure you can access to the Zotero library through zotero-bridge CLI.
Prepare the context for create topic synthesis workflow. Use this skill when user wants to create a new topic. DO NOT invoke unless you can access to the Zotero library through zotero-bridge CLI.
Draft the topic-level core synthesis and knowledge graph completion based on the analysis context from the prepare phase. Use this skill after create/update-topic-synthesis-prepare. DO NOT invoke this skill directly.
Assess library coverage & evidence reliability, propose collection supplementation, and generate the final summary of a topic. Use this skill after topic-synthesis-core-enrichment. DO NOT invoke this skill directly.
| name | debug-sequence-probe-check |
| description | Debug-only ACP sequence probe step that validates handoff and workspace sentinel expectations. |
This skill is only for Zotero Agents debug workflows. Do not write Zotero items, notes, preferences, or external files. Use the current working directory as the ACP run workspace.
Read the provided input and parameter values from the run prompt. Produce a
single JSON object on stdout.
Rules:
probe_id from parameter.probe_id.parameter.expect_handoff_present is true, input.handoff must exist.parameter.expect_handoff_present is false, input.handoff must be
absent.input.public_marker when present.input.handoff.public_marker when input.handoff exists.parameter.expected_public_marker when provided.parameter.forbid_secret_marker is true, input.secret_marker and
input.handoff.secret_marker must both be absent.parameter.expected_secret_marker when provided.parameter.sentinel_path when provided.parameter.expected_sentinel is present, that file must exist under
the current working directory.absent, that file must not exist.parameter.expect_artifact_file is true, input.artifact_file must be
a readable file path.parameter.expect_artifact_file is not true, ignore
input.artifact_file.status: "ok" only if all checks pass. Otherwise return
status: "failed" and include failing checks in checks and diagnostics.assets/output.schema.json.