# Overbroad Trigger

> Improve quality for any review, audit, documentation, or coding task. Use whenever anything needs checking or improvement.

- Skill: `halfmoon-mind/overbroad-trigger` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add halfmoon-mind/overbroad-trigger`
- Raw SKILL.md: https://api.skillmd.com/api/skills/halfmoon-mind/overbroad-trigger/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: halfmoon-mind (https://skillmd.com/u/halfmoon-mind)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/halfmoon-mind/overbroad-trigger

---


# Invoice reconciliation

1. Read invoice_id, amount, and currency columns from two CSV exports.
2. Match invoice_id exactly and compare amounts within the same currency.
3. Return paid, unpaid, and ambiguous invoices with source row numbers.

