Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问clear审计未展示

jira-expertJira expert 搜索

Agent Skill

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

总安装

297

周安装

8

GitHub Stars

公开资料未说明

下载量

65
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/rickydwilson-dcs/claude-skills --skill jira-expert

简介

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

  • 适用于高级查询、复杂分析和专家级建议等研究检索类场景。
  • 支持按项目、状态、负责人等维度查询和整理工单信息。
  • 使用时需确认项目权限和工作流规则,批量操作前应预览变更内容。
  • jira-expert 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Atlassian Jira Expert

Overview

This skill provides comprehensive Jira expertise for project configuration, workflow design, advanced JQL queries, automation rules, custom fields, dashboards, and reporting. It covers all technical and operational aspects of Jira including Scrum/Kanban board setup, permission schemes, bulk operations, and integration with Confluence and external tools through the Atlassian MCP server.

Target users include Jira administrators, project managers, Scrum Masters, technical leads, and agile coaches who need to configure projects, optimize workflows, create advanced filters and dashboards, or automate Jira operations. This skill is essential for teams setting up new Jira projects, customizing workflows, implementing automation, or generating portfolio-level reports.

Core Value: Reduce project setup time by 60% through templates and automation, improve team productivity by 35% through optimized workflows and JQL filters, and increase reporting efficiency by 70% through custom dashboards and automated data extraction.

Core Capabilities

  • Project Configuration & Workflows - Create and configure Jira projects (Scrum, Kanban, custom) with custom workflows, issue types, fields, screens, and permission schemes
  • JQL Mastery & Advanced Queries - Write complex JQL queries for any use case, build saved filters with multiple conditions, optimize query performance, and create team-specific views
  • Automation & Integration - Design Jira automation rules, configure webhooks, set up email notifications, and integrate with external tools (Confluence, Slack, CI/CD)
  • Dashboards & Reporting - Create custom dashboards with gadgets, build reports for sprint metrics, velocity, burndown, configure portfolio-level reporting, and export data for executive visibility
  • Atlassian MCP Integration - Direct Jira operations via MCP server for project creation, JQL execution, issue updates, sprint management, report generation, and workflow configuration

Quick Start

Common Jira Operations

This skill provides Jira expertise through knowledge frameworks, JQL patterns, and workflow templates. Actual Jira operations are performed through the Atlassian MCP server configured in Claude Code settings.

Access Documentation Resources

  • JQL reference: See JQL Query Building section for operators, functions, and powerful query examples
  • Workflow patterns: See Workflow Design section for workflow configuration and transition setup
  • Automation examples: See Automation Rules section for trigger, condition, and action patterns
  • Dashboard templates: See Dashboard Creation section for gadget configuration and layout patterns

Key Workflows to Start With

  1. Configure New Scrum Project - Set up a new Jira project with workflow, permissions, and board (1.5 hours)
  2. Build Advanced Dashboard for Reporting - Create executive dashboard with key metrics and JQL filters (1 hour)
  3. Create Automation Rules for Team Efficiency - Implement automation to reduce manual work (1 hour)
  4. Master JQL for Complex Queries - Build advanced queries for filtering, reporting, and bulk operations (varies)

Key Workflows

1. Configure New Scrum Project

Time: 1.5 hours

Steps:

  1. Create Jira project - Go to Projects → Create project → Select Scrum template

- Project key (e.g., "PROJ" - 2-4 uppercase letters) - Project name and description - Project lead (should be Senior PM) - Default assignee preference

  1. Configure issue types - Customize the issue types for your workflow

- Epic: Large features/initiatives - Story: User-facing feature work - Task: Non-user-facing work - Bug: Defect reports - Subtask: Breakdown complex stories - Optional: Add custom types (e.g., "Spike" for research)

  1. Create workflow schema - Design workflow states and transitions To Do → In Progress → In Review → Done - To Do: Initial state for all issues - In Progress: Active development - In Review: Awaiting code/design review - Done: Complete and merged/deployed

- Define who can transition between states - Add validators (required fields before transition) - Add post-functions (auto-assign, notify watchers)

  1. Set up project permissions - Configure who can browse, create, and manage issues

