ワンクリックで
runtime-verification
Validate affected runtime surfaces after build and CI using manual, API, or browser-backed verification
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Validate affected runtime surfaces after build and CI using manual, API, or browser-backed verification
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Time-boxed investigation of a technical question, feasibility study, or proof-of-concept — produces a findings artifact with a recommendation and optional backlog linkage
Time-boxed investigation of a technical question, feasibility study, or proof-of-concept — produces a findings artifact with a recommendation and optional backlog linkage
Usage: Build feature {task-id} with harness {harness-cmd}. Implements a requested feature by continuously looping a fast worker agent against a strict, passing-import but failing test harness until success is achieved.
Review and maintain institutional learnings in docs/compound/ so the compound library stays accurate, deduplicated, and evidence-backed
Risk-triggered plan reinforcement that deepens verification, rollback, and guardrail detail before plan review
Manages the full PR lifecycle: creation, review comment handling, CI remediation, and user-approved merge
SOC 職業分類に基づく
| name | runtime-verification |
| description | Validate affected runtime surfaces after build and CI using manual, API, or browser-backed verification |
Validate that the change works in the runtime surfaces it actually affects. Green tests are necessary; they are not always sufficient.
Invoke after CI is green, before merge, after merge, or after deployment whenever the work changes a runtime surface or rollout-sensitive behavior:
surface: (Required) One of cli, api, browser, background-job, or auto.target: (Optional) Path, URL, command, or subsystem to verify.mode: (Optional, default auto) One of manual, api, browser, or auto.context: (Optional) PR, task, branch, or feature context.docs/closure/{YYYY-MM-DD}-{slug}-runtime-verification.mdWhen the agent-intercom capability pack is installed, follow
.github/instructions/agent-intercom.instructions.md: broadcast which runtime surface is being
verified, keep the operator informed of pass / follow-up / fail outcomes, and use the intercom
clarification or standby flow when manual operator confirmation is part of the verification path.
When the browser-verification capability pack is installed, also follow
.github/instructions/browser-verification.instructions.md: verify server
availability first, choose headed vs headless mode intentionally, derive routes
from changed surfaces, and call out explicit human checkpoints for external
flows.
When the strict-safety capability pack is installed, also follow
.github/instructions/strict-safety.instructions.md: when verification exists
to prove or contain a risky action, keep the relevant ProposedAction,
ActionRisk, and current ActionResult visible in the verification record
rather than treating them as hidden implementation detail.
When the release-observability capability pack is installed, also follow
.github/instructions/release-observability.instructions.md: reference the
monitoring plan and rollback triggers during verification so the verification
report can confirm whether monitoring is active and rollback paths are ready.
Choose the lowest-cost verification that still gives confidence:
If surface=auto, infer the surface from the changed files and PR context. Record
the main invariants that must still hold after the change.
Before exercising the runtime surface, verify:
If the environment cannot support meaningful verification, return BLOCKED with the exact missing prerequisite instead of pretending the surface was tested.
browser-verification capability packWhen browser mode is selected:
Choose scenarios from the changed surface, not from convenience alone:
target when providedRecord:
ActionResult when the verification is tied to a high-risk, destructive, migration, or rollback-sensitive stepFor browser-backed verification:
Return one of:
Hand the following to operational-closure as a structured handoff:
ProposedAction entries and their current ActionResult when verification is tied to a high-risk or rollback-sensitive pathThe ship agent MUST invoke operational-closure even when verification is BLOCKED — a BLOCKED verdict is not equivalent to PASS and must be recorded as a closure condition.
This skill operates at Tier 2 (Standard) — runtime surface validation follows defined protocol.
Generated by autoharness | Template: runtime-verification/SKILL.md.tmpl