jira-work-report

Generate a structured Jira implementation report from branch commits and post it as a comment.

1|Updated Dec 9, 2024
One-click install
npx skills add https://github.com/hadenlabs/tasks --skill jira-work-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-work-report
Source: https://github.com/hadenlabs/tasks/tree/main/.claude/skills/jira-work-report
Command: npx skills add https://github.com/hadenlabs/tasks --skill jira-work-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the tedious task of creating Jira implementation reports by deriving the issue from the current branch, populating a template with commit-based evidence, and posting the result as a Jira comment.

Core Features & Use Cases

  • Derives the Jira issue key from the current branch using project key rules and optional overrides.
  • Reads the Jira work report template and summarizes recent commits to build a faithful narrative.
  • Fills template sections (changes, type, checklist, notes, references) with verifiable commit evidence.
  • Publishes the completed report as a Jira comment via MCP Jira tools.

Quick Start

Ask the agent to generate the Jira work report for the current branch and post it as a comment on the derived Jira issue.

Frequently Asked Questions about jira-work-report

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

FAQPage Schema
How do I automatically generate a Jira report from my git branch commits?

To generate a Jira report automatically, the Skill derives the issue key from your current git branch, reads recent commits to populate a structured template, and posts the completed implementation report as a Jira comment.

Can I post commit summaries as a Jira comment without manual copy-paste?

Yes, you can post commit summaries as a Jira comment by having the agent read your branch's commit evidence, fill out a predefined work report template, and publish it directly to the derived Jira issue via MCP Jira tools.

How does deriving a Jira issue key from a git branch work?

Deriving a Jira issue key from a git branch works by applying project key rules to the branch name, with optional overrides, to automatically identify the target Jira issue for the report publication.

What do I need to set up before generating Jira work reports from git?

Before generating Jira work reports, you need a valid Jira configuration, a current git branch with commits, and a Jira work report template; the Skill validates the Jira setup and reads the template to build the narrative.

Does this Jira reporting automation work with custom project key rules?

Yes, this Jira reporting automation works with custom project key rules, using them to accurately derive the Jira issue key from the current branch name while also supporting optional overrides for specific cases.

What happens if my Jira configuration is invalid when generating a branch report?

If your Jira configuration is invalid, the Skill validates the setup before processing and will prevent the derivation of the issue key from the branch, stopping the report generation and comment publication from failing silently.