From claude-constructor
Fetches issue details from the configured tracking system using the provided issue key and appends a formatted 'Issue Information' section to the state management file.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-constructor:read-issueissue/The summary Claude sees in its command listing — used to decide when to auto-load this command
# Read Issue Command ## Purpose Read issue from the configured issue tracking system and add the information to the state management file. These instructions are read and followed as part of a larger workflow. You MUST follow all workflow steps below, not skipping any step and doing all steps in order. ## Workflow Steps 1. Get issue details: - Use the Skill tool to execute `/get-issue $1 $2` 2. Note findings in the state management file ($2) Create a new section called `## Issue Information`, with information on this format: - **Key**: $1 - **ID**: Issue ID (from get-issue respons...
Read issue from the configured issue tracking system and add the information to the state management file. These instructions are read and followed as part of a larger workflow. You MUST follow all workflow steps below, not skipping any step and doing all steps in order.
Get issue details:
/get-issue $1 $2Note findings in the state management file ($2)
Create a new section called ## Issue Information, with information on this format:
npx claudepluginhub Hurblat/claude-constructor --plugin claude-constructor/issue-commentAdds structured comments to GitHub or Gitea issues using templates for progress updates, feedback requests, blockers, or custom content.