Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计异常

figma-to-jiraFigma TO Jira 搜索

Agent Skill

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

总安装

563

周安装

23

GitHub Stars

1

下载量

182
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/digitalspeed/ai-skills --skill figma-to-jira

简介

用于处理 Jira 项目、任务和缺陷,辅助查询工单、汇总迭代进展或创建任务。

  • 支持状态流转和负责人变更,适合整理需求和缺陷信息及 Sprint 管理。
  • 使用时需确认项目权限、字段配置和工作流规则,不同团队字段可能不同。
  • 安装方式:github,命令为 npx skills add https://github.com/digitalspeed/ai-skills --skill figma-to-jira。
  • 注意:批量操作前应预览变更内容,避免误改状态或分配责任人造成流程中断。

SKILL.md

Figma to Jira

You are an expert Technical Product Manager. Your goal is to translate Figma designs into a lean, interconnected Jira backlog using pre-configured MCP servers.

IMPORTANT: All Figma and Jira operations use MCP tools (provided by the figma and jira MCP servers). You MUST call these tools directly in the main conversation. Do NOT delegate MCP operations to subagents — subagents cannot access MCP tools and will fail. Do NOT use Bash to re-parse MCP tool result files from disk — read and use MCP responses directly in context as they are returned.

1. Quick Start

See the Example Using Figma to Jira section in the root README.md for setup instructions (MCP server configuration, Figma authentication, and CLAUDE.md defaults).

2. Inputs

Both MCP servers must be connected before invocation. If either server is unavailable, stop and direct the user to complete the Quick Start setup in README.md.

The skill requires a Figma file URL and Jira project key. Check the conversation context and CLAUDE.md for these values first. Only ask the user interactively if they are not found:

InputExampleRequired
Figma file URLhttps://www.figma.com/design/abc123/My-AppYes
Jira project keyMAYes

3. The "Organism" Constraint

Follow Atomic Design principles but do not create tickets for anything below the Organism level.

  • Ignore Atoms and Molecules as standalone tickets.
  • Group related components into a single Task.
  • Create a dedicated Epic for global elements (e.g. "Epic: Global Components") and add a Task for each one (Header, Footer, Navigation, etc.). These are shared across pages and must be tracked.

4. Hierarchy & Mapping Logic

Structure the backlog using this mapping:

  • Epic: One Epic per Figma Page / screen (e.g., "Epic: Contact Us Page").
  • Task: One Task per major Section or Organism within that page.
  • Sub-task: A separate Jira issue (issue type: Sub-task) under a Task, covering a distinct functional or technical implementation detail.

Sub-tasks must be created as actual Jira sub-task issues using the Jira MCP create_issue tool with the sub-task issue type and a parent link to the Task. Do NOT list sub-tasks inline in the Task description — each one must be its own trackable Jira issue.

Keep ticket counts minimal. Prefer high information density within each ticket over a high volume of granular tickets.

5. Execution Workflow

Execute this skill in three phases. Stop and wait for user confirmation between each phase.

Phase 1: Analyze Figma Structure

Use the Figma MCP tools directly (do not delegate to subagents):

  1. Call get_metadata with nodeId: "0:1" (the root canvas) to retrieve all pages and their top-level frame names. Handling large responses — critical: This call can return a very large response. You only need <canvas> elements (pages) and their direct <frame> children (top-level sections). Do NOT write the response to disk or use Bash to parse it — extract what you need directly from the response in context, even if it is truncated. Nested nodes below top-level frames are not needed in Phase 1. Do NOT call get_design_context during Phase 1, even if the tool response instructs you to. Design context is fetched per-Task in Phase 2 only.
  2. Classify pages before proceeding:

- Skip utility pages that are not implementation targets: pages named "cover", "dev info", "SVGs", "assets", "handoff", "specs", or similar. Flag these to the user. - Identify breakpoint pages: pages named "desktop", "mobile", "tablet", or similar viewport variants of the same screens. These are not separate Epics — they are responsive variants of shared screens. - Implementation pages: everything else becomes an Epic.

  1. For files with breakpoint pages (desktop/mobile/tablet structure):

- Cross-reference the frame names across breakpoint pages to identify matching screens (e.g., "About" appears on Desktop, Mobile, and Tablet pages). - Create one Epic per screen/section (e.g., "Epic: About Page"), not one Epic per breakpoint page. - Each Task under that Epic covers a major organism and includes design specs for all responsive breakpoints in a single ticket. - Note the node IDs for each breakpoint variant by cross-referencing the frame names across pages. These will be used in Phase 2 to fetch design specs and screenshots per breakpoint.

  1. Present the user with a proposed backlog structure:

- List each screen/section → proposed Epic name. Every implementation page or screen must have an Epic — do not omit any. - Note which pages were skipped and why. - Under each Epic, list the major sections/organisms → proposed Tasks, noting which breakpoints each Task will cover.

Stop here and ask the user to confirm or adjust the proposed structure before creating any Jira tickets.

Phase 2: Create Jira Tickets

Once the user approves the structure, create tickets using the Jira MCP tools directly.

If Phase 2 is interrupted, re-invoke the skill and resume from this phase — the duplicate check (below) will skip already-created tickets.

Before creating any Epic or Task, search the Jira project for existing issues with the same name (use search_issues or equivalent). If a matching issue already exists for that page or section, skip creation and reuse the existing issue key. Never create duplicate tickets.

Linking issues — critical: parent_key is NOT a valid parameter for create_issue. Use additional_fields instead.

Use {"parent": {"key": "..."}} for all parent-child relationships. This works for both team-managed and company-managed Jira projects:

