journal-entry

GitHub

辅助生成符合会计准则的日记账分录,涵盖应付、折旧、预付、薪酬及收入确认等月末结账场景,自动计算借贷金额并整理支持性文档。

finance/skills/journal-entry/SKILL.md anthropics/knowledge-work-plugins

Trigger Scenarios

准备月末结账分录 记录折旧或摊销 处理应计项目 进行收入确认调整

Install

npx skills add anthropics/knowledge-work-plugins --skill journal-entry -g -y
More Options

Non-standard path

npx skills add https://github.com/anthropics/knowledge-work-plugins/tree/main/finance/skills/journal-entry -g -y

Use without installing

npx skills use anthropics/knowledge-work-plugins@journal-entry

指定 Agent (Claude Code)

npx skills add anthropics/knowledge-work-plugins --skill journal-entry -a claude-code -g -y

安装 repo 全部 skill

npx skills add anthropics/knowledge-work-plugins --all -g -y

预览 repo 内 skill

npx skills add anthropics/knowledge-work-plugins --list

SKILL.md

Frontmatter
{
    "name": "journal-entry",
    "description": "Prepare journal entries with proper debits, credits, and supporting detail. Use when booking month-end accruals (AP, payroll, prepaid), recording depreciation or amortization, posting revenue recognition or deferred revenue adjustments, or documenting an entry for audit review.",
    "argument-hint": "<entry type> [period]"
}

Journal Entry Preparation

If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.

Important: This command assists with journal entry workflows but does not provide financial advice. All entries should be reviewed by qualified financial professionals before posting.

Prepare journal entries with proper debits, credits, supporting detail, and review documentation.

Usage

/je <type> <period>

Arguments

  • type — The journal entry type. One of:
    • ap-accrual — Accounts payable accruals for goods/services received but not yet invoiced
    • fixed-assets — Depreciation and amortization entries for fixed assets and intangibles
    • prepaid — Amortization of prepaid expenses (insurance, software, rent, etc.)
    • payroll — Payroll accruals including salaries, benefits, taxes, and bonus accruals
    • revenue — Revenue recognition entries including deferred revenue adjustments
  • period — The accounting period (e.g., 2024-12, 2024-Q4, 2024)

Workflow

1. Gather Source Data

If ~~erp or ~~data warehouse is connected:

  • Pull the trial balance for the specified period
  • Pull subledger detail for the relevant accounts
  • Pull prior period entries of the same type for reference
  • Identify the current GL balances for affected accounts

If no data source is connected:

Connect ~~erp or ~~data warehouse to pull GL data automatically. You can also paste trial balance data or upload a spreadsheet.

Prompt the user to provide:

  • Trial balance or GL balances for affected accounts
  • Subledger detail or supporting schedules
  • Prior period entries for reference (optional)

2. Calculate the Entry

Based on the JE type:

AP Accrual:

  • Identify goods/services received but not invoiced by period end
  • Calculate accrual amounts from PO receipts, contracts, or estimates
  • Debit: Expense accounts (or asset accounts for capitalizable items)
  • Credit: Accrued liabilities

Fixed Assets:

  • Pull the fixed asset register or depreciation schedule
  • Calculate period depreciation by asset class and method (straight-line, declining balance, units of production)
  • Debit: Depreciation expense (by department/cost center)
  • Credit: Accumulated depreciation

Prepaid:

  • Pull the prepaid amortization schedule
  • Calculate the period amortization for each prepaid item
  • Debit: Expense accounts (by type — insurance, software, rent, etc.)
  • Credit: Prepaid expense accounts

Payroll:

  • Calculate accrued salaries for days worked but not yet paid
  • Calculate accrued benefits (health, retirement contributions, PTO)
  • Calculate employer payroll tax accruals
  • Calculate bonus accruals (if applicable, based on plan terms)
  • Debit: Salary expense, benefits expense, payroll tax expense
  • Credit: Accrued payroll, accrued benefits, accrued payroll taxes

Revenue:

  • Review contracts and performance obligations
  • Calculate revenue to recognize based on delivery/performance
  • Adjust deferred revenue balances
  • Debit: Deferred revenue (or accounts receivable)
  • Credit: Revenue accounts (by stream/category)

