Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:47:43 +08:00
commit 3478f1b4e3
25 changed files with 2166 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
---
name: read-issue
description: Fetch issue details from tracking system
argument-hint: [issue-key] [state-management-file-path]
model: claude-haiku-4-5
---
# 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 SlashCommand 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 response)
- **Title**: Issue title (from get-issue response)
- **Description**: Issue description (from get-issue response)