smithery/Lobbi-Docs

jira:commit

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

Installation

$ npx skills add smithery/Lobbi-Docs --skill jiracommit

Also in this package

Other skills from smithery/Lobbi-Docs · top by installs.

npx skills add smithery/Lobbi-Docs

Browse all from smithery/Lobbi-Docs

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version4.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 682 B
  • docs SUMMARY.md 148 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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