
Sweny
- 3 repo stars
- Updated August 3, 2026
- swenyai/sweny
SWEny AI workflows — triage alerts, implement fixes, run e2e tests, create custom workflows
About
sweny is a Claude Code skill in the Testing & QA category. SWEny AI workflows — triage alerts, implement fixes, run e2e tests, create custom workflows
- sweny
- Testing & QA
- AI-coding skill
Sweny by the numbers
- Data as of Aug 4, 2026 (Skillselion catalog sync)
/plugin marketplace add swenyai/sweny/plugin install sweny@sweny-officialAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | August 3, 2026 |
| Repository | swenyai/sweny ↗ |
What it does
SWEny AI workflows — triage alerts, implement fixes, run e2e tests, create custom workflows
README.md
SWEny Plugin for Claude Code
Claude Code plugin that exposes SWEny AI workflows as skills, MCP tools, hooks, and agents.
Install
/plugin marketplace add swenyai/sweny
/plugin install sweny@sweny-official
Or for local development:
claude --plugin-dir packages/plugin
Prerequisites
- SWEny CLI installed (
npm install -g @sweny-ai/coreor available via npx) - A
.sweny.ymlconfig file in your project (run/sweny:newto create one) - Provider credentials set via environment variables or
.env
Skills
| Skill | Description |
|---|---|
/sweny:new |
Create a new workflow — interactive picker for templates, AI-generated workflows, and end-to-end browser tests |
/sweny:triage |
Investigate production alerts, create issues, implement fixes |
/sweny:implement |
Pick up an issue and implement a fix |
/sweny:e2e-run |
Run E2E browser test workflows from .sweny/e2e/ |
/sweny:workflow-run |
Run a workflow from any YAML file |
/sweny:workflow-edit |
Edit an existing workflow with natural language |
/sweny:workflow-diagram |
Render a workflow as a Mermaid diagram |
/sweny:check |
Verify provider credentials and connectivity |
/sweny:setup |
Create the standard SWEny label set in your issue tracker |
MCP Tools
The plugin also registers an MCP server that gives Claude two tools for autonomous use:
sweny_list_workflows— list available workflowssweny_run_workflow— execute triage or implement programmatically
Hooks
- SessionStart — runs
sweny checkon startup if.sweny.ymlexists, surfacing credential issues early
Agent
- sweny-workflow — isolated execution agent for long-running workflows (used by triage, implement, e2e-run, workflow-run skills)
Related skills
Testing & QAtesting