How this command is triggered — by the user, by Claude, or both
Slash command
/doc-wiki:edit <page-path> <change-description>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the `doc-wiki` skill to run the `/doc-wiki:edit` workflow with the user's arguments: $ARGUMENTS Call `Skill(doc-wiki, "edit $ARGUMENTS")`. The skill orchestrator reads `skills/doc-wiki/SKILL.md`, locates the `### /doc-wiki:edit — Targeted page changes` section, and runs the page-modification flow (read the page, show diff of current vs proposed, apply if autonomy mode permits, log the event, and run post-op hooks for crosslink + tag-harmonize). If `$ARGUMENTS` is empty, ask the user which page needs editing and what the change is.
Invoke the doc-wiki skill to run the /doc-wiki:edit workflow with the user's arguments: $ARGUMENTS
Call Skill(doc-wiki, "edit $ARGUMENTS"). The skill orchestrator reads skills/doc-wiki/SKILL.md, locates the ### /doc-wiki:edit — Targeted page changes section, and runs the page-modification flow (read the page, show diff of current vs proposed, apply if autonomy mode permits, log the event, and run post-op hooks for crosslink + tag-harmonize).
If $ARGUMENTS is empty, ask the user which page needs editing and what the change is.
npx claudepluginhub narailabs/narai-claude-plugins --plugin doc-wiki/editEdit the current PRD file in your default editor, validate JSON and structure after saving, then re-display updated review with stories, priorities, and dependencies.
/editEdits a Slidev slide by number: reads context from slides.md/outline/notes, shows position/title/layout summary, offers menu for quality analysis, content/layout edits, visuals, notes, or deletion.
/editEdits an existing image file based on a text prompt using the Nano Banana MCP tool, then displays the modified image.
/editEdits title, description, or labels of a card by reference (<ref>). Supports --board override; requires --json and at least one field change. Outputs rkey and fields.
/editEdits pending learning candidate by <id> from ~/.claude-coach/candidates.json. Displays title, trigger, action, type, scope; prompts for changes; updates, saves, and suggests /coach approve.