Google Forms に質問を追加する
Adds questions to Google Forms with customizable types and options.
/plugin marketplace add shiiman/claude-code-plugins/plugin install shiiman-google@shiiman-claude-code-pluginsGoogle Forms フォームに質問を追加します。
$ARGUMENTS (必須): フォームID--question <text> (必須): 質問文--type <type> (必須): 質問タイプ(TEXT, PARAGRAPH, RADIO, CHECKBOX, DROP_DOWN, SCALE, DATE, TIME)--options <values>: 選択肢(カンマ区切り、RADIO/CHECKBOX/DROP_DOWN で使用)--required: 必須にするpython plugins/shiiman-google/scripts/google_forms.py add-question --form-id "$ARGUMENTS" --question "$QUESTION" --type "$TYPE" ${OPTIONS:+--options "$OPTIONS"} ${REQUIRED:+--required}
/shiiman-google:forms-add-question 1abc --question "お名前" --type TEXT --required
/shiiman-google:forms-add-question 1abc --question "好きな色" --type RADIO --options "赤,青,緑"