By vialytics
Jira CLI helpers — view/list/create/comment/move tickets and look up assignees. Each command supports --agent for structured JSON output instead of human-friendly markdown.
Look up users assignable to a Jira project. Optionally filter by name fragment. Trigger when the user runs /jira:assignable or another command needs to resolve a person's name to a Jira username. --agent emits a JSON array.
Add a comment to a Jira ticket via the jira CLI. Trigger when the user runs /jira:comment or asks to "comment on / add note to ticket X". Always English body text. Use --agent for structured confirmation.
Create a Jira ticket interactively — gather scope, title, description, project, assignee, type, priority; preview; wait for approval; then create via jira CLI. Pass --agent to skip the human preview step and emit the new ticket key as JSON. Trigger when the user runs /jira:create or asks to "create a ticket / file a bug / open a story".
List Jira tickets in a project with optional filters (status, assignee, type, current user). Default output is a markdown table; --agent emits a JSON array. Trigger when the user runs /jira:list or asks "what tickets are assigned to me / in progress / in project X".
Transition a Jira ticket to a new status. If no target status is given, list available transitions and let the user pick. Trigger when the user runs /jira:move or asks to "move ticket X to <status>" / "transition / change status of X". --agent emits structured output.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Vialytics marketplace for Claude Code — two separate plugins, install whichever you need.
Add the marketplace once:
claude marketplace add vialytics/claude-skills
Then install the plugins you want:
claude plugins install pr@vialytics
claude plugins install jira@vialytics
claude plugins install milky-way-agent@vialytics # depends on jira
Restart Claude after install. Slash commands and agents become available in any new session.
pr — plugins/pr/GitHub PR review helpers.
| Command | Description |
|---|---|
/pr:summarize <PR URL or number> | Fetch all review comments on a PR, summarize the issues, and produce a prioritized fix plan split by what's fixable in code vs what needs external config/admin action. |
/pr:summarize https://github.com/vialytics/planning-tool/pull/14
/pr:summarize 14
/pr:summarize # auto-detect from current branch
jira — plugins/jira/Jira CLI wrappers. Each command has two output modes — default markdown for humans, --agent JSON for downstream agents/commands.
| Command | Description |
|---|---|
/jira:view <TICKET> [--with-comments] [--agent] | Fetch a ticket (and optionally comments). |
/jira:list <PROJECT> [--status=…] [--assignee=…] [--agent] | List tickets in a project. |
/jira:create "<Title>" --project=<P> … [--agent] | Create a ticket; preview + approval in default mode, no-wait in agent mode. |
/jira:comment <TICKET> "<body>" [--agent] | Add a comment. |
/jira:move <TICKET> [<status>] [--agent] | Transition status; no target → list available transitions. |
/jira:assignable <PROJECT> [<name>] [--agent] | Resolve a person's name to a Jira username. |
Requires the jira CLI: brew install ankitpokhrel/jira-cli/jira-cli && jira init.
milky-way-agent — plugins/milky-way-agent/Frontend workflow for the milky-way-ui repo. Drives the Jira → branch → plan → implementation → review → PR lifecycle.
Requires the
jiraplugin — the agent and commands invoke/jira:* --agentfor all ticket operations.
| Command | Agent invocation | Description |
|---|---|---|
/milky-way-agent:start <ticket> | mwa start <ticket> | End-to-end lifecycle driver. Chains plan / review / pr inline. |
/milky-way-agent:plan <ticket> | mwa plan <ticket> | Behavior Contract + edge cases + implementation plan. |
/milky-way-agent:review | mwa review | Three-step self-review (/simplify → docs check → yarn run check). |
/milky-way-agent:pr <ticket> | mwa pr <ticket> | yarn run check gate, generate PR body, open PR on develop. |
/milky-way-agent:ditto <path> | mwa ditto <path> | Scan for hardcoded UI strings, propose Ditto IDs. |
/milky-way-agent:generating-stories <component> | — | Generate Storybook stories following project conventions. |
Agent: milky-way-agent (alias mwa). See plugins/milky-way-agent/agents/README.md for setup.
⚠️ The
milky-way-agentplugin is tuned for themilky-way-uirepo (React 18 + TS,developbase branch,yarn run checkgate,src/openapi/clients). Outside that project it will reference paths and conventions that don't exist.
npx claudepluginhub vialytics/claude-skills --plugin jiramilky-way-ui frontend workflow — milky-way-agent (alias mwa) plus ticket-lifecycle slash commands (start, plan, review, pr, ditto) and Storybook story generation. Requires the `jira` plugin.
GitHub PR workflow skills — summarize review comments and plan fixes.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Unified status line for Claude Code with multi-CLI (Claude, Codex, Gemini, z.ai) usage monitoring, context, rate limits, and cost tracking