daily-standup

Generates a markdown-ready daily standup summary from assigned Jira issues via project or JQL filters.

46|12|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/mulhamna/jira-commands --skill daily-standup-mulhamna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-standup
Source: https://github.com/mulhamna/jira-commands/tree/main/plugin/skills/daily-standup
Command: npx skills add https://github.com/mulhamna/jira-commands --skill daily-standup-mulhamna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the effort of manually collecting and summarizing your assigned Jira issues into a clear daily standup update.

Core Features & Use Cases

  • Generates a markdown-ready summary: Transforms your assigned issues into standup-ready buckets.
  • Supports project scoping and custom filtering: Use either a project filter or a custom JQL query to match your workflow.
  • Use case: When you need to report progress every day, this helps compile what you did, what you’re doing, and what’s blocking you from Jira tasks without copying and pasting.

Quick Start

Ask: generate my standup.

Frequently Asked Questions about daily-standup

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

FAQPage Schema
How do I generate a daily standup summary from Jira issues?

Generate a daily standup summary by running the issue standup command via jirac, which pulls assigned Jira issues and outputs them into markdown-ready buckets for quick progress reporting.

Can I use a custom JQL query to filter issues for my standup?

Yes, you can use a custom JQL query to filter and order issues for your standup, allowing you to match the summary to your specific workflow beyond just naming a project.

Do I need jirac installed to create a markdown standup report?

Yes, you need jirac available in your environment, as the Skill relies on it to run the issue standup command and fetch the Jira data required for the summary.

What is the best way to format Jira tasks for a daily standup update?

The best way to format Jira tasks for a daily standup update is to output them into markdown-ready buckets, categorizing progress into completed work, current work, and blockers.

Does the standup summary work without copying and pasting from Jira manually?

Yes, the standup summary works by directly fetching your assigned Jira issues and bucketing them automatically, completely removing the need to manually copy and paste task details for reporting.