> prompt --init

Refactor and normalize
Revit metadata.

Explicit, repeatable, and transparent — with automation when you want it.

Prompt_Demo.mp4

Total visibility and control

RevitPrompt eliminates the black box of model data, giving you the clarity to see exactly what's happening in your parameters and the power to correct it instantly.

🔍

Preflight Checks

Proactively identify structural issues in your model. Find Duplicate Types and inconsistencies instantly.

> type-preflight

Batch Normalization

Automatically clean up messy text data. Trim whitespace, fix double spaces, and standardize casing.

> map-values "AcousticRating"
📦

Smart Merge

Safely consolidate redundant parameters without data loss. Merge values from multiple sources into a single field.

> merge-params "Target" "Source"

The Quality Assurance Loop

  • 1

    Audit & Inspect

    Start by auditing your parameters with detailed statistical breakdowns to see exactly where your data is incomplete or inconsistent.

  • 2

    Standardize

    Enforce rigorous standards using intelligent batch editing to clean text and correct values across thousands of elements simultaneously.

  • 3

    Verify

    Run automated audits against defined rules (such as custom regex masks) to guarantee every piece of data meets your project's standards.

script.txt
# 1. Audit doors without marks
filter doors "Mark="

# 2. Sequentially number doors
set "Mark=D#"

# 3. Validate against standard
validate regex "Mark" "^D[0-9]{3}$"

# 4. Save clean state snapshot
snapshot doors

Stop wrestling with manual data entry.

RevitPrompt bridges the gap between manual property entry and complex visual scripting, giving you explicit, transparent control.