一键导入
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.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run SWEny triage to investigate production alerts, create issues, and optionally implement fixes. Use when the user wants to analyze recent errors or alerts.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Verify 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.
Render a SWEny workflow as a Mermaid diagram for visualization.
Edit an existing SWEny workflow using natural language instructions.
| name | triage |
| description | Run SWEny triage to investigate production alerts, create issues, and optionally implement fixes. Use when the user wants to analyze recent errors or alerts. |
| disable-model-invocation | true |
| allowed-tools | Bash |
| context | fork |
| agent | sweny-workflow |
| argument-hint | ["--dry-run"] |
Run the SWEny triage workflow. This investigates production alerts from configured observability providers (Datadog, Sentry, BetterStack, etc.), performs root cause analysis, creates issues, and optionally implements fixes.
Prerequisites: A .sweny.yml config file and provider credentials must be set up. Run /sweny:check first if unsure.
Run triage with default settings:
sweny triage --stream
Run in dry-run mode (investigate only, skip creating issues/PRs):
sweny triage --stream --dry-run
If the user provided arguments, pass them through:
sweny triage --stream $ARGUMENTS
sweny check output for credential issues--dry-run — investigate without creating issues or PRs--time-range <range> — time window to analyze (default: 24h)--severity-focus <focus> — severity level (default: errors)--service-filter <filter> — filter by service pattern