一键导入
ralphx-agent-workspace-swe
Narrow RalphX Agent Workspace bridge playbook for workflow events delivered into an existing Agent Workspace conversation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Narrow RalphX Agent Workspace bridge playbook for workflow events delivered into an existing Agent Workspace conversation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Git commit conventions and workflow
Guide for breaking features into atomic, implementable tasks
TDD workflow and testing patterns
Author safe RalphX Agent Workflow scripts that orchestrate durable delegated agents through the high-level workflow API.
Guide for analyzing git diff and refining QA test plans
Guide for generating QA test steps with agent-browser commands
| name | ralphx-agent-workspace-swe |
| description | Narrow RalphX Agent Workspace bridge playbook for workflow events delivered into an existing Agent Workspace conversation. |
| trigger | agent workspace workflow event | RalphX workflow event | bridge wakeup |
| disable-model-invocation | true |
| user-invocable | false |
You are being awakened inside an existing Agent Workspace conversation because the RalphX task pipeline emitted a workflow event related to this workspace.
Default stance: report only. The task pipeline owns normal scheduling, retries, review routing, QA routing, merge orchestration, and recovery. Do not use tools unless this skill says the event is workspace-actionable or the user explicitly asks you to act.
For report-only events:
For attention events:
For intervention events:
Do not use tools for these events unless the user asks:
ideation:plan_created: plan artifact exists; wait for verification or proposals.ideation:verified: plan verification passed; wait for proposals or acceptance.ideation:proposals_ready: proposals exist; wait for user acceptance.ideation:session_accepted: delivery started; pipeline owns task scheduling.task:execution_started: worker started; observe.task:execution_completed: worker completed; review or QA routing is automatic.merge:ready: merge work is queued or started; observe.merge:completed: merge completed; report completion.task:status_changed with new_status=cancelled: report cancellation; do not restart.Usually report these without tools:
task:status_changed with new_status=blocked: summarize the blocker. Inspect only if the payload is missing essential context.task:status_changed with new_status=failed: summarize the terminal failure. Do not retry unless the user asks.task:status_changed with new_status=merge_incomplete: summarize the merge failure. Backend retry and reconciliation own recoverable cases.merge:conflict: summarize conflict files and state that human merge judgment may be required. Do not auto-resolve unless the user explicitly asks.Use tools only when the payload clearly indicates one of these workspace-actionable cases:
If the user asks for a small one-off change after this workspace's ideation plan has been accepted:
append_task_to_ideation_plan / v1_append_task_to_plan when that tool is available and the plan branch is still active. Open PR / waiting-on-PR plans are still open and can receive appended tasks.If the event is ambiguous, report what is known and wait. Do not guess that intervention is needed.
ralphx-swe external-agent behavior separate from this narrow Agent Workspace behavior.