jira-report

Parse JIRA data and generate daily, weekly, and monthly summary and detailed reports.

Updated May 1, 2026
One-click install
npx skills add https://github.com/xiaoquqi/hermes-agent-skills --skill jira-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-report
Source: https://github.com/xiaoquqi/hermes-agent-skills/tree/main/devops/jira-report
Command: npx skills add https://github.com/xiaoquqi/hermes-agent-skills --skill jira-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

JIRA 数据需要转化为易于管理层理解的汇报材料,本 Skill 将 parsed 的数据整理成摘要与详细报告,以帮助团队快速掌握进展与风险。

Core Features & Use Cases

  • 解析 JIRA 数据,生成每日/每周/每月的汇报输出
  • 同时输出两份文件:summary(模块视角)与 detailed(人员维度与饱和度评估)
  • 输出路径遵循 dev-insights/reports/,并可直接用于管理沟通

Quick Start

通过输入 /jira-report daily 2026-05-01 生成当日的摘要与详细报表。

Frequently Asked Questions about jira-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate management reports from JIRA data?

You can generate management reports from JIRA data by running a command like /jira-report daily 2026-05-01, which parses your data and outputs paired summary and detailed reports under the dev-insights/reports path.

What is the difference between the summary and detailed JIRA reports?

The summary report provides a module-level perspective of your JIRA data, while the detailed report breaks down the information by personnel dimensions and includes workload saturation assessments for team management.

How do I automate daily, weekly, and monthly JIRA reporting workflows?

You can automate daily, weekly, and monthly JIRA reporting workflows by feeding parsed data into this Skill, which reads inputs from the respective daily, weekly, and monthly parsed paths to generate scheduled management reports.

Can I use parsed JIRA data to assess team workload saturation?

Yes, you can use parsed JIRA data to assess team workload saturation because the detailed report output specifically evaluates personnel dimensions and saturation levels alongside the standard module-level summary.

Does this reporting approach support cross-project and cross-team JIRA analysis?

Yes, this reporting approach supports cross-project and cross-team JIRA analysis by parsing data across multiple projects and teams to generate comprehensive management reports for your specified daily, weekly, or monthly periods.

Where are the generated JIRA management reports stored?

The generated JIRA management reports are stored under the dev-insights/reports/ directory, where you can directly access the paired summary and detailed files for management communication and review.