portfolio-status

Render portfolio items as unpublished or published in a markdown table.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/infolog-io/Monet --skill portfolio-status-infolog-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: portfolio-status
Source: https://github.com/infolog-io/Monet/tree/main/jtbd/skills/portfolio-status
Command: npx skills add https://github.com/infolog-io/Monet --skill portfolio-status-infolog-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The portfolio status view eliminates guesswork by rendering every portfolio item as either unpublished or published.

Core Features & Use Cases

  • Renders portfolio items as unpublished or published in a simple binary view.
  • Groups items by type and lists unpublished items first to highlight what needs attention.
  • Suggests publishing actions for unpublished items to streamline release planning.

Quick Start

Ask 'portfolio status' or run /portfolio-status to display the current portfolio publication table.

Frequently Asked Questions about portfolio-status

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

FAQPage Schema
How do I check the publication status of my portfolio artifacts?

To check the publication status of portfolio artifacts, render a markdown table from portfolio.json that displays every item as either unpublished or published in a simple binary view.

What is the best way to view unpublished portfolio items?

The best way to view unpublished portfolio items is to generate a portfolio status report that groups items by type and lists all unpublished artifacts first to highlight what needs attention.

How do I generate a portfolio status report without using external calls?

Generate a portfolio status report by running a deterministic render script that reads portfolio.json and outputs a markdown table locally without including any git URLs or external calls.

Can I use portfolio status checks at any stage of my release planning?

Yes, you can use portfolio status checks at any progression stage to quickly display the current portfolio publication table and suggest publishing actions for unpublished items to streamline release planning.

Does portfolio status tracking require any external dependencies?

Portfolio status tracking requires no external dependencies, relying solely on a local deterministic render script to process portfolio.json and generate the binary publication state markdown table.