gsd-ui-review

Installation
SKILL.md

<codex_skill_adapter>

A. Skill Invocation

  • This skill is invoked by mentioning $gsd-ui-review.
  • Treat all user text after $gsd-ui-review as {{GSD_ARGS}}.
  • If no arguments are present, treat {{GSD_ARGS}} as empty.

B. AskUserQuestion → request_user_input Mapping

GSD workflows use AskUserQuestion (Claude Code syntax). Translate to Codex request_user_input:

Parameter mapping:

  • headerheader
  • questionquestion
  • Options formatted as "Label" — description{label: "Label", description: "description"}
  • Generate id from header: lowercase, replace spaces with underscores

Batched calls:

  • AskUserQuestion([q1, q2]) → single request_user_input with multiple entries in questions[]
Related skills
Installs
4
GitHub Stars
8
First Seen
Apr 1, 2026