make-jira

Parse work logs and generate weekly Jira reports in Markdown.

Updated May 31, 2025
One-click install
npx skills add https://github.com/dEitY719/dotfiles --skill make-jira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-jira
Source: https://github.com/dEitY719/dotfiles/tree/main/claude/skills/make-jira
Command: npx skills add https://github.com/dEitY719/dotfiles --skill make-jira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual aggregation of weekly work entries into Jira reports is time-consuming and error-prone, especially when trying to reconcile hours across multiple Jira keys.

Core Features & Use Cases

  • Automates grouping of work-log entries by Jira key and sums hours per key.
  • Generates a clean, Jira-ready Markdown report saved to the designated rca-knowledge path.
  • Supports per-week reporting and optional inclusion of commit context for richer summaries.

Quick Start

Run /make-jira to generate the current week's Jira report from your work_log.txt.

Frequently Asked Questions about make-jira

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

FAQPage Schema
How do I generate a weekly Jira report from a work log?

To generate a weekly Jira report from a work log, you need a work_log.txt file in your user home directory. The tool parses this file, groups entries by Jira keys, aggregates hours, and outputs a Markdown report for the current ISO week.

Can I include git commit details in my weekly Jira work log report?

Yes, you can optionally include git commit details in your weekly Jira work log report. The tool fetches commit context to provide richer summaries alongside the aggregated hours grouped by Jira keys.

Do I need a specific file format to automate Jira reporting?

You need a plain text file named work_log.txt located in your user home directory to automate Jira reporting. The tool reads this specific file to parse work entries and aggregate hours per Jira key.

Where are the generated weekly Jira Markdown reports saved?

Generated weekly Jira Markdown reports are saved to the rca-knowledge/docs/jira-records/ directory. The output file is named using the current ISO week format, such as YYYY-W##-report.md.

What is the best way to aggregate hours across multiple Jira keys?

The best way to aggregate hours across multiple Jira keys is to automate the grouping process with a parsing tool. It reads your work logs, sums the hours per Jira key, and generates a clean Markdown report.

Why does manual aggregation of weekly work entries into Jira reports fail?

Manual aggregation of weekly work entries into Jira reports fails because it is time-consuming and error-prone, especially when reconciling hours across multiple Jira keys. Automating the parse and group process eliminates these errors.