What problem does it solve?
Manually adding work items like GitHub PRs, Jira tickets, and ad-hoc tasks to Obsidian daily notes is tedious, easy to forget, and breaks flow when switching between development tools throughout the workday.
Core Features & Use Cases
- Multi-format item support: Append formatted tasks from GitHub PRs (auto-fetches author, PR number, and repo via gh CLI), Jira tickets (pulls severity and summary), or free-text notes.
- Smart section routing: Automatically routes items to the correct section in your daily note based on explicit flags, GitHub org membership, or keyword heuristics, with confirmation for ambiguous cases.
- Deterministic file editing: All file modification logic (indent detection, section lookup, line insertion) is handled by a dedicated script to ensure consistent, error-free formatting every time.
- Use Case: After finishing a code review for a non-Syngenta PR, simply say "add this PR to my daily tasks" and the skill will prompt you to confirm the correct section before appending a formatted, unchecked task to your Obsidian note.
Quick Start
Tell the AI "append this Jira ticket PROJ-123 to my daily tasks under the Syngenta section" to automatically add a formatted, severity-tagged task to the correct section of your Obsidian daily note.