jira-board-report

Generate Jira Kanban board task reports and post them to Slack.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/paulovictor237/PeveAgent --skill jira-board-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-board-report
Source: https://github.com/paulovictor237/PeveAgent/tree/main/.agents/skills/jira-board-report
Command: npx skills add https://github.com/paulovictor237/PeveAgent --skill jira-board-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires acli, and includes scripts (resource) components.

What problem does it solve?

Manually compiling and sharing detailed Jira Kanban board status updates is time‑consuming and error‑prone, especially when teams need daily visibility across multiple columns.

Core Features & Use Cases

  • Automated report generation via a Python script that fetches issues, calculates time metrics, and formats a Slack‑friendly summary.
  • Interactive Slack posting that creates a threaded message with a header and attaches the full report.
  • Custom column filtering allowing inclusion of IN PROGRESS tasks on demand.

Quick Start

Ask the agent to generate the daily Jira board report and optionally post it to Slack.

Frequently Asked Questions about jira-board-report

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

FAQPage Schema
How do I automate Jira Kanban board reporting to Slack?

Automating Jira Kanban board reporting to Slack requires executing a Python script that fetches issues, calculates status time metrics, and formats a Slack-friendly summary. The report is then posted as a threaded message with a header and attached details for stakeholder visibility.

Can I filter specific columns like IN PROGRESS when generating a Jira board report?

Filtering specific columns like IN PROGRESS when generating a Jira board report is supported through custom column filtering. The Python script fetches issues from the Academia Kanban board based on your selected columns to calculate time metrics and assignee information.

Does the Jira board report script require the acli dependency to run?

The Jira board report script does require the acli dependency to run. You need this environment setup alongside Slack MCP tools to execute the Python script and optionally post the formatted daily or periodic report as a threaded message.

What is the best way to share daily Jira task progress with stakeholders?

Sharing daily Jira task progress with stakeholders is best handled by generating a detailed report of tasks on your Kanban board. This script calculates progress, status time, and assignee information, then formats and posts the summary directly to Slack as a threaded message.

What metrics are included in the automated Jira Kanban board report?

The automated Jira Kanban board report includes metrics such as task progress, status time, and assignee information. The Python script fetches issues from filtered columns and formats these calculated time metrics into a Slack-friendly summary for daily or periodic reporting.