/update-jira
**Project context:** Values in angle brackets below (e.g. `<scheme>`, `<JIRA_KEY>`, `<flag-key-enum>`) are resolved at runtime — detect them from the project (`xcodebuild -list -json` for the scheme, `git`/`gh` for repo & owner, the branch name for the Jira key, a codebase
$ npx -y skills add carloshpdoc/ios-workflow-claude --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/update-jira
Context preview
What this command does when you run it.
**Project context:** Values in angle brackets below (e.g. `<scheme>`, `<JIRA_KEY>`, `<flag-key-enum>`) are resolved at runtime — detect them from the project (`xcodebuild -list -json` for the scheme, `git`/`gh` for repo & owner, the branch name for the Jira key, a codebase
Command definition
update-jira.mdUpdate Jira Task
> **Project context:** Values in angle brackets below (e.g. `<scheme>`, `<JIRA_KEY>`, `<flag-key-enum>`) are resolved at runtime — detect them from the project (`xcodebuild -list -json` for the scheme, `git`/`gh` for repo & owner, the branch name for the Jira key, a codebase search for flag/font files), or ask if they cannot be inferred. This plugin ships no per-project config.
Update a Jira task with a summary of the fix implementation.
Usage
/update-jira <task_id>
**Arguments:**
- `task_id` - The Jira task ID (e.g., PROD-4070, <JIRA_KEY>-XXXX)
**Examples:**
/update-jira PROD-4070
/update-jira <JIRA_KEY>-XXXX
Instructions
When this skill is invoked:
1. **Parse the task ID** from `$ARGUMENTS`
2. **Gather context from the current session**:
- Check git log for recent commits on current branch
- Check for any open PRs from current branch using `gh pr view`
- Identify changed files from commits
3. **Build the update comment** with:
- **PR link** (if available)
- **Problem summary** - What was the issue
- **Solution summary** - How it was fixed
- **Files changed** - List of modified files
- **Result** - What the fix accomplishes
4. **Post comment to Jira**:
- Use `mcp__claude_ai_Atlassian__addCommentToJiraIssue`
- cloudId: `<jira-host>`
- issueIdOrKey: the task ID
- contentFormat: `markdown`
5. **Confirm success** with link to Jira task
Comment Template
## Fix Implemented
**PR:** <pr_url>
### Problem
<brief description of the issue>
### Solution
<what was changed and why>
### Files Changed
- <file1>
- <file2>
### Result
<what the fix accomplishes>
Notes
- Extracts information from git history and PR details automatically
- Uses the current branch context to determine what was done
- Keep descriptions concise but informative
Read more
Update Jira Task
> **Project context:** Values in angle brackets below (e.g. `<scheme>`, `<JIRA_KEY>`, `<flag-key-enum>`) are resolved at runtime — detect them from the project (`xcodebuild -list -json` for the scheme, `git`/`gh` for repo & owner, the branch name for the Jira key, a codebase search for flag/font files), or ask if they cannot be inferred. This plugin ships no per-project config.
Update a Jira task with a summary of the fix implementation.
Usage
/update-jira <task_id>
**Arguments:**
- `task_id` - The Jira task ID (e.g., PROD-4070, <JIRA_KEY>-XXXX)
**Examples:**
/update-jira PROD-4070 /update-jira <JIRA_KEY>-XXXX
Instructions
When this skill is invoked:
1. **Parse the task ID** from `$ARGUMENTS`
2. **Gather context from the current session**:
- Check git log for recent commits on current branch
- Check for any open PRs from current branch using `gh pr view`
- Identify changed files from commits
3. **Build the update comment** with:
- **PR link** (if available)
- **Problem summary** - What was the issue
- **Solution summary** - How it was fixed
- **Files changed** - List of modified files
- **Result** - What the fix accomplishes
4. **Post comment to Jira**:
- Use `mcp__claude_ai_Atlassian__addCommentToJiraIssue`
- cloudId: `<jira-host>`
- issueIdOrKey: the task ID
- contentFormat: `markdown`
5. **Confirm success** with link to Jira task
Comment Template
## Fix Implemented **PR:** <pr_url> ### Problem <brief description of the issue> ### Solution <what was changed and why> ### Files Changed - <file1> - <file2> ### Result <what the fix accomplishes>
Notes
- Extracts information from git history and PR details automatically
- Uses the current branch context to determine what was done
- Keep descriptions concise but informative
Reusable Claude Code slash-commands, skills, and workflows extracted from real iOS / backend projects. Packaged as three installable plugins - register the marketplace and /plugin install what you need.
Repo: carloshpdoc/ios-workflow-claude
Other commands on ios-workflow-claude.
- /apollo-check
**Project context:** Values in angle brackets below (e.g. `<scheme>`, `<JIRA_KEY>`, `<flag-key-enum>`) are resolved at runtime — detect them from the project (`xcodebuild -list -json` for the scheme, `git`/`gh` for repo & owner, the branch name for the Jira key, a codebase
Open command - /apollo-migrate
**Project context:** Values in angle brackets below (e.g. `<scheme>`, `<JIRA_KEY>`, `<flag-key-enum>`) are resolved at runtime — detect them from the project (`xcodebuild -list -json` for the scheme, `git`/`gh` for repo & owner, the branch name for the Jira key, a codebase
Open command - /apollo-review
**Project context:** Values in angle brackets below (e.g. `<scheme>`, `<JIRA_KEY>`, `<flag-key-enum>`) are resolved at runtime — detect them from the project (`xcodebuild -list -json` for the scheme, `git`/`gh` for repo & owner, the branch name for the Jira key, a codebase
Open command - /apollo-status
**Project context:** Values in angle brackets below (e.g. `<scheme>`, `<JIRA_KEY>`, `<flag-key-enum>`) are resolved at runtime — detect them from the project (`xcodebuild -list -json` for the scheme, `git`/`gh` for repo & owner, the branch name for the Jira key, a codebase
Open command - /apollo-tasks
**Project context:** Values in angle brackets below (e.g. `<scheme>`, `<JIRA_KEY>`, `<flag-key-enum>`) are resolved at runtime — detect them from the project (`xcodebuild -list -json` for the scheme, `git`/`gh` for repo & owner, the branch name for the Jira key, a codebase
Open command - /bump
Bump the app version or build number across all targets in the current project.
Open command

