Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

cubrid-jira-issue-writecubrid Jira issue write 搜索

Agent Skill

用于围绕 GitHub 仓库、Issue、Pull Request、分支、提交和代码协作流程提供辅助能力。它适合让 Agent 查询项目状态、整理变更、辅助创建或检查协作事项,并把仓库中的信息转成可执行的下一步。使用时需要区分只读查询和写入操作;涉及创建 PR、修改 Issue、推送分支或访问私有仓库时,应确认 token 权限、目标仓库范围和用户授权。

总安装

225

周安装

9

GitHub Stars

2

下载量

73
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:cubrid-jira-issue-write(cubrid Jira issue write 搜索)
来源仓库:https://github.com/vimkim/my-cubrid-skills
仓库路径:skills/cubrid-jira-issue-write
安装命令:
npx skills add https://github.com/vimkim/my-cubrid-skills --skill cubrid-jira-issue-write
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/vimkim/my-cubrid-skills --skill cubrid-jira-issue-write

简介

cubrid-jira-issue-write 将分析结果转化为结构化 JIRA 工单,标题含英文编号主体用韩文描述。

  • 适用于缺陷报告、功能请求与任务分解的正式提交流程支持。
  • 自动提取分支名中的 JIRA 编号,保持代码片段与函数名原样输出。
  • 通过 npx skills add 安装,输出文件保存至固定路径需确保目录可写。
  • 涉及私有信息时应启用脱敏,防止敏感数据进入公开追踪系统。

SKILL.md

CUBRID JIRA Issue Writer

Write structured JIRA issue reports for the CUBRID project. Output is a markdown file saved to /home/vimkim/gh/my-cubrid-jira/issues/.

When to Use

  • User says "write a jira issue", "jira로 작성", "이슈 작성", "리포트 작성"
  • User has analysis results or findings to document as a JIRA issue
  • User wants to formalize a bug report, feature request, or task

Output Format

The issue file MUST follow these conventions:

Language Rules

  • Section headers (##): Always in English
  • Subsection headers (###) and body text: Always in Korean
  • Code snippets, function names, file paths: Keep as-is (English/code)
  • Tables: Korean content, English column headers are OK

File Naming

CBRD-XXXXX-short-slug.md where XXXXX is the JIRA ticket number and short-slug is a brief English descriptor.

If no JIRA ticket number is provided, ask the user for it or use a descriptive name.

Required Sections

Every issue MUST have these sections in this order:

# [TAG] 한국어 제목

## Description

### 배경
(문제의 배경 설명)

### 목적
(이 이슈의 목적)

---

## Implementation
(or ## Spec Change, ## Analysis — pick the most appropriate)

(구현 방법, 변경 사항, 또는 분석 결과)

---

## Acceptance Criteria
(or ## A/C)

- [ ] 체크리스트 형태의 수락 조건

---

## Remarks

(참고 사항, 후속 작업, PR 링크 등)

Optional Sections

Add these when relevant:

  • ## Spec Change — API/format changes with tables showing before/after
  • ## Analysis — For investigation/research issues
  • ## 참고 코드 — Key source file references

Style Guide

  1. Title format: # [TAG] 한국어 설명 — TAG is a short category like [OOS], [BTREE], [BROKER]
  2. Use --- horizontal rules between major sections
  3. Tables for structured data (function lists, format changes, comparison)
  4. Code blocks with language annotation for source code
  5. Flow diagrams using ASCII art in code blocks for call chains
  6. Bold for emphasis on key terms
  7. Backticks for all function names, variable names, file paths, and code references
  8. Keep paragraphs concise — prefer bullet points and tables over long prose
  9. Acceptance criteria as markdown checkboxes (- [])

Reference Examples

Refer to existing issues in /home/vimkim/gh/my-cubrid-jira/issues/ for style consistency. Key examples:

  • CBRD-26637-refactor-error-handling.md — Refactoring issue with implementation details
  • CBRD-26630-oos-inline-length.md — Spec change with before/after tables
  • CBRD-26609-oos-physical-delete.md — New feature with call flow diagrams and WAL design

Execution Steps

  1. Check output directory: Verify that /home/vimkim/gh/my-cubrid-jira/issues/ exists. If it does NOT exist, stop immediately and tell the user: "Error: Issue directory /home/vimkim/gh/my-cubrid-jira/issues/ does not exist. Please clone or create the repository first." Do NOT create the directory automatically.
  2. Gather context: Read relevant source code, prior analysis, or conversation context
  3. Determine sections: Based on issue type (bug/feature/task/analysis), pick the right section mix
  4. Write the issue: Follow the format above, in Korean with English ## headers
  5. Save the file: Write to /home/vimkim/gh/my-cubrid-jira/issues/CBRD-XXXXX-slug.md
  6. Show the user: Print the file path and a brief summary

Arguments

Pass the JIRA ticket number and/or topic as arguments:

  • /write-jira-issue CBRD-26583 OOS compact analysis — Write issue for specific ticket
  • /write-jira-issue — Interactive mode, ask user for details

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.56%
按下载量换算27

Claude

31.22%
按下载量换算23

Cursor

16.83%
按下载量换算12

Gemini CLI

9.51%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills