editorial-review-help

Read the editorial review pipeline and print next actions per workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads the review pipeline and prints the next action for each active workflow.

Core Features & Use Cases

  • Reads the review pipeline state from scripts/lib/editorial-review/pipeline.ts
  • Filters by --site and --all to tailor results
  • Prints a summary table of site, slug, state, version, and next action
  • Provides a visual UI at http://localhost:4321/dev/editorial-studio for an enhanced dashboard
  • Is read-only and does not perform mutations

Quick Start

Invoke the skill with /editorial-review-help to display the current editorial pipeline state and next actions.

Frequently Asked Questions about editorial-review-help

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

FAQPage Schema
How do I check the current state of my editorial review pipeline?

This dashboard reads your editorial review pipeline and prints a summary table showing site, slug, state, version, and the recommended next action for each active workflow.

Can I filter the editorial review dashboard to show only a specific site?

Yes, you can filter the editorial review dashboard using the --site flag to restrict results to a specific site, or use --all to display every active workflow across all platforms.

What is the recommended next step for content stuck in the review pipeline?

The recommended next step for content in the review pipeline is displayed per-workflow by computing state transitions and version counts, providing actionable guidance directly in the summary table.

Does the editorial review dashboard modify my content workflows?

No, the editorial review dashboard is strictly read-only and does not perform mutations. It only reads workflow states and version counts to compute and display recommended next steps.

Is there a visual UI available for the editorial review dashboard?

Yes, a visual UI for the editorial review dashboard is available at the local development studio URL, providing an enhanced interface for reviewing pipeline states and next actions.