minutes-lint

Detect decision conflicts and stale commitments across meeting records.

Updated May 23, 2026
One-click install
npx skills add https://github.com/jacob-split/minutes --skill minutes-lint-jacob-split
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minutes-lint
Source: https://github.com/jacob-split/minutes/tree/main/.agents/skills/minutes/minutes-lint
Command: npx skills add https://github.com/jacob-split/minutes --skill minutes-lint-jacob-split

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams maintain consistent decision history by detecting contradictions and tracking stale commitments across meetings.

Core Features & Use Cases

  • Cross-meeting consistency checks to surface decision conflicts and overdue actions.
  • Flexible filtering with optional parameters like --owner and --stale-after-days to focus audits.
  • Outputs include a JSON report for machine processing and a Markdown summary for human review, with frontmatter-driven resolution status when applicable.

Quick Start

Run a consistency check across all meetings to surface decision conflicts and stale commitments.

Frequently Asked Questions about minutes-lint

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

FAQPage Schema
How do I identify decision conflicts across multiple meetings?

You identify decision conflicts across multiple meetings by running a cross-meeting consistency check that surfaces contradictions and stale commitments. The audit produces a JSON report for machine processing and a Markdown summary for human review.

What is the best way to audit stale commitments in meeting history?

Auditing stale commitments in meeting history involves running a consistency check with the optional --stale-after-days filter. This surfaces overdue actions and outputs a structured JSON report alongside a readable Markdown summary.

Can I filter meeting audits to only show commitments for a specific owner?

You can filter meeting audits to show commitments for a specific owner by applying the optional --owner parameter. This focuses the consistency check on individual responsibilities before generating the JSON and Markdown reports.

Does the meeting lint output support machine processing formats?

The meeting lint output supports machine processing by generating a structured JSON report. It also formats results into readable Markdown, including frontmatter-driven resolution status when available for human review.

When do I need to check for decision contradictions in meeting notes?

Checking for decision contradictions in meeting notes is needed when auditing decision history across multiple meetings to maintain consistency. This resolves potential contradictions and tracks overdue actions before they impact project alignment.