Token导航 LogoToken导航TokenDH.com
前端设计敏感数据github未标认证来源可访问许可证需确认审计通过

jira-createJira create 前端

Agent Skill

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

总安装

514

周安装

21

GitHub Stars

1

下载量

165
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/codyswanngt/lisa --skill jira-create

简介

用于处理 Jira 项目、任务、缺陷、Sprint、负责人和状态流转,适合辅助查询工单、汇总迭代进展或创建任务。

  • 适用于前端开发、界面设计和用户故事管理等前端设计类场景。
  • 支持按项目、状态、负责人等维度查询和整理工单信息。
  • 使用时需确认项目权限和工作流规则,批量操作前应预览变更内容。
  • jira-create 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Create JIRA Issues from $ARGUMENTS

Analyze the provided file(s) and create a comprehensive JIRA hierarchy with all mandatory quality gates.

Process

  1. Analyze: Read $ARGUMENTS to understand scope
  2. Determine Structure:

- Epic needed if: multiple features, major changes, >3 related files - Direct tasks if: bug fix, single file, minor change

  1. Create Issues with hierarchy: Epic → User Story → Tasks (test, implement, document, cleanup)

Mandatory for Every Code Issue

Test-First: Write tests before implementation Quality Gates: All tests/checks must pass, no SonarCloud violations Documentation: Check existing, update/create new, remove obsolete Cleanup: Remove temporary code, scripts, dev configs

Validation Journey

Tickets that change runtime behavior should include a Validation Journey section in the description. This section is consumed by the jira-journey skill to automate verification.

When to Include

Include a Validation Journey when the ticket involves:

  • API endpoint changes (new, modified, or removed routes)
  • Database schema changes (migrations, new columns, index changes)
  • Background job or queue processing changes
  • Library or utility function changes that affect exports
  • Security fixes (authentication, authorization, input validation)
  • Performance-critical changes requiring measurement

When to Skip

Skip the Validation Journey for:

  • Documentation-only changes
  • Config-only changes (env vars, CI/CD, feature flags with no code)
  • Type-definition-only changes (interfaces, types, no runtime effect)

How to Write

Design the journey based on the change type. The agent executing the journey determines how to verify each step using patterns from the project's verfication.md. Place [EVIDENCE: name] markers at key verification points.

Add this section to the ticket description:

h2. Validation Journey

h3. Prerequisites
- Local dev server running
- Database accessible
- Required environment variables set

h3. Steps
1. Verify the current state before changes
2. Apply the change (run migration, deploy, etc.)
3. Verify the expected new state [EVIDENCE: state-after-change]
4. Test error/edge cases [EVIDENCE: error-handling]
5. Verify rollback or cleanup if applicable [EVIDENCE: rollback-check]

h3. Assertions
- Describe what must be true after verification
- Each assertion is verified against the captured evidence

Guidelines

  1. Steps must be concrete and verifiable — "Run curl -s localhost:3000/health" not "Check the API"
  2. Evidence markers at verification points — Place [EVIDENCE: name] at states that prove the change works. Use descriptive kebab-case names (e.g., api-response, schema-check, rate-limit-hit)
  3. Include 2-5 evidence markers — Enough to prove the change works across happy path and error cases
  4. Assertions are testable statements — "Health check returns 200 with status ok" not "API works"
  5. Prerequisites include environment setup — Database connection, env vars, running services

Issue Requirements

Each issue must clearly communicate to:

  • Coding Assistants: Implementation requirements
  • Developers: Technical approach
  • Stakeholders: Business value

Default project: from jira-cli config (override via arguments) Exclude unless requested: migration plans, performance tests

Execute the analysis and create the complete JIRA structure with proper parent-child relationships.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.86%
按下载量换算59

Claude

28.64%
按下载量换算47

Cursor

19.96%
按下载量换算33

Gemini CLI

9.01%
按下载量换算15

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills