obsidian-meeting-standup

Process Obsidian standup notes and populate JIRA sprint items.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/ketronkowski/skills --skill obsidian-meeting-standup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-meeting-standup
Source: https://github.com/ketronkowski/skills/tree/main/obsidian-meeting-standup
Command: npx skills add https://github.com/ketronkowski/skills --skill obsidian-meeting-standup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates the processing of standup notes inside Obsidian and ensures JIRA is populated automatically when the JIRA section is empty, enabling teams to move from meeting notes to actionable issues with minimal friction.

Core Features & Use Cases

  • Automatic JIRA population: If the ## JIRA section is empty, fetch sprint items and group them by assignee.
  • Team-based workflows: Detects Green Standup vs Magenta Standup and runs pre-meeting or post-meeting workflows accordingly.
  • Attendee mapping & People profiles: Extracts attendees from notes, creates missing People profiles, and updates Obsidian links.
  • Transcript handling: Processes transcripts, cleans formatting, generates summaries, and attaches updates to JIRA items mentioned.

Quick Start

Process 2026-01-28 - Green Standup.md to automatically populate JIRA and prepare workflow notes.

Frequently Asked Questions about obsidian-meeting-standup

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

FAQPage Schema
How do I automate JIRA population from Obsidian standup notes?

Automate JIRA population from Obsidian standup notes by processing the meeting file, which fetches sprint items and groups them by assignee if the JIRA section is empty.

Can I automatically map meeting attendees to Obsidian People profiles?

You can automatically map meeting attendees to Obsidian People profiles. The workflow extracts attendees from notes, creates missing People profiles, and updates Obsidian links accordingly.

How does Obsidian standup automation handle pre-meeting and post-meeting workflows?

Obsidian standup automation handles pre-meeting and post-meeting workflows by detecting specific team standups, like Green or Magenta, and running the corresponding workflow steps automatically.

What is the best way to process meeting transcripts in Obsidian and attach updates to JIRA?

Process meeting transcripts in Obsidian and attach updates to JIRA by using included Python scripts that clean formatting, generate summaries, and link updates to mentioned JIRA items.

Does this standup automation workflow require frontmatter in Obsidian notes?

This standup automation workflow requires frontmatter in Obsidian notes. It relies on frontmatter-driven metadata extraction to identify the standup type and process attendees correctly.