fizzy-write

Solid

Create cards, create boards, update cards, close/reopen cards, add comments, assign users, or move cards to a column in Fizzy. Use when user says "create card", "create board", "add task to fizzy", "close fizzy card", "comment on fizzy card", "assign fizzy card", "move card to column", or anything involving writing to the Fizzy task board.

AI & Automation 2 stars 0 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
16
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Fizzy Write — Manage Cards & Boards Create and manage cards, boards, comments, and assignments in the Fizzy task board. ## Credentials **Bearer token**: ```text eCaGiEZPirmuqVQwuNmCMNd6 ``` **Account ID**: `6132669` **Base URL**: `https://app.fizzy.do` ## Known Boards | Board ID | Name | Default? | |-----------------------------|-------------|----------| | 03fd4omd9qico7wmyyof5yfe4 | QA Board | YES | > If the user names a specific board, resolve it by calling `GET /6132669/boards` and matching by name. Otherwise, always use the QA board. ## Workflow ### Step 1 — Parse the user's intent Identify the operation: | Intent | Operation | |-----------------------------|-------------------| | "create a card / task" | Create card | | "create a board" | Create board | | "update / edit card #N" | Update card | | "close / done card #N" | Close card | | "reopen card #N" | Reopen card | | "comment on card #N" | Add comment | | "assign card #N to [user]" | Assign | | "move card #N to [column]" | Triage (move) | | "tag card #N with [tag]" | Apply tag | For **create card**: extract title, optional description, optional board name (defaults to QA board). For **create board**: extract board name and optional description. > **IMPORTANT — Fizzy does NOT support Markdown.** > Do not use `**bold**`, `# headers`, `...

Details

Author
Rijul1204
Repository
Rijul1204/rashedul-agentic-engineering
Created
2 months ago
Last Updated
6 days ago
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category