Creates, configures, and manages custom fields and dropdown options on tasks in Astravue. Use when working with custom fields, adding dropdown options, setting field values on tasks, or asking "what custom fields does this project have?".
Installation
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Creates, configures, and manages custom fields and dropdown options on tasks in Astravue. Use when working with custom fields, adding dropdown options, setting field values on tasks, or asking "what custom fields does this project have?".
Managing Custom Fields
Workflow
Discover existing fields
astravue_get_custom_fields — list fields for a project or get values for a specific task.
Set a field value
For dropdown fields, call astravue_list_custom_field_options first to find valid options
astravue_set_custom_field_value — set the value on a task
Value format depends on field type: strings for text, true/false for checkbox, yyyy-MM-dd for date, option name or ID for dropdowns
Create a new field
astravue_create_custom_field — define field name, type, and scope (project or space)
For dropdown types, add options with astravue_create_custom_field_option