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

ticketticket 开发

Agent Skill

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

总安装

247

周安装

10

GitHub Stars

公开资料未说明

下载量

78
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/cerico/macfair --skill ticket

简介

Ticket 在 tmp/tickets/ 目录下创建工单供 Ralph 自动处理任务。

  • 适用于将特性拆解为离散任务、创建 backlog 或捕获缺陷场景。
  • 支持自定义引用编号和验收标准,适配不同团队的工作流程。
  • 安装前需确认是否有权限写入 tmp/ 目录,避免因权限问题中断。
  • 生成的工单为 Markdown 格式,需人工复核内容后再交由下游处理。

SKILL.md

Ticket

Create tickets in tmp/tickets/ for Ralph to work on autonomously.

When to Use

  • Planning work to delegate to Ralph
  • Breaking down a feature into discrete tasks
  • Creating a backlog of improvements
  • Capturing bugs or issues to fix later

Instructions

1. Ensure Directory Exists

mkdir -p tmp/tickets/done

2. Gather Requirements

Ask the user:

  • What needs to be done?
  • Any reference number? (e.g., CEL-042, PROJ-123, or just use sequential numbers)
  • Any specific files or areas of the codebase?
  • Acceptance criteria?

3. Create Ticket

Filename format: {REFERENCE}-{short-description}.md

Examples:

  • CEL-042-add-logout-button.md
  • 001-fix-header-alignment.md
  • PROJ-99-refactor-auth-flow.md

4. Ticket Template

# {Title}

{Clear description of what needs to be done}

## Context

{Why this is needed, background info}

## Files

{Known files that need changes, if any}

## Acceptance Criteria

- [ ] {Specific requirement 1}
- [ ] {Specific requirement 2}

Workflow

  1. Single ticket: User describes one task, create it
  2. Batch planning: User describes a feature, help break it into multiple tickets
  3. Review: Show created tickets, let user refine before finishing

Commands

After creating tickets, suggest:

  • ralph status - see pending tickets
  • ralph run - start working through them

Example Session

User: I need to add user authentication

Assistant: Let me help break that down into tickets. A few questions:

  1. What auth method? (OAuth, email/password, magic link?)
  2. Do you have a reference prefix? (e.g., AUTH-001)
  3. Any existing auth code to work with?

User: Email/password, use AUTH prefix, starting fresh

Assistant: I'll create these tickets:

  1. AUTH-001-user-model.md - Create User model with email/password fields
  2. AUTH-002-signup-endpoint.md - POST /api/auth/signup
  3. AUTH-003-login-endpoint.md - POST /api/auth/login
  4. AUTH-004-session-middleware.md - Session handling middleware
  5. AUTH-005-protected-routes.md - Add auth checks to protected routes

Want me to create these, or adjust the breakdown first?

User: Create them

Assistant: Created 5 tickets:

  • tmp/tickets/AUTH-001-user-model.md
  • tmp/tickets/AUTH-002-signup-endpoint.md
  • ...

Run ralph status to see them, or ralph run to start working.

Notes

  • Keep tickets focused and atomic
  • One clear deliverable per ticket
  • Ralph works one ticket at a time
  • Tickets should be completable in a single session

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.85%
按下载量换算29

Claude

29.17%
按下载量换算23

Cursor

19.6%
按下载量换算15

Gemini CLI

9.13%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills