validar-asientos

Validate accounting entries for double-entry compliance and trial balance consistency.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill guarantees the accuracy and integrity of accounting entries by enforcing double-entry principles and data consistency, preventing financial errors.

Core Features & Use Cases

  • Double-Entry Validation: Verifies that debits equal credits for every transaction, allowing for minor rounding differences.
  • Account Consistency Checks: Ensures each entry line uses either a debit or credit and flags duplicate accounts within a single entry.
  • Trial Balance Verification: Confirms the fundamental accounting equation (Assets = Liabilities + Equity) is balanced.
  • Use Case: After a batch of manual journal entries is posted, use this Skill to automatically audit them for compliance with accounting rules before closing the period.

Quick Start

Use the validar-asientos skill to verify the integrity of all accounting entries for the current fiscal year.

Frequently Asked Questions about validar-asientos

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

FAQPage Schema
How do I validate accounting entries for double-entry compliance?

To validate accounting entries for double-entry compliance, you can automatically audit debits and credits to ensure they equal each other, while also checking for account consistency and rounding discrepancies before period close.

What is a trial balance verification check?

A trial balance verification check confirms that the fundamental accounting equation, where Assets equal Liabilities plus Equity, remains balanced across all posted financial data.

How do I audit manual journal entries for accounting rules before closing a period?

You audit manual journal entries by applying predefined validation logic to verify that each line uses either a debit or credit, flags duplicate accounts, and ensures debits equal credits.

Can this skill flag duplicate accounts within a single journal entry?

Yes, this skill performs account consistency checks that specifically identify and flag duplicate accounts used within a single journal entry during the financial data auditing process.

Does double-entry validation allow for minor rounding differences?

Yes, the double-entry validation process verifies that debits equal credits for every transaction while explicitly allowing for minor rounding differences to prevent false flags.