원클릭으로
notes-consolidate
Apply batch edits to notes using natural language — rename, retag, add cross-references, merge, or clean up a set of notes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Apply batch edits to notes using natural language — rename, retag, add cross-references, merge, or clean up a set of notes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
The user's personal note store, accessed via the `mor` CLI. Check here first when the user asks to recall, find, or reuse something they previously saved.
Bump version, commit, push, and create a GitHub release with changelog
Review the note store for quality issues — duplicates, stale content, broken links, tag inconsistencies, and cleanup opportunities
Reconcile docs (README, CLAUDE.md, man page, website) with the current source. Only fixes factual drift — does not rewrite prose.
Save a code snippet or piece of knowledge to the note store. Use when the user asks to remember, save, or store something for later.
| name | notes-consolidate |
| description | Apply batch edits to notes using natural language — rename, retag, add cross-references, merge, or clean up a set of notes |
| disable-model-invocation | true |
Apply a natural language instruction across a set of notes, handling cross-reference updates automatically.
/notes-consolidate all pipeline notes should have Pipeline prefix in title
/notes-consolidate normalize fsharp tags — use "fsharp" not "f#"
/notes-consolidate add cross-references between related pipeline notes
/notes-consolidate merge the two ID model notes into one
/notes-consolidate remove the todo tag from completed items
Parse the instruction: Identify:
Find target notes: Use mor MCP tools to find the notes:
notes_list with tag/type filters for broad scopesnotes_search for query-based scopesnotes_read for explicit IDsRead each target note's full content to understand what changes are needed.
Plan changes: For each target note, determine what needs to change. Present the plan to the user:
Ask for approval before making any changes.
Execute changes: Apply updates one at a time using notes_update. For each change:
Handle merges (when the instruction is to combine notes):
notes_createnotes_removemor: links between source notes (they'd be self-references)Handle cross-reference additions:
[Title](mor:<id>) links in content preambles or inline where naturalReport results: Summarize what was changed.
[Title](mor:shortid) — proper markdown links onlymor:<old-id> with mor:<new-id> in linking notesmor links --broken after to verify no dangling referencesmor commands and links