auditoria-contable

Validate journal entries for double-entry bookkeeping integrity.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/OmarMira/Coontabilidad --skill auditoria-contable
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auditoria-contable
Source: https://github.com/OmarMira/Coontabilidad/tree/main/.agent/skills/auditoria-contable
Command: npx skills add https://github.com/OmarMira/Coontabilidad --skill auditoria-contable

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that all accounting entries strictly adhere to the fundamental principle of double-entry bookkeeping, preventing financial discrepancies and maintaining data integrity.

Core Features & Use Cases

  • Double-Entry Validation: Verifies that total debits equal total credits for every journal entry.
  • Structural Integrity Checks: Ensures entries have a minimum number of lines and consistent debit/credit application.
  • Account Uniqueness: Prevents duplicate account entries within a single transaction.
  • Use Case: Automatically audit all newly posted journal entries to catch and report any violations of accounting principles before they impact financial statements.

Quick Start

Run the auditoria-contable skill to validate all journal entries.

Frequently Asked Questions about auditoria-contable

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

FAQPage Schema
How do I validate double-entry bookkeeping integrity for journal entries?

You validate double-entry bookkeeping integrity by running an audit process that checks total debits against total credits for each journal entry. This ensures financial data consistency and reports any structural violations.

What is double-entry validation in accounting audits?

Double-entry validation is an accounting audit process that verifies total debits equal total credits. It ensures journal entries meet minimum line requirements and maintain account uniqueness to prevent financial discrepancies.

How do I check for duplicate accounts in a journal entry?

To check for duplicate accounts in a journal entry, you run an account uniqueness validation process. This structural integrity check prevents duplicate account entries within a single transaction to maintain accurate financial records.

Do I need a DoubleEntryValidator service to audit journal entries?

Yes, you need a DoubleEntryValidator service to process JournalEntry objects and generate ValidationResult reports. It acts as the core engine to check debits, credits, and account uniqueness.

When should I run an accounting audit on journal entries?

You should run an accounting audit on journal entries immediately after they are posted and before they impact financial statements. This catches and reports any violations of accounting principles early.