Workbench Capy Process Check
Use this skill when the task asks to observe Capy in real time through Brave,
Computer Use, or a Capy PR/thread panel.
Required Reads
docs/capy-process-check-lane.md
- Current Capy UI state through the approved browser/computer surface
- GitHub CLI or git state when the check concerns PR, branch, CI, merge, or
repository status
Rules
- Treat Capy UI as supporting evidence, not the source of truth.
- Confirm PR and merge claims with GitHub CLI or repo state.
- Do not click OAuth, merge, publish, permission, or destructive controls unless
the human explicitly approves that exact action.
- Do not copy private thread URLs, screenshots, raw logs, cookies, OAuth codes,
tokens, or unrelated private UI into public docs.
- If the browser page asks for credentials or new access, stop unless that exact
access was approved.
Report Contract
Always report:
CAPY_PROCESS_CHECK
target:
browser_app:
capy_surface:
observed_state:
ui_evidence:
cli_evidence:
repo_evidence:
source_of_truth:
action_taken:
residual_risk:
verdict: PASS | FLAG | BLOCK
PASS requires UI state and primary evidence to agree. FLAG means the lane is
usable but evidence is incomplete or stale. BLOCK means a permission, secret,
wrong target, or evidence mismatch prevents action.
1---2name: workbench-capy-process-check3description: Use when checking live Capy task or PR state through Brave, Computer Use, or a Capy browser panel.4---56# Workbench Capy Process Check78Use this skill when the task asks to observe Capy in real time through Brave,9Computer Use, or a Capy PR/thread panel.1011## Required Reads12131. `docs/capy-process-check-lane.md`142. Current Capy UI state through the approved browser/computer surface153. GitHub CLI or git state when the check concerns PR, branch, CI, merge, or16 repository status1718## Rules1920- Treat Capy UI as supporting evidence, not the source of truth.21- Confirm PR and merge claims with GitHub CLI or repo state.22- Do not click OAuth, merge, publish, permission, or destructive controls unless23 the human explicitly approves that exact action.24- Do not copy private thread URLs, screenshots, raw logs, cookies, OAuth codes,25 tokens, or unrelated private UI into public docs.26- If the browser page asks for credentials or new access, stop unless that exact27 access was approved.2829## Report Contract3031Always report:3233```text34CAPY_PROCESS_CHECK35target:36browser_app:37capy_surface:38observed_state:39ui_evidence:40cli_evidence:41repo_evidence:42source_of_truth:43action_taken:44residual_risk:45verdict: PASS | FLAG | BLOCK46```4748`PASS` requires UI state and primary evidence to agree. `FLAG` means the lane is49usable but evidence is incomplete or stale. `BLOCK` means a permission, secret,50wrong target, or evidence mismatch prevents action.51