‹ 首页

month-end-close

@wellapp-ai · 收录于 5 天前 · 上游提交 1 个月前

Run a month-end (or period) close checklist against a Well workspace — verify everything is reconciled and posted before the books are closed. Use when the user asks to close the month/period, run a close checklist, check if the books are ready to close, or what's left before closing.

适合你,如果每月需要系统性地完成财务结账流程

/ 通过 npx 安装 校验哈希
npx oh-my-skill add wellapp-ai/well/month-end-close
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- wellapp-ai/well/month-end-close
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify wellapp-ai/well/month-end-close
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
340GitHub stars
~519上下文体积 · 单文件
索引托管

怎么用

商店整理自技能原文 · 版本 782601c · 表述以原文为准
它做什么

Claude 会运行一个结账检查清单,依次检查银行对账、应收/应付、过账状态、试算平衡和税务,并报告每项是通过还是阻塞,列出具体缺漏,最后给出“准备关账”或“存在 N 个阻塞”的结论。

什么时候触发

当你要求关账、运行关账检查清单、检查账本是否准备关账或关账前还剩下什么时触发。

装好后可以这样说
Claude 会执行完整的结账检查。
Claude 会逐项检查并报告结果。
Claude 会列出阻塞项。
技能原文 SKILL.md作者撰写 · MIT · 782601c

Month-end close from Well

Closing is a repeatable checklist, not a heroic event — and every step has a manual fallback, because the day it breaks is the day it matters. The close is what produces the financials: once the period is reconciled and posted, the P&L, balance sheet, and tax figures fall out of it (see well:compte-de-resultat, well:balance-sheet, well:vat-summary).

The checklist
  1. Discover the schema first (see well:querying-well-data) and fix the period (date range).
  2. Bank reconciliation — every transactions row in the period is matched to its invoice(s) or categorised; no unexplained movements. Use well:reconciliation. Confirm account_balances match the bank's closing balance.
  3. Receivables / payables — open invoices reviewed; nothing miscoded; AR aging sane (well:ar-aging).
  4. Posting status — every transaction and invoice in the period is posted to a journal entry (not left DRAFT). Query journal_entries for the period and flag any source document with no posted entry — those are the gaps that block a clean close.
  5. Balances — trial balance balances (total debits = total credits) across ledger_accounts / journal_entries; account_balances reconciled.
  6. Tax — VAT/tax for the period computed from the now-posted ledger (well:vat-summary).
Rules
  • Report readiness, don't fake it. If anything is unreconciled, unposted, or unbalanced, list it as a blocker — do not declare the period closed.
  • Each blocker should name the specific document/account and what's missing, so it's actionable.
  • Incremental is fine: surface "N of M done, here are the M−N gaps" rather than all-or-nothing.
Present it

A checklist with pass/blocker per item, a list of specific gaps (each naming the document/account + what's needed), the trial-balance debits=credits check, and a clear verdict: ready to close or N blockers remain.

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。