edge-ic:daily-report

Generate a Slack-ready daily standup report from an IC TODO markdown file.

7|15|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/openshift-eng/edge-tooling --skill edge-ic-daily-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: edge-ic:daily-report
Source: https://github.com/openshift-eng/edge-tooling/tree/main/plugins/edge-ic/skills/daily-report
Command: npx skills add https://github.com/openshift-eng/edge-tooling --skill edge-ic-daily-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It removes the manual effort of translating an evolving TODO list into a clear, consistent daily standup update that teammates can read and react to quickly.

Core Features & Use Cases

  • Slack-ready standup generation: Produces a plain-text report formatted with completion states and Jira links for easy posting.
  • Systematic TODO parsing: Reads today’s TODO markdown file and captures every completed, in-progress, and blocked item without omissions.
  • Consolidation for readability: Groups related items and merges multiple Jira tickets into concise bullets to avoid message bloat.
  • Validation before posting: Writes output to a temp file and runs the repo validator script to ensure the report matches the expected structure.

Quick Start

Generate today’s IC standup report from your TODO file and produce Slack-ready output with validation by running: edge-ic:daily-report.

Frequently Asked Questions about edge-ic:daily-report

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

FAQPage Schema
How do I generate a daily standup report from a markdown TODO file?

To generate a daily standup report from a markdown TODO file, you parse the file to extract completed, in-progress, and blocked work items. The output is consolidated into concise Slack-ready bullet points with Jira links.

What is the best way to format Jira status updates for Slack?

Formatting Jira status updates for Slack involves consolidating related tickets into concise, plain-text bullet points. This prevents message bloat and ensures teammates can quickly read and react to completion states and links.

How does a daily report validator script ensure standup formatting?

A daily report validator script ensures standup formatting by checking the generated output against an expected structure. The report is written to a temporary file and validated before posting to guarantee it meets formatting requirements.

Can I consolidate multiple Jira tickets into a single Slack message?

Yes, you can consolidate multiple Jira tickets into a single Slack message by grouping related items from your TODO list. This merging process avoids message bloat and produces a readable daily standup update.

Do I need a specific markdown TODO structure to parse daily standup updates?

You need an IC TODO markdown file to parse daily standup updates. The system reads this file to systematically capture every completed, in-progress, and blocked work item without omissions before generating the report.

Why does my daily standup report require validation before posting?

Daily standup reports require validation before posting to ensure the output matches the expected daily report format structure. Running the validator script confirms the report satisfies rendering requirements before you confirm and post it.