fizzy

Automate REST API calls to manage cards and boards in Fizzy.

2|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/tobilafinhangit/skill-master --skill fizzy-tobilafinhangit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fizzy
Source: https://github.com/tobilafinhangit/skill-master/tree/main/.agent/skills/fizzy
Command: npx skills add https://github.com/tobilafinhangit/skill-master --skill fizzy-tobilafinhangit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies interactions with the Fizzy project management platform by automating common tasks such as creating, updating, and managing cards, boards, and comments.

Core Features & Use Cases

  • Card Creation: Automatically create bugs, features, or status update cards within Fizzy boards.
  • Board Management: Create and manage new boards or review the status of existing boards.
  • Comment Management: Add comments to cards and track updates.
  • Use Case: For teams managing Fizzy projects, quickly creating a new feature card with a description and assigning it to the right board can streamline collaboration.

Quick Start

Use the /fizzy feature [description] command to create a new feature card on the Product board.

Frequently Asked Questions about fizzy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate project management card creation for Fizzy boards?

Automating Fizzy project management card creation involves using REST API calls to automatically generate feature or bug cards. This Skill handles card creation, assignment, and status updates on Fizzy boards via Bearer token authentication.

Can I manage board status and add comments using the Fizzy API?

Yes, you can manage Fizzy board status and comments using the Fizzy API. This Skill automates REST API calls to read and update existing boards, add comments to cards, and track project updates efficiently.

Do I need a Bearer token to automate Fizzy feature management tasks?

Yes, automating Fizzy feature management tasks requires Fizzy API access and Bearer token authentication. You must provide valid Bearer credentials to authorize REST API calls for creating, updating, or closing cards.

What's the best way to close or update task cards on a Fizzy board?

The best way to update or close task cards on a Fizzy board is through automated REST API calls. This Skill manages status updates and card closures directly, streamlining task automation within your project management workflow.

How do I create a new feature card in Fizzy with a specific description?

To create a new feature card in Fizzy, use a command like `/fizzy feature [description]` to trigger an automated REST API call. This assigns the card with your specified description to the appropriate product board.