一键导入
editorbridge-document-patch
Apply safe whole-document edits in GUI editors through EditorBridge snapshots and patch verification.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Apply safe whole-document edits in GUI editors through EditorBridge snapshots and patch verification.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Choose safe EditorBridge automation modes for MarkEdit, Textastic, TextEdit, and iA Writer.
Safely rewrite selected text in MarkEdit, Textastic, TextEdit, or iA Writer through EditorBridge.
| name | editorbridge-document-patch |
| description | Apply safe whole-document edits in GUI editors through EditorBridge snapshots and patch verification. |
Use this skill when the user asks for a document-wide edit in MarkEdit, Textastic, TextEdit, or iA Writer.
Prefer native tools named editor_* when available. If native tools are unavailable, use the editorbridge-mcp server with the same tool names.
Workflow:
editor_check_permissions when permission status is unknown.editor_snapshot before proposing or applying a whole-buffer mutation.path is absent.editor_preview_patch with unified_diff or literal patch hunks before mutation.editor_apply_patch with snapshot_id after verifying the patch preview.editor_apply_text with snapshot_id.editor_restore_snapshot if the applied result is wrong and a restore is safe.Never call editor_apply_text without snapshot_id unless the user explicitly accepts the no-snapshot risk. Treat stale snapshot errors as a stop condition, then capture a new snapshot and re-plan.