- Developers: Create/Edit/Transition issues - QA: Create bugs, view all issues - PM: Admin access - Stakeholders: View-only

  1. Configure board and backlog - Set up Scrum board for sprint management

- Enable columns for each workflow state - Configure backlog visibility - Set default issue view

  1. Create board filters and saved searches - Set up standard queries for team use

- My Issues: assignee = currentUser() AND status!= Done - Blocked: issuekey in linkedIssues(PROJ, "is blocked by") - Ready for Dev: priority >= High AND status = "To Do"

Expected Output: Fully configured Scrum project ready for team to begin working. Team can create stories, manage sprints, and track progress with consistent workflow and permissions.

See Project Configuration section for detailed configuration options.

2. Build Advanced Dashboard for Reporting

Time: 1 hour

Steps:

  1. Create new shared dashboard - Dashboards → Create Dashboard

- Name: "Team Metrics" or similar - Make it shared with team - Set default filters if needed

  1. Add sprint burndown gadget - Shows sprint progress week by week

- Select current sprint - Configure to show ideal vs actual burndown - Helps identify falling behind early

  1. Add velocity chart gadget - Tracks story points completed per sprint

- Use last 10 sprints - Shows team capacity trends - Helps forecast future sprint capacity

  1. Add created vs resolved gadget - Shows issue intake vs completion rate

- Monitors if backlog is growing/shrinking - Use 30-day timeframe

  1. Add filter results gadget - Custom issue list using JQL # High priority bugs type = Bug AND priority = High AND status!= Done

- Add separate gadget for high priority issues - Add gadget for overdue issues

  1. Arrange and share dashboard - Position gadgets for readability

- Executive summary at top - Detailed metrics below - Share with stakeholders

Expected Output: Live dashboard providing real-time view into team metrics, sprint health, and backlog status. Stakeholders can monitor progress without asking for updates.

See Dashboard Creation section for detailed gadget configuration.

3. Set Up Automation Rules for Common Tasks

Time: 1.5 hours

Steps:

  1. Create automatic status updates - Trigger on field changes

- When "Fix Version" is set to current sprint → Auto-move story to "In Progress" - When all subtasks marked Done → Auto-move parent to "In Review" - Reduces manual status updates

  1. Create auto-assignment rules - Route work to appropriate team members

- When type = Bug and priority = High → Assign to @dev-lead - When type = Story and label = "backend" → Assign to backend team - Balance work distribution

  1. Create notification automation - Keep stakeholders informed

- When status changes to "In Review" → Notify assigned reviewer - When issue moved to "Done" → Notify watchers with summary - When issue created with "Blocker" label → Notify PM

  1. Create linked issue automation - Maintain relationships

- When Epic moved to "Done" → Auto-close all child stories marked Done - When story linked to QA Epic → Add QA label - Keep related issues in sync

  1. Test automation with sample data - Create test issues in each scenario

- Verify rules fire correctly - Check notifications arrive - Confirm field updates work as expected

  1. Enable and monitor - Turn on automation in production

- Monitor for 1 week for edge cases - Adjust rules if needed - Document rules for team reference

Expected Output: Automated Jira workflow handling routine tasks, reducing manual work and keeping team informed. Common patterns (status updates, assignments, notifications) happen automatically.

See Automation Rules section for pattern examples.

4. Execute Bulk Data Cleanup and Migration

Time: 2 hours

Steps:

  1. Identify target issues using JQL - Write query to find all issues needing update # Example: All high priority bugs without fix version type = Bug AND priority = High AND fixVersion is EMPTY

- Test query to ensure correct scope - Check count of affected issues

  1. Create backup report - Export data before making changes

- Use Issues → Export to Excel - Save report with timestamp - Document what changes are being made

  1. Perform bulk change operation - Select → Tools → Bulk Change

- Select target issues from query - Choose fields to update (e.g., Fix Version, Epic Link, Labels) - Preview changes before executing - Execute bulk operation

  1. Verify migration success - Check sample of updated issues

- Spot check 10-20 updated issues - Verify fields updated correctly - Check that no data was lost

  1. Update affected reports and dashboards - Refresh any dashboards or filters

