not-now-triage

Categorize Fizzy 'Not Now' cards as shipped, open, or ambiguous via API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the triage of the 'Not Now' lane in a Fizzy board, closing resolved cards, resurfacing open ones, and flagging ambiguous ones for human review.

Core Features & Use Cases

  • Automated Triage: Categorizes and processes cards based on their status (shipped, stale, open, ambiguous).
  • Integration with Fizzy API: Interacts with the Fizzy API to retrieve and update card statuses.
  • Use Case: When a Fizzy board's 'Not Now' lane has accumulated a large number of cards, this Skill can be used to clean it up efficiently.

Quick Start

Run the not-now-triage skill on your Fizzy board by providing the board ID and selecting the triage column.

Frequently Asked Questions about not-now-triage

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

FAQPage Schema
How do I automate triage of postponed cards in a Fizzy board?

You can automate Fizzy board triage by running a shell script that categorizes 'Not Now' cards as shipped, open, or ambiguous. It then closes resolved cards, resurfaces open ones, and flags ambiguous items for human review via the Fizzy API.

What is the best way to clean up a large 'Not Now' lane in Fizzy board management?

The best way to clean up a large 'Not Now' lane in Fizzy board management is using an automated triage script. It processes accumulated cards by interacting with the Fizzy API to retrieve and update card statuses efficiently without manual sorting.

Do I need Fizzy API access to automate card status updates?

Yes, you need Fizzy API access to automate card status updates. The triage script relies on the API to retrieve existing 'Not Now' cards and update their statuses to shipped, open, or ambiguous based on the automated categorization.

How does automated triage handle ambiguous postponed cards?

Automated triage handles ambiguous postponed cards by flagging them for human review. Instead of automatically closing or resurfacing these unclear items, the script categorizes them as ambiguous so you can manually inspect and resolve them.

Can I use shell scripting to process Fizzy board cards?

Yes, you can use shell scripting to process Fizzy board cards. This approach uses shell scripts for execution to interact with the Fizzy API, categorizing 'Not Now' cards and applying the appropriate status updates automatically.