3. Generate the Journal Entry

Present the entry in standard format:

Journal Entry: [Type] — [Period]
Prepared by: [User]
Date: [Period end date]

| Line | Account Code | Account Name | Debit | Credit | Department | Memo |
|------|-------------|--------------|-------|--------|------------|------|
| 1    | XXXX        | [Name]       | X,XXX |        | [Dept]     | [Detail] |
| 2    | XXXX        | [Name]       |       | X,XXX  | [Dept]     | [Detail] |
|      |             | **Total**    | X,XXX | X,XXX  |            |      |

Supporting Detail:
- [Calculation basis and assumptions]
- [Reference to supporting schedule or documentation]

Reversal: [Yes/No — if yes, specify reversal date]

4. Review Checklist

Before finalizing, verify:

  • Debits equal credits
  • Correct accounting period
  • Account codes are valid and map to the right GL accounts
  • Amounts are calculated correctly with supporting detail
  • Memo/description is clear and specific enough for audit
  • Department/cost center coding is correct
  • Entry is consistent with prior period treatment
  • Reversal flag is set appropriately (accruals should auto-reverse)
  • Supporting documentation is referenced or attached
  • Entry is within the user's approval authority
  • No unusual or out-of-pattern amounts that need investigation

5. Output

Provide:

  1. The formatted journal entry
  2. Supporting calculations
  3. Comparison to prior period entry of the same type (if available)
  4. Any items flagged for review or follow-up
  5. Instructions for posting (manual entry or upload format for the user's ERP)

Version History

  • 6f13415 Current 2026-07-05 18:29

Same Skill Collection

bio-research/skills/nextflow-development/SKILL.md
bio-research/skills/single-cell-rna-qc/SKILL.md
bio-research/skills/start/SKILL.md
cowork-plugin-management/skills/cowork-plugin-customizer/SKILL.md
cowork-plugin-management/skills/create-cowork-plugin/SKILL.md
customer-support/skills/customer-escalation/SKILL.md
customer-support/skills/customer-research/SKILL.md
customer-support/skills/draft-response/SKILL.md
customer-support/skills/kb-article/SKILL.md
customer-support/skills/ticket-triage/SKILL.md
data/skills/analyze/SKILL.md
data/skills/build-dashboard/SKILL.md
data/skills/create-viz/SKILL.md
data/skills/data-visualization/SKILL.md
data/skills/explore-data/SKILL.md
data/skills/sql-queries/SKILL.md
data/skills/statistical-analysis/SKILL.md
data/skills/validate-data/SKILL.md
data/skills/write-query/SKILL.md
design/skills/accessibility-review/SKILL.md
design/skills/design-critique/SKILL.md
design/skills/design-handoff/SKILL.md
design/skills/design-system/SKILL.md
design/skills/research-synthesis/SKILL.md
design/skills/user-research/SKILL.md
design/skills/ux-copy/SKILL.md
engineering/skills/architecture/SKILL.md
engineering/skills/code-review/SKILL.md
engineering/skills/debug/SKILL.md
engineering/skills/deploy-checklist/SKILL.md
engineering/skills/documentation/SKILL.md
engineering/skills/incident-response/SKILL.md
engineering/skills/standup/SKILL.md
engineering/skills/system-design/SKILL.md
engineering/skills/tech-debt/SKILL.md
engineering/skills/testing-strategy/SKILL.md
enterprise-search/skills/digest/SKILL.md
enterprise-search/skills/knowledge-synthesis/SKILL.md
enterprise-search/skills/search-strategy/SKILL.md
enterprise-search/skills/search/SKILL.md
enterprise-search/skills/source-management/SKILL.md
finance/skills/audit-support/SKILL.md
finance/skills/close-management/SKILL.md
finance/skills/financial-statements/SKILL.md
finance/skills/journal-entry-prep/SKILL.md
finance/skills/reconciliation/SKILL.md
finance/skills/sox-testing/SKILL.md
finance/skills/variance-analysis/SKILL.md
human-resources/skills/comp-analysis/SKILL.md

Metadata

Files
0
Version
69f24af
Hash
c085de41
Indexed
2026-07-05 18:29

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-04 15:08
浙ICP备14020137号-1 $방문자$