jira-to-githublisted
Install: claude install-skill valasubramanian-kr/wallet-web-developer
# JIRA-to-GitHub Workflow Orchestrator
## Purpose
Execute the complete JIRA-to-GitHub workflow with confirmation gates at each stage.
## Usage
```bash
/jira-to-github DRT-17270
```
## What This Skill Does
Orchestrates all 9 core workflow stages sequentially with user confirmation between stages:
1. **Analyze JIRA** → Fetch issue and Confluence docs
2. **Explore Context** → Gather external docs, codebase patterns, human input
3. **Plan Implementation** → Design approach with architectural choices
4. **Review Plan** → Human feedback loop for plan approval/revision
5. **Create Dev Branch** → Create `dcppay-*` branch
6. **Code Feature** → Implement changes
7. **Write Tests** → Create unit tests for implemented code
8. **Validate Changes** → Run tests, linting, type checking
9. **Push to GitHub** → Create pull request
## Instructions
You are orchestrating the complete JIRA-to-GitHub development workflow. This is a multi-stage process with confirmation gates to ensure quality and alignment.
### Overview
This workflow automates the entire development cycle from JIRA ticket to GitHub pull request. At each stage, you'll see a summary and can approve or reject before proceeding.
**Stages**:
1. 📋 Analyze JIRA Issue
2. 🔍 Explore Context
3. 📝 Plan Implementation
4. 👀 Review Plan
5. 🌿 Create Dev Branch
6. 💻 Code Feature
7. 🧪 Write Tests
8. ✅ Validate Changes
9. 🚀 Push to GitHub
### Step 1: Extract JIRA Key
Extract the JIRA key from the argument:
- Format: `DRT-12345`,