temporalio / temporalio/skill-temporal-developer
Add back some worker / workflow / server management functionality
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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