원클릭으로
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.