earnings-reviewer

Routes the /earnings-reviewer slash command to the durable-workflow-runtime earnings-reviewer workflow.

Updated May 13, 2026
One-click install
npx skills add https://github.com/onesmash/slm-as-harness --skill earnings-reviewer-onesmash
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: earnings-reviewer
Source: https://github.com/onesmash/slm-as-harness/tree/main/skills/durable-workflow-runtime/workflow-shortcuts/earnings-reviewer
Command: npx skills add https://github.com/onesmash/slm-as-harness --skill earnings-reviewer-onesmash

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? It provides a dedicated slash command entry point for the earnings-reviewer durable workflow, so users can trigger the workflow directly with /earnings-reviewer instead of typing the full runtime invocation. ## Core Features & Use Cases - Slash Command Shortcut: Invokes the earnings-reviewer workflow through a single slash command. - Argument Forwarding: Passes the user's raw trailing text after /earnings-reviewer directly into the durable-workflow-runtime workflow. - Use Case: A user types /earnings-reviewer followed by a ticker symbol or company name, and the request is routed to the durable workflow runtime to execute the earnings review process. ## Quick Start Type /earnings-reviewer followed by the company or earnings details you want reviewed, and the workflow will run through the durable workflow runtime.

Frequently Asked Questions about earnings-reviewer

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

FAQPage Schema
How do I run the earnings-reviewer workflow?▼

Invoke the /earnings-reviewer slash command followed by your input text. The shortcut forwards your raw trailing text to the durable-workflow-runtime earnings-reviewer workflow, which executes the actual review process.

What does the /earnings-reviewer command do?▼

The /earnings-reviewer command acts as a shortcut that loads the durable-workflow-runtime skill and runs its earnings-reviewer workflow. Any text you type after the command is passed through unchanged as workflow input.

Can I use earnings-reviewer without durable-workflow-runtime?▼

No, this shortcut depends on the durable-workflow-runtime skill. It only routes the invocation; the actual earnings review logic lives in the durable-workflow-runtime earnings-reviewer workflow.

When should I not use the /earnings-reviewer shortcut?▼

Avoid it when you need to invoke the workflow programmatically or with structured parameters, since the shortcut only forwards raw trailing text. In those cases, call the durable-workflow-runtime earnings-reviewer workflow directly.