ワンクリックで
setup
Create standard SWEny label set in your issue tracker (Linear or GitHub). Run after init to prepare your tracker for triage.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Create standard SWEny label set in your issue tracker (Linear or GitHub). Run after init to prepare your tracker for triage.
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.
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.
Edit an existing SWEny workflow using natural language instructions.
| name | setup |
| description | Create standard SWEny label set in your issue tracker (Linear or GitHub). Run after init to prepare your tracker for triage. |
| disable-model-invocation | true |
| allowed-tools | Bash |
| argument-hint | <linear|github> |
Create the standard SWEny label set in your issue tracker. This creates labels that SWEny uses to categorize and track issues it creates during triage.
For Linear:
sweny setup linear
For GitHub:
sweny setup github
If the user provided an argument, use it:
sweny setup $ARGUMENTS
If no argument was provided, check .sweny.yml to determine the issue tracker and suggest the right command.
The command outputs resolved label IDs that can be pasted into .sweny.yml for configuration.