Prompt file imported from withakay/renzu (
.codex/prompts/ito-list.md). Fill in{{arguments}}before use. Copyright stays with the author.
The user wants to list Ito project items. {{arguments}}
Use the Ito agent skill ito-list as the source of truth for this workflow.
Input
- Any arguments or filters are provided in the prompt arguments or block.
- Common arguments:
--ready,--completed,--partial,--pending,--specs,--modules,--json. - If no arguments are given, list all changes (the default).
Instructions
Tell the model to use the ito-list skill to complete this workflow, using any supplied arguments or context from the prompt.
Audit guardrail (GitHub Copilot)
- In GitHub Copilot repository-agent sessions, treat audit checks as mandatory before stateful Ito actions: run
ito audit validatefirst. - If validation fails or drift is reported, run
ito audit reconcileand useito audit reconcile --fixwhen remediation is required.
Guardrails
- If the
ito-listskill is missing or unavailable, fall back to runningito listdirectly via the CLI with any user-supplied flags. - Do not duplicate the full workflow here; defer to the skill guidance.