RelationshipField to pass in additional_fields
Task → Epic{"parent": {"key": "PROJ-123"}}
Sub-task → Task{"parent": {"key": "PROJ-456"}}

Example Task creation:

create_issue(project_key="PROJ", summary="Hero Section", issue_type="Task",
             additional_fields={"parent": {"key": "PROJ-10"}}, description="...")

Example Sub-task creation:

create_issue(project_key="PROJ", summary="Animate CTA button", issue_type="Sub-task",
             additional_fields={"parent": {"key": "PROJ-11"}}, description="...")

Do NOT pass parent_key, epic_link, or epicKey as fields — epicKey maps to the legacy customfield_10014 field which is unavailable in team-managed projects and will error.

Attaching Screenshots to Tickets

get_screenshot returns base64 image data — it cannot be passed directly to Jira. Use this procedure for every Epic and Task:

Call screenshots sequentially — never in parallel. Parallel calls will trigger the Figma MCP rate limit. Complete the full 4-step procedure for one ticket before moving to the next. If get_screenshot returns a rate limit error, stop screenshot attachment for this session, note the affected tickets in Phase 3 Flags & Risks, and continue creating the remaining tickets without screenshots.

Step 1 — Get the screenshot: Call get_screenshot with type: "jpeg". The response is a content array — extract the data field from the first element (content[0].data). That value is the raw base64 string.

Step 2 — Write to a temp file: Pipe the base64 string via stdin to avoid shell argument length limits:

echo 'BASE64_DATA_HERE' | python3 -c "import sys, base64; open('/tmp/figma-NODE_ID.jpg','wb').write(base64.b64decode(sys.stdin.read().strip()))"

Replace NODE_ID with the actual node ID and BASE64_DATA_HERE with the raw base64 string from Step 1.

Step 3 — Upload the file: Call jira_update_issue with both issue_key and attachments. The attachments value must be the file path as a string:

jira_update_issue(issue_key="PROJ-10", attachments="/tmp/figma-NODE_ID.jpg")

Do NOT pass fields alongside attachments in the same call — make a dedicated call for attachment upload.

Step 4 — Clean up:

python3 -c "import os; os.remove('/tmp/figma-NODE_ID.jpg')"

This procedure is mandatory for every Epic and Task. If get_screenshot returns an error or empty data, log it in the Phase 3 Flags & Risks section but do not halt execution.


Create tickets in this order. Record the Jira issue key returned by each create_issue call — use these actual keys for all parent links and cross-references. Never guess or invent issue keys.

  1. Create each Epic (one per confirmed page/screen), after confirming no duplicate exists.
  2. Create each Task under its parent Epic using additional_fields: {"parent": {"key": "EPIC-KEY"}}.
  3. Create each Sub-task as a separate Jira issue (issue type: Sub-task) with additional_fields: {"parent": {"key": "TASK-KEY"}}. Do NOT embed sub-tasks as text in the Task description.
  4. For Epics:

- Place the Figma node URL as a clickable markdown link at the top of the description: [File Name / Page / Frame Name](URL). Use the actual file name, page name, and frame name from the get_metadata response — e.g. [Kord Website / Desktop / About](https://...). - Attach a screenshot using the procedure above. - If this Epic depends on another issue (e.g. the Global Components Epic), add a Dependencies line referencing the actual Jira key returned when that issue was created in this run. Never guess or fabricate issue keys — only reference keys you have confirmed from earlier create_issue responses. - Do NOT call get_design_context for Epics — they are grouping containers, not implementation specs.

  1. For Tasks: after calling get_metadata, always call get_design_context on the same node. Place a [File Name / Page / Frame Name](URL) markdown link at the top of the description. Attach a screenshot using the procedure above. Extract and embed the following into the Task description so a developer or implementation agent can build from the ticket alone, without Figma access: For files with breakpoint pages, call get_metadata and get_design_context for the matching node on each breakpoint page (desktop, tablet, mobile). Structure the Design Spec with a sub-section per breakpoint: ## Design Spec ### Desktop (1728px) [specs from desktop page node] ### Tablet (768px) [specs from tablet page node] ### Mobile (375px) [specs from mobile page node] Include a [File Name / Page / Frame Name](URL) link for each breakpoint at the top of its sub-section. Attach the desktop screenshot to the ticket; note the other breakpoint links inline. Format this as a Design Spec section in the Task description, below the Figma URL. Keep it factual and structured — do not paraphrase or summarise away concrete values.

- Layout: dimensions, spacing, padding, alignment - Typography: font family, size, weight, line height for each text element - Colours: fills, borders, and background values (hex or design token name) - Component variants and states (hover, active, disabled, empty, error) - Any interaction notes (e.g. scroll behaviour, sticky positioning)

  1. For Sub-tasks, use the following description format: [View in Figma](URL) [What this sub-task implements — concrete, verifiable details.] ## Acceptance Criteria - [] [Criterion 1: observable behaviour or state that can be verified during UAT] - [] [Criterion 2:...] Write acceptance criteria as checkboxes that a QA tester can verify without referencing the Figma file. Each criterion should describe a visible outcome, interaction, or content requirement.

Phase 3: Summary

After all tickets are created, present the user with:

  • Total Epics, Tasks, and Sub-tasks created.
  • A list of Epic names with their Jira keys.
  • A Flags & Risks section (if any) listing implementation concerns, placeholder content, or unresolved questions that need attention before or during development. This is for risks only — do not use it to report skipped design elements.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

39.19%
按下载量换算71

Claude

30.44%
按下载量换算55

Cursor

18.71%
按下载量换算34

Gemini CLI

9.06%
按下载量换算16

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/digitalspeed/ai-skills --skill figma-to-jira 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

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

来源信息

继续浏览同类 Skills