From sweny
Pick up an issue and implement a fix with SWEny. Use when the user has an issue ID or URL they want resolved.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sweny:implementThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the SWEny implement workflow. This fetches an issue from the configured tracker (GitHub Issues, Linear, Jira), analyzes the codebase, implements a fix, and opens a pull request.
Run the SWEny implement workflow. This fetches an issue from the configured tracker (GitHub Issues, Linear, Jira), analyzes the codebase, implements a fix, and opens a pull request.
Requires: An issue ID or URL as the first argument.
sweny implement $ARGUMENTS --stream
If the user did not provide an issue ID, ask them for one before running. Do not run without an issue ID — the CLI will fail.
For dry-run mode (analyze and plan without creating a PR):
sweny implement $ARGUMENTS --stream --dry-run
--dry-run — analyze and plan without creating a branch or PR--base-branch <branch> — base branch for the PR (default: main)--max-implement-turns <n> — max coding agent turns (default: 40)npx claudepluginhub swenyai/sweny --plugin swenyGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.