ワンクリックで
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.