Skip to content

vibe-dev - VIBE Developer Toolkit

Auto-generated by vibe-dev help --write-md. Do not edit manually.

Usage

vibe-dev [GLOBAL OPTIONS] <group> <command> [ARGS...]

Groups and Commands

static

Static analysis and typing helpers

Commands:

  • static analyze: Run fast, deterministic static analysis
  • static missing-types: Report missing or weak type annotations
  • static typecheck: Run mypy type checker on the codebase

debug

Developer debugging utilities

Commands:

  • debug embedded: Debug embedded component loading
  • debug serialization: Debug session serialization and persistence
  • debug trace-data-flow: Trace a variable's data flow
  • debug functions: Debug template functions with detailed logging

vfs

Virtual File System helpers

Commands:

  • vfs component-loading: Debug VFS component loading
  • vfs module-load: Debug Python module loading via VFS
  • vfs path-test: Run VFS path operations checks

docx

DOCX debugging utilities

Commands:

  • docx component-render: Render a DOCX component
  • docx download-debug: Debug DOCX download workflow
  • docx insert-debug: Debug insert() behavior in DOCX templates
  • docx subdoc-test: Test subdoc object handling
  • docx read: Read and display DOCX content
  • docx edit: Perform scripted DOCX edits

assistant

Assistant workflow utilities

Commands:

  • assistant replay: Replay assistant recordings
  • assistant filter-log: Filter assistant logs by key/value
  • assistant summarize: Summarize assistant log output
  • assistant playground: Interactive assistant playground

llm

LLM provider utilities

Commands:

  • llm ask: Send prompts to a local Ollama server
  • llm parse-logs: Parse assistant logs with the C# log parser

perf

Performance utilities

Commands:

  • perf run: Run performance analysis on probing
  • perf baseline: Establish or compare a performance baseline

code

Codebase utilities

Commands:

  • code concatenate: Concatenate source files into a single file
  • code add-docstrings: Add docstrings using heuristics
  • code cleanup-docstrings: Remove or repair poor docstrings
  • code move-infunction-imports: Move imports to module top and fix cycles

review

Review system developer tools

Commands:

  • review monitor-db: Open an interactive psql shell to the review database.
  • review status: Show summary of review database contents.
  • review inspect-doc: Inspect document parts and structure.
  • review dump-text: Dump raw extracted text from a PDF.
  • review export-doc: Export a document and its parts to JSON.
  • review import-doc: Import a document and its parts from JSON.
  • review parse-doc: Parse a document and output structured parts as JSON.
  • review validate-parse: Validate parsing output against a golden record.
  • review playground: Interactive review playground
  • review collect-fonts: Collect fonts for DOCX rendering
  • review yolo-layout: Run YOLO layout detection on a PDF
  • review lint-golden-yaml: Lint golden.yml files
  • review benchmark: Benchmark retrieval pipeline quality

example

Example extension commands

Commands:

  • example hello: Print a greeting from an extension.

Notes

  • Run vibe-dev <group> <command> -h for command-specific options.
  • Extensions registered under tools/extensions/ appear as additional groups.