Token导航 LogoToken导航TokenDH.com
Auto Jira Skill logo
开发工具未说明官方级别未说明来源级核验

Auto Jira Skill

MCP Server

一款将Jira项目管理集成到Git流程中的自动化工具,支持查票、建票、改状态、补证据评论等功能,并实现Git与Jira的双向同步。

工具数

0

提示词数

0

GitHub Stars

1

资源数

0
开发工具Git集成PythonClaudeJira集成Claude DesktopClaudeCursor

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

Stanley-1013

提供方

Stanley-1013

最后核验

2026/5/17 20:22

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

autojira-skill (lab)

讓「人類工程師使用 Codex/Claude Code 等開發時」能用 Jira MCP 把專案管理融入日常 Git 流程:

  • 查票 / 建票 / 改狀態 / 補 evidence comment
  • Git ↔ Jira 同步(branch / commit / MR opened / MR merged / squash commit)
  • 強制 read→propose→confirm→execute→verify(避免亂改票)
  • 支援去重/冪等(rerun 不會重複貼一樣的 evidence)
Requires Jira MCP tools (mcp__Jira__*). Without MCP credentials, the skill can still draft JQL / plans / payloads, but must not write to Jira.

Prerequisites

  • Jira MCP Server(提供 mcp__Jira__* 工具)
  • Jira credentials(base url / email / api token 等,依你使用的 MCP server 設定)

Quickstart (engineers)

入口:SKILL.md

常用範例(直接複製貼給 agent):

  • 「把 QQ-14 同步一下:我在 branch feature/QQ-14-squash,補上最新 commit evidence,狀態轉進行中。」
  • 「QQ-14 MR 開了:。請在 Jira 補 MR opened evidence,狀態維持/轉到進行中。」
  • 「QQ-14 MR merged:,squash commit 。請補 MR merged + commit evidence,然後轉完成。」

Example prompts for different environments

Claude (Claude Code / Claude Desktop)

  • “I’m working on QQ-14. Based on my current git branch/commits/MR, propose a Jira write plan (comments + transitions) and ask me to confirm. Use a confirm-before-write block.”

Cursor

  • “Read the current git status/log, infer the Jira key, and draft the exact Jira evidence comments (with AUTOJIRA: EVIDENCE tags). Then show a single confirmation bundle before any write.”

antigravity

  • “Run the Git↔Jira workflow: read issue + transitions, propose minimal writes, wait for OK, then add idempotent evidence comments and transition to Done.”

更多細節:references/00_INDEX.md

Install (clone)

Option A — general (any environment)

Clone to any folder, then copy/symlink it into your agent’s skills directory.
git clone git@github.com:Stanley-1013/autoJira-skill.git
cd autoJira-skill

Option B — Moltbot / Clawd (Linux/macOS)

Recommended: ~/.clawdbot/skills/ (current user-facing location) Note: on some installs this may be a symlink/alias to ~/.moltbot/skills/. Either is fine as long as your Moltbot instance loads skills from it.
mkdir -p ~/.clawdbot/skills
cd ~/.clawdbot/skills
git clone git@github.com:Stanley-1013/autoJira-skill.git autojira-skill

(Optional) If your environment uses ~/.moltbot/skills/ directly:

mkdir -p ~/.moltbot/skills
cd ~/.moltbot/skills
git clone git@github.com:Stanley-1013/autoJira-skill.git autojira-skill

Option C — no SSH key (HTTPS)

git clone https://github.com/Stanley-1013/autoJira-skill.git

After install, restart/reload your agent (depends on host app), then verify the skill is visible.

Repository hygiene

  • Repo 只放「skill 必要內容」(SKILL.md / references / scripts / templates)。
  • 本機 worklog / 執行產物不要 commit。

目录标签

目录标签

开发工具Git集成PythonClaudeJira集成项目管理本地部署自动化工具开发效率

支持客户端

Claude DesktopClaudeCursor

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

token

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明token部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP