Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Built-in Actions

Vibe Action ships with 21 ready-to-use actions. They are written to ~/.vibe-action/actions/ on first run and can be customized.

comment

Replace TODO with a meaningful comment.

vibe-action comment

commit

AI-generated git commit message with conventional commit format.

vibe-action commit
vibe-action commit -p ./src

describe

Describe a screenshot or photo. Supports images from clipboard, file, or URL.

vibe-action describe -f screenshot.png
vibe-action describe

explain

Explain what the selected code does by adding detailed comments.

vibe-action explain -q "your code"
vibe-action explain

extract

Extract matching lines from log files or text using semantic search.

vibe-action extract -f app.log -q "find all errors"

faq

Ask questions about Vibe Action — YAML structure, modifiers, usage.

vibe-action faq -q "как использовать модификаторы?"

fetch

Fetch and summarize a web page or PDF.

vibe-action fetch -s https://example.com
vibe-action fetch -s document.pdf

find

Semantic file finder — finds files by meaning, not just by name.

vibe-action find -p ./src -q "topological sort"

mock

Generate realistic mock data in JSON, YAML, or CSV.

vibe-action mock -f json -q "5 users with id, name, email"

naming

Generate code naming suggestions based on a description.

vibe-action naming -q "function to sort actions by dependency"

regex

Generate regular expression patterns.

vibe-action regex -q "IPv4 address" -e "192.168.1.1"

review

Critically analyze code for bugs and flaws.

vibe-action review -q "your code"
vibe-action review

scan

Scan project codebase and export as structured JSON via AST parsing.

vibe-action scan
vibe-action scan -p src/engine

spellcheck

Check and fix spelling in text or files.

vibe-action spellcheck -f README.md
vibe-action spellcheck -t "Helo, wrld!"

synonyms

Find programming/technical synonyms for a word.

vibe-action synonyms -q "middleware"

sysinfo

Generate a human-readable system report.

vibe-action sysinfo

tone

Transform rude or aggressive text into a professional tone.

vibe-action tone -q "How fucking long do I have to wait?"
vibe-action tone

translate-deep

Deep two-stage translation using local drafting and cloud polishing.

vibe-action translate-deep -f README.md

translate-large

One step translation using a large model.

vibe-action translate-large -f README.md

translate-small

Fast single-model translation.

vibe-action translate-small -f README.md

whois

Identify people in a photo — full name, role, and historical impact.

vibe-action whois -f photo.jpg
vibe-action whois