From claude-constructor
Retrieves issue details (key, ID, title, description) from configured Linear or Jira tracker for a given issue key using state management file.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-constructor:get-issueissue/The summary Claude sees in its command listing — used to decide when to auto-load this command
# Get Issue Command ## Purpose Retrieve issue details from the configured issue tracking system for a given issue key. This command is called by other orchestrating commands, and is one of the steps in a larger workflow. You MUST follow all workflow steps below, not skipping any step and doing all steps in order. ## Arguments - `$1`: Issue key (required) - `$2`: Path to state management file (required) ## Workflow Steps 1. **Read Settings from State Management File**: - Read the Settings section from the state management file ($2) - Extract `issueTrackingProvider` value - If ...
Retrieve issue details from the configured issue tracking system for a given issue key. This command is called by other orchestrating commands, and is one of the steps in a larger workflow. You MUST follow all workflow steps below, not skipping any step and doing all steps in order.
$1: Issue key (required)$2: Path to state management file (required)Read Settings from State Management File:
issueTrackingProvider valueValidate Provider Configuration:
Execute Get Issue Operation:
Based on the issueTrackingProvider value from the state management file:
"linear")linear:get_issue with $1 (issue key)"jira")jira:get_issue with $1 (issue key)Output Results: Display the issue information in this format:
Error Handling: If the issue operation fails, log the error but continue gracefully
npx claudepluginhub Hurblat/claude-constructor --plugin claude-constructor/jira-importImports Jira issue or epic by creating local pm/issues or pm/epics directory with kebab-case name and displays details, summary, and acceptance criteria. For epics, prompts for bulk child import.
/showDisplay detailed information about a beads issue by ID using MCP show tool, including title, status, priority, type, timestamps, dependencies, and related issues. Offers full dependency tree.