Help us improve
Share bugs, ideas, or general feedback.
From jira-integration
Manages Jira dashboard server: setup, start, stop, or check status. Delegates to jira-integration:jira-dashboard skill with provided arguments.
npx claudepluginhub mzd-hseokkim/jira-claude-code-integration --plugin jira-integrationHow this command is triggered — by the user, by Claude, or both
Slash command
/jira-integration:dashboard [start|stop|status|setup]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /jira dashboard — Dashboard 관리 이 커맨드는 `jira-integration:jira-dashboard` Skill에 모든 처리를 위임한다. ARGUMENTS를 그대로 Skill에 전달하라.
/dashboardGenerates JSON configuration for a monitoring dashboard visualizing project metrics: build health, code velocity, quality, performance, and dependencies.
/dashboardOpens claude-smart dashboard (http://localhost:3001) in browser, starts backend and dashboard if not running via bash script, shows output verbatim.
/dashboardOpens the claudetop web dashboard in your browser showing spending charts over time, cost by project/model/branch, efficiency trends, and sortable session history.
/dashboardDisplays KARIMO CLI dashboard with system health score, critical alerts, execution velocity, resource usage, and recent activity. Supports flags like --active, --blocked, --prd, --json.
/dashboardDisplays execution status dashboard for current Plan Cascade task from state files like mega-plan.json or prd.json. Supports --verbose|-v and --json flags for output formatting.
/dashboardLaunches the claude-tutor learning dashboard web UI at http://localhost:3847 for viewing and editing plans, progress, and spaced repetition data.
Share bugs, ideas, or general feedback.
이 커맨드는 jira-integration:jira-dashboard Skill에 모든 처리를 위임한다.
Skill({ skill: "jira-integration:jira-dashboard", args: "<ARGUMENTS>" })
ARGUMENTS를 그대로 Skill에 전달하라.