generate-status-report

Generate project status reports from Jira issues and publish to Confluence.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Knuckles-Team/atlassian-agent --skill generate-status-report-knuckles-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-status-report
Source: https://github.com/Knuckles-Team/atlassian-agent/tree/main/atlassian_agent/skills/generate-status-report
Command: npx skills add https://github.com/Knuckles-Team/atlassian-agent --skill generate-status-report-knuckles-team

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates generation of project status reports from Jira issues and publishes them to Confluence, saving time and ensuring consistent communication across stakeholders.

Core Features & Use Cases

  • Query Jira issues by project and status to assemble a current snapshot for leadership and teams.
  • Format the data into concise, audience-appropriate status reports using predefined templates.
  • Publish reports to Confluence by creating or updating a page in the designated space, with options for executive summaries and team-level detail.

Quick Start

Provide the Jira project key, reporting period, audience, and Confluence destination to generate and publish the status report.

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 Jira status report generation for Confluence?

To automate Jira status report generation, you query issues using JQL, categorize them by status and priority, apply formatting templates, and publish the results to a Confluence page via API.

Can I publish weekly project status reports from Jira to Confluence automatically?

Yes, you can generate weekly project status reports from Jira by specifying the project key and reporting period, then automatically publishing the formatted output to a designated Confluence space.

What do I need to set up before automating Jira to Confluence reporting?

Before automating Jira to Confluence reporting, you need your Jira project key, the target reporting period, the intended audience, and a designated Confluence destination space for page publication.

How does JQL querying work for executive dashboards and status reporting?

JQL querying for executive dashboards filters Jira issues by project and status, categorizes them by priority, and formats the snapshot into audience-appropriate templates for leadership and team-level detail.

Are there limitations when formatting Jira issues into Confluence status pages?

Formatting Jira issues into Confluence status pages requires predefined templates and relies on API connectivity to both platforms, meaning template customization and API access are necessary constraints for report generation.