generate-status-report

Query Jira issues with JQL and generate formatted status reports.

1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/esneiderbravo/hackaton --skill generate-status-report-esneiderbravo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-status-report
Source: https://github.com/esneiderbravo/hackaton/tree/main/.github/skills/generate-status-report
Command: npx skills add https://github.com/esneiderbravo/hackaton --skill generate-status-report-esneiderbravo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates the generation of project status reports by querying Jira issues and assembling a clear, formatted summary for stakeholders.

Core Features & Use Cases

  • Jira to report automation: Pulls issues from a project, categorizes by status, priority, and assignee, and produces a structured report.
  • Audience-specific formats: Generates executive summaries, team-level detail, or daily standup briefs.
  • Confluence publishing: Optionally publishes the generated report to a designated Confluence space or page.

Quick Start

Run the workflow to generate a Jira-based status report for a selected project and time period.

Frequently Asked Questions about generate-status-report

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

FAQPage Schema
How do I automate project status reports from Jira issues?

Automating Jira status reports involves querying issues using JQL, categorizing them by status and priority, and applying a report template. This Skill performs that workflow automatically to produce formatted summaries for stakeholders.

Can I generate audience-specific Jira reports for executive summaries and daily standups?

Yes, Jira report generation can target different audiences including executive summaries, team-level details, and daily standup briefs. The Skill applies specific report templating logic to format the Jira data appropriately for each audience type.

How do I publish automated Jira reports directly to Confluence?

Publishing Jira reports to Confluence is supported as an optional step after report generation. The Skill implements Confluence publishing logic to push the formatted status report to a designated Confluence space or page.

Does this Jira status report automation require any external dependencies?

No external dependencies are required to run this Jira status report automation. The Skill operates independently using its internal scripts and references to handle Jira querying, data analysis, and report templating.

What is the best way to categorize Jira issues for project management reporting?

Categorizing Jira issues for project management reporting involves grouping data by status, priority, and assignee. This Skill automatically analyzes queried Jira issues and structures them into a clear project status report based on those parameters.

Can I use JQL to query Jira for automated project management reports?

Yes, JQL is used to query Jira for the project's issues needed for automated reporting. The Skill implements JQL querying to pull the relevant issue data before analyzing and formatting it into a structured status report.