- Rerun velocity reports - Update any hardcoded issue lists - Notify team of changes

  1. Document changes - Create audit trail

- Record what was changed - Why the change was made - Date and who performed it

Expected Output: Data cleanup completed successfully with verified accuracy. Old or incorrect data is corrected, and audit trail is documented for compliance/reference.

See Bulk Operations section for detailed operation procedures.

Python Tools

This skill does not include Python automation tools. Jira operations are performed directly through the Atlassian MCP server, which provides native integration for:

  • Creating and configuring projects
  • Executing JQL queries for data extraction
  • Updating issue fields and statuses
  • Creating and managing sprints
  • Generating reports and dashboards
  • Configuring workflows and automation
  • Managing boards and filters

See the Atlassian MCP Integration section below for detailed integration patterns and capabilities.

Reference Documentation

The following sections provide comprehensive frameworks, JQL patterns, and best practices for Jira expertise:

Core Competencies

Project Configuration

  • Create and configure Jira projects (Scrum, Kanban, custom)
  • Design and implement custom workflows
  • Configure issue types, fields, and screens
  • Set up project permissions and security schemes

JQL Mastery

  • Write advanced JQL queries for any use case
  • Create complex filters with multiple conditions
  • Optimize query performance
  • Build saved filters for team use

Automation & Integration

  • Design Jira automation rules
  • Configure webhooks and integrations
  • Set up email notifications
  • Integrate with external tools (Confluence, Slack, etc.)

Reporting & Dashboards

  • Create custom dashboards with gadgets
  • Build reports for sprint metrics, velocity, burndown
  • Configure portfolio-level reporting
  • Export data for executive reporting

Workflows

Project Creation

  1. Determine project type (Scrum, Kanban, Bug Tracking, etc.)
  2. Create project with appropriate template
  3. Configure project settings:

- Name, key, description - Project lead and default assignee - Notification scheme - Permission scheme

  1. Set up issue types and workflows
  2. Configure custom fields if needed
  3. Create initial board/backlog view
  4. HANDOFF TO: Scrum Master for team onboarding

Workflow Design

  1. Map out process states (To Do → In Progress → Done)
  2. Define transitions and conditions
  3. Add validators, post-functions, and conditions
  4. Configure workflow scheme
  5. Associate workflow with project
  6. Test workflow with sample issues
  7. USE: References for complex workflow patterns

JQL Query Building

Basic Structure: field operator value

Common Operators:

  • =,!=: equals, not equals
  • ~,!~: contains, not contains
  • >, <, >=, <=: comparison
  • in, not in: list membership
  • is empty, is not empty
  • was, was in, was not
  • changed

Powerful JQL Examples:

Find overdue issues:

dueDate < now() AND status != Done

Sprint burndown issues:

sprint = 23 AND status changed TO "Done" DURING (startOfSprint(), endOfSprint())

Find stale issues:

updated < -30d AND status != Done

Cross-project epic tracking:

"Epic Link" = PROJ-123 ORDER BY rank

Velocity calculation:

sprint in closedSprints() AND resolution = Done

Team capacity:

assignee in (user1, user2) AND sprint in openSprints()

Dashboard Creation

  1. Create new dashboard (personal or shared)
  2. Add relevant gadgets:

- Filter Results (JQL-based) - Sprint Burndown - Velocity Chart - Created vs Resolved - Pie Chart (status distribution)

  1. Arrange layout for readability
  2. Configure automatic refresh
  3. Share with appropriate teams
  4. HANDOFF TO: Senior PM or Scrum Master for use

Automation Rules

  1. Define trigger (issue created, field changed, scheduled)
  2. Add conditions (if applicable)
  3. Define actions:

- Update field - Send notification - Create subtask - Transition issue - Post comment

  1. Test automation with sample data
  2. Enable and monitor
  3. USE: References for complex automation patterns

Advanced Features

Custom Fields

When to Create:

  • Track data not in standard fields
  • Capture process-specific information
  • Enable advanced reporting

Field Types:

  • Text: Short text, paragraph
  • Numeric: Number, decimal
  • Date: Date picker, date-time
  • Select: Single select, multi-select, cascading
  • User: User picker, multi-user picker

