newsroom

Manage news pipeline operations across branches, prompts, sources, and newsletters.

1|1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/Soria-Inc/soria-stack --skill newsroom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: newsroom
Source: https://github.com/Soria-Inc/soria-stack/tree/main/newsroom
Command: npx skills add https://github.com/Soria-Inc/soria-stack --skill newsroom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

News pipeline operations — branch management, prompt tuning, source management, event review, and newsletter sends. Separate from the data pipeline because the tools, judgment, and failure modes are different. Currently powered by soria db query against the news Postgres tables and direct HTTP calls to backend news endpoints; there is no dedicated soria news subcommand yet. Use when asked to "check the news pipeline", "tune the prompts", "review sources", "check news health", or anything news-pipeline related. Not for data pipelines — use /ingest for that. (soria-stack)

Core Features & Use Cases

  • Branch management to isolate configurations for different news workflows.
  • Prompt tuning and source management to improve article relevance and clustering quality.
  • Newsletter sends orchestration with health and compliance checks.

Quick Start

Clone a branch, tune prompts, review sources, and validate newsletter sends in a test environment.

Frequently Asked Questions about newsroom

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

FAQPage Schema
How do I tune news pipeline prompts to improve article clustering quality?

News pipeline prompt tuning involves cloning a branch to isolate configurations, then adjusting prompts to improve article relevance and event clustering quality before validating newsletter sends. This Skill coordinates that process via database queries and HTTP calls.

What is the best way to manage news sources and review events in a pipeline?

Managing news sources and reviewing events requires coordinating source review and event clustering through direct HTTP calls to backend news endpoints. This Skill supports isolating configurations across branches to ensure safe testing before production newsletter sends.

Can I check news pipeline health and prevent unintended production writes?

Checking news pipeline health uses safety checks to prevent unintended writes in production environments. This Skill applies database queries against news Postgres tables and HTTP calls to validate pipeline operations safely.

Does the news pipeline support branch management for isolating workflow configurations?

Branch management for news workflows allows you to isolate configurations for different pipelines. This Skill coordinates branch cloning, prompt tuning, and source management to test changes safely before applying them to production newsletter sends.

When should I use a news pipeline management tool instead of a data ingestion pipeline?

Use a news pipeline management tool for news-specific operations like prompt tuning, source review, and newsletter sends, because the tools, judgment, and failure modes differ from data pipelines. For data pipelines, use dedicated ingestion commands instead.

How do I orchestrate newsletter sends with compliance and health checks?

Orchestrating newsletter sends requires validating health and compliance checks through backend news API calls. This Skill manages the end-to-end send process by coordinating branch configurations and source reviews to ensure safe delivery.