بنقرة واحدة
workflow-run
Run a SWEny workflow from a YAML file. For custom or built-in workflows.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run a SWEny workflow from a YAML file. For custom or built-in workflows.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | workflow-run |
| description | Run a SWEny workflow from a YAML file. For custom or built-in workflows. |
| disable-model-invocation | true |
| allowed-tools | Bash |
| context | fork |
| agent | sweny-workflow |
| argument-hint | <file> [--dry-run] [--input <json>] |
Run any SWEny workflow from a YAML or JSON file. Works with custom workflows in .sweny/workflows/ and built-in workflow exports.
Run a workflow file:
sweny workflow run $ARGUMENTS --stream
With JSON input data:
sweny workflow run .sweny/workflows/my-workflow.yml --stream --input '{"key": "value"}'
Dry-run (validate without executing):
sweny workflow run .sweny/workflows/my-workflow.yml --dry-run
--mermaid is passed, a Mermaid diagram with execution state is appended to outputVerify SWEny provider credentials and connectivity. Run to diagnose configuration issues before running workflows.
Run SWEny E2E browser test workflows from .sweny/e2e/. Use when the user wants to execute end-to-end tests.
Pick up an issue and implement a fix with SWEny. Use when the user has an issue ID or URL they want resolved.
Create standard SWEny label set in your issue tracker (Linear or GitHub). Run after init to prepare your tracker for triage.
Run SWEny triage to investigate production alerts, create issues, and optionally implement fixes. Use when the user wants to analyze recent errors or alerts.
Render a SWEny workflow as a Mermaid diagram for visualization.