Claude-skill-registry jira:commit
Create smart commit linked to Jira issue. Use when the user wants to "commit", "smart commit", "jira commit", or "commit changes".
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/jira-commit" ~/.claude/skills/majiayu000-claude-skill-registry-jira-commit && rm -rf "$T"
manifest:
skills/data/jira-commit/SKILL.mdsource content
Jira Smart Commit
Create a git commit linked to a Jira issue with smart commit syntax.
Usage
/jira:commit [issue-key] [message]
Features
- Formats commit with issue key
- Adds work log via smart commit
- Comments on issue
- Can transition issue status
- Links commit to issue
Smart Commit Syntax
[ISSUE-KEY] message #comment text #time 2h #transition "In Progress"
Related Commands
- Create pull request/jira:pr
- Create linked branch/jira:branch