temporalio / temporalio/skill-temporal-developer

Add back some worker / workflow / server management functionality

Open
#14 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
220
Forks
30
Avg merge
22h 21m
Merged PRs (30d)
14

Description

For now I have cut all the operational shell scripts, to reduce surface of this skill prior to shipping.

We should re-work this to instead teach the agent to use the Temporal CLI directly, such as for these uses:

  • List workers for a workflow (e.g. to debug why workflow is stuck)
  • Check workflow status (e.g. wait until its running)
  • Check worker health
  • List recent workflow executions (e.g. find workflow IDs)
  • Extract workflow errors
  • Cancel workflows
  • Read workflow results

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the skill's current structure and the Temporal CLI workflows it is intended to teach. Define how the skill should list workers, inspect workflow status and executions, check health, extract errors, cancel workflows, and read results. Done means these management tasks are supported through the Temporal CLI rather than the removed operational shell scripts.

Written by the indexing model from the issue text.

Assessment

Domain
backend, cli
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.