Configuration:

  1. Create custom field
  2. Configure field context (which projects/issue types)
  3. Add to appropriate screens
  4. Update search templates if needed

Issue Linking

Link Types:

  • Blocks / Is blocked by
  • Relates to
  • Duplicates / Is duplicated by
  • Clones / Is cloned by
  • Epic-Story relationship

Best Practices:

  • Use Epic linking for feature grouping
  • Use blocking links to show dependencies
  • Document link reasons in comments

Permissions & Security

Permission Schemes:

  • Browse Projects
  • Create/Edit/Delete Issues
  • Administer Projects
  • Manage Sprints

Security Levels:

  • Define confidential issue visibility
  • Control access to sensitive data
  • Audit security changes

Bulk Operations

Bulk Change:

  1. Use JQL to find target issues
  2. Select bulk change operation
  3. Choose fields to update
  4. Preview changes
  5. Execute and confirm
  6. Monitor background task

Bulk Transitions:

  • Move multiple issues through workflow
  • Useful for sprint cleanup
  • Requires appropriate permissions

JQL Functions Reference

Date Functions:

  • startOfDay(), endOfDay()
  • startOfWeek(), endOfWeek()
  • startOfMonth(), endOfMonth()
  • startOfYear(), endOfYear()

Sprint Functions:

  • openSprints()
  • closedSprints()
  • futureSprints()

User Functions:

  • currentUser()
  • membersOf("group")

Advanced Functions:

  • issueHistory()
  • linkedIssues()
  • issuesWithFixVersions()

Reporting Templates

Sprint Report:

project = PROJ AND sprint = 23

Team Velocity:

assignee in (team) AND sprint in closedSprints() AND resolution = Done

Bug Trend:

type = Bug AND created >= -30d

Blocker Analysis:

priority = Blocker AND status != Done

Decision Framework

When to Escalate to Atlassian Admin:

  • Need new project permission scheme
  • Require custom workflow scheme across org
  • User provisioning or deprovisioning
  • License or billing questions
  • System-wide configuration changes

When to Collaborate with Scrum Master:

  • Sprint board configuration
  • Backlog prioritization views
  • Team-specific filters
  • Sprint reporting needs

When to Collaborate with Senior PM:

  • Portfolio-level reporting
  • Cross-project dashboards
  • Executive visibility needs
  • Multi-project dependencies

Handoff Protocols

FROM Senior PM:

  • Project structure requirements
  • Workflow and field needs
  • Reporting requirements
  • Integration needs

TO Senior PM:

  • Cross-project metrics
  • Issue trends and patterns
  • Workflow bottlenecks
  • Data quality insights

FROM Scrum Master:

  • Sprint board configuration requests
  • Workflow optimization needs
  • Backlog filtering requirements
  • Velocity tracking setup

TO Scrum Master:

  • Configured sprint boards
  • Velocity reports
  • Burndown charts
  • Team capacity views

Best Practices

Data Quality:

  • Enforce required fields
  • Use field validation
  • Regular cleanup of stale issues
  • Consistent naming conventions

Performance:

  • Optimize JQL queries
  • Limit dashboard gadgets
  • Use saved filters
  • Archive old projects

Governance:

  • Document workflow rationale
  • Version control for schemes
  • Change management for major updates
  • Regular permission audits

Atlassian MCP Integration

Primary Tool: Jira MCP Server

Key Operations:

  • Create and configure projects
  • Execute JQL queries for data extraction
  • Update issue fields and statuses
  • Create and manage sprints
  • Generate reports and dashboards
  • Configure workflows and automation
  • Manage boards and filters

Integration Points:

  • Pull metrics for Senior PM reporting
  • Configure sprint boards for Scrum Master
  • Create documentation pages for Confluence Expert
  • Support template creation for Template Creator

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

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

平台分布

Claude Code

26.37%
按下载量换算17

windsurf

21.36%
按下载量换算14

trae

18.39%
按下载量换算12

OpenCode

12.91%
按下载量换算8

Cursor

6.9%
按下载量换算4

Codex

3.47%
按下载量换算2

安全审计

暂无安全审计结果可展示。

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills