원클릭으로
update-docs
Reconcile docs (README, CLAUDE.md, man page, website) with the current source. Only fixes factual drift — does not rewrite prose.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reconcile docs (README, CLAUDE.md, man page, website) with the current source. Only fixes factual drift — does not rewrite prose.
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
Apply batch edits to notes using natural language — rename, retag, add cross-references, merge, or clean up a set of notes
Review the note store for quality issues — duplicates, stale content, broken links, tag inconsistencies, and cleanup opportunities
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 | update-docs |
| description | Reconcile docs (README, CLAUDE.md, man page, website) with the current source. Only fixes factual drift — does not rewrite prose. |
| disable-model-invocation | true |
Update mor's documentation to match the current source code. Be efficient.
git log --oneline -10 to see recent changes that might affect docs.src/cli.ts (commander definitions, roughly lines 60–120) for the canonical list of commands and options.src/operations-server.ts for app.get/app.post/app.put/app.delete/app.patch to get the canonical HTTP endpoint list.README.md — commands table, HTTP API table, examplesCLAUDE.md — database tables description, architecture overviewman/mor.1 — commands, options. (Do not touch the version or date in the .TH header here — that's the release skill's job.)website/src/content/docs/cli.md — commands table, exampleswebsite/src/content/docs/getting-started.md — quick start exampleswebsite/src/content/docs/storage.md — database tableswebsite/src/content/docs/integration/mcp.md — MCP tools tablewebsite/src/content/docs/integration/http.md — REST API tablesrc/.Show the user a summary of what changed (file + one-line per fix). Don't commit or push automatically — let the user review and run /commit themselves.