editorial-status

Read editorial calendar files and group entries by workflow stage.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/oletizi/audiocontrol.org --skill editorial-status
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: editorial-status
Source: https://github.com/oletizi/audiocontrol.org/tree/main/.claude/skills/editorial-status
Command: npx skills add https://github.com/oletizi/audiocontrol.org --skill editorial-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps track of editorial workflow by displaying the full calendar status across stages for a given site, reducing manual checks and misalignment.

Core Features & Use Cases

  • Resolve site via the --site argument to target a specific publication site.
  • Read and parse the editorial calendar file (docs/editorial-calendar-<site>.md) and group entries by stage.
  • Generate a structured report that summarizes entries per stage and highlights the distribution across platforms.

Quick Start

Invoke the skill with --site audiocontrol (or another site slug) to display the current calendar status.

Frequently Asked Questions about editorial-status

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

FAQPage Schema
How do I track editorial calendar status across multiple workflow stages?▼

You can track editorial calendar status by parsing the markdown file for a specified site, grouping entries by workflow stage, and generating a structured report with totals and distribution across stages.

How do I monitor article progress from drafting to publishing in a markdown editorial workflow?▼

Monitor article progress by reading the editorial calendar markdown file, which groups entries by stage—ideas, planning, drafting, reviewing, and publishing—and outputs a structured status report for the specified site.

What's the best way to view editorial workflow distribution across different publication sites?▼

View editorial workflow distribution by invoking the skill with a specific site slug, which reads the corresponding calendar file and summarizes entries per stage to highlight the distribution across platforms.

Do I need a specific file format to generate an editorial calendar status report?▼

You need a markdown file named docs/editorial-calendar-<site>.md for the target site. The skill reads and parses this file to group entries by stage and produce the status report.

Can I check the status of multiple publication sites at once?▼

The skill targets one specified site at a time by resolving the --site argument, reading that site's editorial calendar markdown file, and generating a structured report for that single publication.

Why does my editorial calendar status report show misaligned workflow stages?▼

Misaligned stages occur when the editorial calendar markdown file entries are not properly categorized. The skill reads docs/editorial-calendar-<site>.md and groups entries by stage to reduce manual checks and prevent misalignment.