Skill Index

maestro-flow/

manage-wiki

community[command]

Manage wiki graph — health, cleanup, search, stats

$/plugin install maestro-flow

details

<purpose> Unified wiki graph management command. Provides interactive access to wiki health monitoring, entry search, orphan cleanup, and graph statistics — the day-to-day operations that keep the knowledge graph healthy.

Complements /wiki-connect (link discovery) and /wiki-digest (synthesis) with operational tooling. </purpose>

<required_reading> @~/.maestro/workflows/wiki-manage.md </required_reading>

<context> $ARGUMENTS — subcommand and optional flags.

Subcommands:

SubcommandDescription
healthHealth dashboard — score, broken links, orphans, hubs (default)
search <query>Interactive BM25 search with follow-up actions
cleanupFind and resolve orphans, broken links, stale entries
statsGraph statistics — type distribution, tag frequency, growth trends
No argsSame as health

Flags:

  • --type <type> — Filter by wiki type: spec, knowhow, note, issue
  • --fix — Auto-fix issues found during cleanup (remove broken links, suggest connections)
  • --json — Output in JSON format </context>
<execution> Follow '~/.maestro/workflows/wiki-manage.md' completely. </execution>

<error_codes>

CodeSeverityDescriptionStage
E001fatal.workflow/ not initialized — run /maestro-init firstvalidate
E002fatalNo wiki entries found — create content firstload
E003errorInvalid subcommandparse_input
W001warningHealth score below 50 — graph needs attentionhealth
W002warningOrphan cleanup had partial failurescleanup
</error_codes>

<success_criteria>

  • Subcommand parsed (health/search/cleanup/stats)
  • Wiki data loaded via maestro wiki CLI
  • Results displayed in formatted output
  • If cleanup --fix: issues resolved and delta reported
  • Next-step suggestions provided </success_criteria>

technical

github
catlog22/maestro-flow
stars
340
license
unspecified
contributors
1
last commit
2026-05-25T02:58:12Z
file
.claude/commands/manage-wiki.md

related