Skip to main content
Generalmarkus41

jira:commit

Create smart commit linked to Jira issue. Use when the user wants to "commit", "smart commit", "jira commit", or "commit changes".

Stars
12
Source
markus41/claude
Updated
2026-05-11
Slug
markus41--claude--jira-commit
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/markus41/claude/HEAD/.claude/skills/jira-commit/SKILL.md -o .claude/skills/jira-commit.md

Drops the SKILL.md into .claude/skills/jira-commit.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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

  • /jira:pr - Create pull request
  • /jira:branch - Create linked branch