← 返回
未分类 中文

robertsong

Generate bilingual (Chinese/English) JIRA ticket descriptions from user input. Use when user asks to create a JIRA ticket, write ticket description, or needs...
根据用户输入生成中英文双语JIRA工单描述。适用于用户请求创建JIRA工单、编写工单描述或类似需求时使用。
robertsong2019 robertsong2019 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 341
下载
💾 0
安装
1
版本
#latest

概述

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 18:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 686 📥 331,302
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 198 📥 68,265
dev-programming

Docker Essentials

arnarsson
核心 Docker 命令和工作流程,包括容器管理、镜像操作和调试。
★ 38 📥 32,703