返回 Skill 列表
extension
分类: 开发与工程无需 API Key

jira:commit

创建与Jira问题关联的智能提交。当用户想要“提交”、“智能提交”、“Jira提交”或“提交更改”时使用。

person作者: jakexiaohubgithub

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