Token导航 LogoToken导航TokenDH.com
效率需要联网clawhub未标认证来源可访问clear审计通过

jira-ticket-generatorJira ticket 生成器

Agent Skill

用于处理 Jira 项目、任务、缺陷、Sprint、负责人和状态流转。它适合让 Agent 辅助查询工单、汇总迭代进展、创建任务或整理需求和缺陷信息。使用时要确认项目权限、字段配置和工作流规则,不同团队的 Issue 类型、状态和必填字段可能不同;涉及批量改状态、改负责人或创建工单时,应先预览变更内容再执行。

总安装

2,376

周安装

101

GitHub Stars

公开资料未说明

下载量

832
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:jira-ticket-generator(Jira ticket 生成器)
来源仓库:https://github.com/robertsong2019/jira-ticket-generator
安装命令:
openclaw skills install jira-ticket-generator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install jira-ticket-generator

简介

双语对照生成中文/英文双版本 Jira 工单标题与正文内容。

  • 内置模板库覆盖常见缺陷类型与功能请求分类描述范式。
  • 显著提升跨国团队协作效率减少沟通歧义与返工成本。
  • 输出结果仅供参考最终提交前应由负责人润色确认准确性。
  • jira-ticket-generator 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
jira-ticket-generator
description
Generate bilingual (Chinese/English) JIRA ticket descriptions from user input. Use when user asks to create a JIRA ticket, write ticket description, or needs to format a task/issue for JIRA. Supports various issue types including Bug, Task, Story, and Epic.

JIRA Ticket Generator

Generate professional, bilingual JIRA ticket descriptions with consistent formatting.

Quick Start

When user provides a task description, generate a bilingual ticket description with:

  • Title - Concise summary with [PREFIX] tag
  • Description - Structured content in both Chinese and English
  • Sections - Objective, Requirements, Acceptance Criteria (as applicable)

Ticket Types and Templates

Bug Report

Use for defects, errors, or unexpected behavior.

Structure:

  • Title: [BUG] Brief issue description
  • Problem description
  • Steps to reproduce
  • Expected vs actual behavior
  • Environment/context

Task

Use for general work items, technical tasks, documentation updates.

Structure:

  • Title: [TASK] Brief task description
  • Objective
  • Requirements
  • Acceptance criteria

Story

Use for user-facing features or requirements.

Structure:

  • Title: [STORY] Brief feature description
  • User story (As a... I want... So that...)
  • Requirements
  • Acceptance criteria

Epic

Use for large bodies of work that span multiple stories/tasks.

Structure:

  • Title: [EPIC] Brief epic description
  • Objective
  • Scope
  • Key deliverables

Bilingual Format

All ticket titles and descriptions must include both Chinese and English versions.

Title Format

The title line must contain both Chinese and English, separated by a pipe |:

[PREFIX] 中文标题 | English Title

Examples:

  • [TASK] 启用 Hermes API Server 并部署 Web Chat 前端 | Enable Hermes API Server and Deploy Web Chat Frontend
  • [STORY] 汽车行业知识库 RAG + 知识图谱混合架构建设 | Automotive Knowledge Base RAG + Knowledge Graph Hybrid Architecture
  • [BUG] 飞书文件发送偶发超时 | Feishu File Send Intermittent Timeout
  • [EPIC] Q3 性能优化专项 | Q3 Performance Optimization Initiative

Description Format

## 🇨🇳 中文描述

**目标 / Objective:**
[Chinese description]

**需求 / Requirements:**
- [Requirement 1 in Chinese]
- [Requirement 2 in Chinese]

**验收标准 / Acceptance Criteria:**
- [Criterion 1 in Chinese]
- [Criterion 2 in Chinese]

---

## 🇬🇧 English Description

**Objective:**
[English description]

**Requirements:**
- [Requirement 1 in English]
- [Requirement 2 in English]

**Acceptance Criteria:**
- [Criterion 1 in English]
- [Criterion 2 in English]

Workflow

  1. Understand - Read the user's input to determine ticket type (Bug/Task/Story/Epic)
  2. Classify - If unclear, ask the user to clarify the ticket type
  3. Generate - Create bilingual ticket description following the appropriate template
  4. Review - Ensure formatting is consistent and content is complete
  5. Output - Present the ticket to the user in a copy-ready format

Title Conventions

Titles must be bilingual (Chinese | English) with [PREFIX] tag:

[PREFIX] 中文标题 | English Title
TypePrefixExample
Bug[BUG]`[BUG] 飞书文件发送偶发超时 \Feishu File Send Intermittent Timeout`
Task[TASK]`[TASK] 更新 API 文档至 v2.0 \Update API Documentation for v2.0`
Story[STORY]`[STORY] 用户可导出 PDF 报告 \User Can Export Reports to PDF`
Epic[EPIC]`[EPIC] Q3 性能优化专项 \Q3 Performance Optimization Initiative`

Rules

  • Chinese title comes first, then | , then English title
  • Both sides should be concise but descriptive (each under 80 characters)
  • Use action verbs for tasks and stories (启用, 部署, 实现, 设计 / Enable, Deploy, Implement, Design)

Best Practices

  1. Keep titles concise but descriptive (under 100 characters)
  2. Use action verbs for tasks and stories (Implement, Update, Fix, Design)
  3. Make acceptance criteria specific and testable
  4. Include context that helps developers understand the "why"
  5. For bugs, always include reproduction steps
  6. Prioritize clarity over completeness — a clear ticket is more useful than an exhaustive one

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.88%
按下载量换算681

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills