Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub ivintik/private-claude-marketplace --plugin famdeck-relayHow this skill is triggered — by the user, by Claude, or both
Slash command
/relay:issueThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
---
Creates issues in configured GitHub or Jira trackers with Arness labels for type and priority. Auto-activates on phrases like 'create issue', 'report bug', or 'request feature'.
Creates GitLab issues interactively via /create-issue: prompts for project ID/path, title, description, labels; uses GitLab MCP tool and returns issue URL.
Creates GitLab issues via glab CLI with type labels, links child issues to parents, copies parent labels/milestones. For GitLab project workflows.
Share bugs, ideas, or general feedback.
Create an issue routed to the correct tracker.
Load via ToolSearch (search for "issue") if not available, then call:
issue(title, type, priority, body, labels=[], tracker="", project="", source="agent", no_beads=false)
relay issue "TITLE" --type TYPE --priority PRIORITY --body "BODY" [--labels L1 L2] [--tracker NAME] [--project SLUG] [--source human|agent] [--no-beads]
If result contains "status": "needs_mcp", the response includes tool and params:
mcp__plugin_ds_gitlab__create_issue)Show: tracker used, issue ID/URL, labels applied.