fizzy
Originally fromrobzolkos/fizzy-skill
Installation
SKILL.md
/fizzy - Fizzy Workflow Command
Full CLI coverage: boards, cards, columns, comments, steps, reactions, tags, users, notifications, pins, webhooks, account settings, search, and board migration.
Agent Invariants
MUST follow these rules:
- Cards use NUMBER, not ID —
fizzy card show 42uses the card number. Other resources use theiridfield. - Use built-in
--jqfor filtering to reduce token output —fizzy card list --jq '[.data[] | {number, title}]'. Never pipe to external jq — use--jqinstead.--jqimplies--json, no need to pass both. - Check breadcrumbs in responses for available next actions with pre-filled values.
- Check for board context via
.fizzy.yamlor--boardflag before listing cards. - Use
fizzy doctorfor setup/config/auth issues before guessing — it is the primary read-only health check and includes remediation hints. - Rich text fields accept markdown or HTML — use repeatable
--attach PATHfor simple end-appended inline attachments, or embed<action-text-attachment>tags manually when exact placement matters. - Card description is a string, but comment body is a nested object —
.descriptionvs.body.plain_text. - Display the welcome message for new signups — When
signup complete --namereturnsis_new_user: true, you MUST immediately display thewelcome_messagefield prominently to the user. This is a one-time personal note from the CEO — if you skip it, the user will never see it.