process-review-queue

Process pending ReviewQueue items and write approved entries to destinations.

8|1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/agentflock/myna --skill process-review-queue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: process-review-queue
Source: https://github.com/agentflock/myna/tree/main/skills/process-review-queue
Command: npx skills add https://github.com/agentflock/myna --skill process-review-queue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Process review queue items across multiple Obsidian queues and apply verified actions to their destinations, while preserving an audit trail and supporting both interactive chat and file-based processing.

Core Features & Use Cases

  • Interactive Chat Mode: review items one by one in chat and approve, edit, skip, or discard.
  • File-Mode Batch Processing: process checked items from queue files and write to their destination sections with [Verified].
  • Audit-friendly workflow: maintains an audit trail in ReviewQueue/processed and explicitly excludes review-email-triage items.

Quick Start

Review your queue to start interactive processing, or say 'process approved items' to batch-write verified entries to destinations.

Frequently Asked Questions about process-review-queue

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

FAQPage Schema
How do I process a markdown review queue in Obsidian?

To process a markdown review queue in Obsidian, the skill resolves pending items from ReviewQueue files and writes approved entries directly to their destination sections with an [Verified] tag and audit trail.

Can I batch process multiple review queue files automatically?

You can batch process multiple review queue files by triggering file-mode processing, which scans checked items across queue files and automatically writes them to their configured destinations.

How does the audit trail work when processing approved review items?

The audit trail for processing review items works by logging completed actions into the ReviewQueue/processed directory, preserving a record of all items written to their destinations.

Does the review queue workflow support interactive chat mode?

The review queue workflow supports interactive chat mode, allowing you to review items one by one and choose to approve, edit, skip, or discard them before any file writing occurs.

What is excluded from the Obsidian review queue processing?

Obsidian review queue processing explicitly excludes review-email-triage tasks, ensuring that email triage actions are handled separately and do not interfere with work, people, and self-review queues.

Do I need specific queue files to start the markdown review workflow?

You need specific queue files like ReviewQueue/review-work.md, ReviewQueue/review-people.md, and ReviewQueue/review-self.md to start the markdown review workflow and resolve destination paths.