validate-beancount
Installation
SKILL.md
/validate-beancount
Purpose
Prove the ledger file is valid before Fava or handoff.
Command
bean-check path/to/main.beancount
# or
python3 -c "import subprocess; subprocess.check_call(['bean-check','path/to/main.beancount'])"
If bean-check missing:
pip install beancount