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.md
source 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

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