minutes-lint

Run consistency checks across meeting records to find decision conflicts and stale commitments.

1.4k|146|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/silverstein/minutes --skill minutes-lint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minutes-lint
Source: https://github.com/silverstein/minutes/tree/main/tooling/skills/sources/minutes-lint
Command: npx skills add https://github.com/silverstein/minutes --skill minutes-lint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run a consistency check across meeting records to identify contradictory decisions and stale or overdue action items so users can surface and resolve meeting-derived inconsistencies.

Core Features & Use Cases

  • Health-check meeting knowledge to find decision conflicts and stale commitments across a corpus of meetings.
  • Generate human-friendly reports that summarize decision conflicts and list stale action items with context (meeting title and date).
  • Use cases include auditing organizational decisions, preparing for follow-ups, and ensuring commitments are tracked and acted upon.

Quick Start

Run a consistency check and present a readable report summarizing decision conflicts and stale commitments across your meetings.

Frequently Asked Questions about minutes-lint

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

FAQPage Schema
How do I check meeting minutes for decision conflicts and stale action items?

Meeting audits for decision conflicts identify contradictory resolutions across your meeting corpus. This consistency check surfaces contradictory decisions and stale commitments, ensuring organizational decisions are tracked and resolved without inconsistencies slipping through.

Can I filter the consistency check to find stale commitments by a specific owner?

Yes, you can filter stale commitments by owner using the --owner filter. The minutes consistency command applies filters like --owner and --stale-after-days across your meeting corpus to accurately surface overdue action items assigned to specific individuals.

How do I audit overdue action items across multiple meeting records?

You audit overdue action items across multiple meeting records by running a consistency check across your meeting corpus. This health-checks meeting knowledge to surface stale commitments and contradictory decisions, producing a readable report with meeting context.

What format does the meeting consistency check output for auditing decisions?

The meeting consistency check outputs machine-readable JSON via the minutes consistency command. This format allows you to programmatically audit decision conflicts and stale commitments, while also generating human-friendly reports with meeting context.

Does the minutes consistency command require a database for accurate indexing?

Yes, the minutes consistency command relies on graph.db for accurate indexing. This database indexes your meeting corpus to ensure the consistency check accurately maps relationships and surfaces contradictory decisions and stale commitments.

When do I need to run a meeting audit for decision conflicts?

You need to run a meeting audit for decision conflicts when preparing for follow-ups or ensuring commitments are tracked. A consistency check surfaces contradictory resolutions and overdue action items across your meeting corpus for organizational auditing.