promote-queue-status

Summarize pending promote-queue items and flag stale entries across workspaces.

Updated Jun 23, 2026
One-click install
npx skills add https://github.com/Walliiee/agent-harness --skill promote-queue-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: promote-queue-status
Source: https://github.com/Walliiee/agent-harness/tree/main/skills/promote-queue-status
Command: npx skills add https://github.com/Walliiee/agent-harness --skill promote-queue-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill summarizes the current state of promote queues across all configured workspaces so teams can quickly see what is pending review, what is stale, and where attention is needed.

Core Features & Use Cases

  • Queue Summary: Reads each workspace's promote-queue.md and counts pending entries.
  • Staleness Detection: Flags items older than 14 days to surface queues that may be stuck.
  • Multi-surface Output: Produces JSON for automation, a one-line human summary for chat, or a markdown table for handoffs.
  • Use Case: A coordinator can ask for a consolidated status before a daily digest, incident review, or console check and immediately get a consistent cross-workspace overview.

Quick Start

Ask the agent to summarize the promote queue status across all workspaces in the output format you want.

Frequently Asked Questions about promote-queue-status

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

FAQPage Schema
How do I summarize pending promote queue items across multiple workspaces?

You can summarize pending promote queue items by parsing each workspace's promote-queue.md file, counting the pending entries, and generating a consolidated cross-workspace status overview.

How does staleness detection work for stuck items in a promote queue?

Staleness detection for promote queues works by computing the age of pending items and flagging any entries older than 14 days to surface work that may be stuck and requires immediate attention.

Can I output promote queue status reports as JSON and markdown?

Yes, you can output promote queue status reports as JSON for automation, a one-line human summary for chat, or a markdown table for handoff reporting across multi-agent memory workflows.

When do I need to generate a cross-workspace promote queue summary?

You need to generate a cross-workspace promote queue summary during daily digest preparation, incident reviews, or console checks to immediately see what is pending review and where attention is needed.

Do I need external dependencies to monitor multi-agent memory workspace status?

No external dependencies are required to monitor multi-agent memory workspace status; the Skill operates independently to parse promote-queue.md sections and compute item age for reporting.