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?".
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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