Build Pomavo automation rules incrementally with the automation authoring tools (createautomation, addnode, setnodeconfig, connectnodes, validateautomation, and the discovery tools). Load this before authoring or editing an automation — covers the node catalog by category, the type system + assignability, the…
The Pomavo mutation DSL executed by the executequery tool for bulk changes. Load this before writing an executequery query to UPDATE (SET), CREATE tickets, LINK/UNLINK tickets, or add COMMENTs in bulk. Prerequisite: the pomavo-query-language skill (the leading filter uses that syntax).
The Pomavo search/filter DSL used to find tickets. Load this when writing a query for the searchtickets tool, when building the [filter] part of an executequery mutation, or when writing chart/variable queries inside a report. Covers comparison and logical operators, built-in and custom fields, @mentions, date…
The Pomavo screen language (layout code) for building project reports with the createreport tool. Load this before writing a report's layoutcode — covers the layout container/component tags, the shared chart x/y/series/color column contract, chart query aggregations, and the inline parameter system. Chart queries use…
The Pomavo layout language (layout code) for building ticket TEMPLATE SCREENS — the create form, detail view, preview pane, hover card, board card, and sidebar sections. Load this before writing a screen's layoutcode. Covers the 12-column grid, every container/leaf tag (Field, Label, Plugin, Spacer, Row, Column…
The Pomavo TEMPLATE SCREEN model — what a screen is, the screen types (create, issues, edit, view, section, preview-modal, preview-pane, preview-sheet, card), how they surface in the product, and the createscreen / updatescreen / deletescreen tools. For the layout code grammar itself (tags, grid, fields) load…
Authoring Pomavo SHARED (org-level, reusable) fields via createsharedfield / updatesharedfield / deletesharedfield, and attaching/detaching them to templates via addsharedfieldtotemplate / removesharedfieldfromtemplate. Covers field types, FieldOptions (select options, user multiplicity, defaults), and the…
Authoring Pomavo TEMPLATE LINK types (the configurable relationship types like Blocks, Relates to, Parent of) via createtemplatelink / updatetemplatelink / deletetemplatelink. Covers the name plus the outward/inward direction names.
Authoring Pomavo ticket TEMPLATES (issue types like Bug, Task, Epic) via createtemplate / updatetemplate. Covers the mandatory fields every template must define (Title, Description, Author, Assignee), the field types and FieldOptions, the screen collection, the workflow requirement (existing or inline), and the…
Authoring Pomavo WORKFLOWS (the state machines that back templates) via createworkflow / updateworkflow and the granular addworkflowstate, removeworkflowstate, addworkflowtransition, removeworkflowtransition tools. Covers state categories (initial/default/terminal), the required 'Created' initial state, transition…