audit-accounting-classify

Audit accounting classification and destination path construction in code.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/ElPoot/contabilidad --skill audit-accounting-classify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-accounting-classify
Source: https://github.com/ElPoot/contabilidad/tree/main/.agents/skills/audit-accounting-classify
Command: npx skills add https://github.com/ElPoot/contabilidad --skill audit-accounting-classify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill audits how the system assigns accounting categories (COMPRAS/GASTOS/ACTIVO/OGND) and how it builds the classified document’s destination folder, helping you detect invalid routes, inconsistent categories, and misapplied accounts.

Core Features & Use Cases

  • Category consistency audit: Checks how the code defines and uses the allowed category set, including any case inconsistencies and whether categories are centralized.
  • Destination path construction audit: Verifies the real folder-building logic in the classifier, including how the destination root, month, client, and sanitized emitter names are combined and whether directories are created correctly.
  • Catalog account mapping audit: Reviews how the catalog is loaded and how account lookups behave when a matching account is missing or defaults are used.
  • Use case: Before trusting classification results for month-end exports, run this audit to confirm that classified files land in the correct destination structure with the expected category/account rules.

Quick Start

Ask the AI to audit the current repository implementation for accounting classification and destination path construction, focusing on the modules listed in this Skill’s scope.

Frequently Asked Questions about audit-accounting-classify

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

FAQPage Schema
How do I verify accounting classification consistency in my codebase?

An accounting classification audit reviews how your code assigns categories like COMPRAS, GASTOS, ACTIVO, or OGND, checking for case inconsistencies and whether mappings are centralized. It produces an evidence-based report listing findings, severity, impact, and a final verdict.

How do I audit destination folder path construction for classified invoices?

Auditing destination folder path construction involves verifying the real folder-building logic in your classifier, including how the destination root, month, client, and sanitized emitter names are combined. The audit confirms whether directories are created correctly and identifies invalid routes or inconsistent mappings.

What happens when a catalog account lookup is missing during invoice classification?

When a matching account is missing during catalog account lookup, an audit reviews how the catalog is loaded and how lookups behave, including whether defaults are applied. This detects misapplied accounts and ensures classified files land in the correct destination structure with expected rules.

When should I run an accounting classification and destination path audit?

You should run an accounting classification and destination path audit before trusting classification results for month-end exports. This confirms that classified files land in the correct Contabilidades folder tree structure with the expected category and account rules applied, preventing invalid routes.

Can I audit specific modules for filesystem path assembly and category mapping?

Yes, you can audit specific modules for filesystem path assembly and category mapping by asking the AI to review only the modules listed in the Skill's scope. It verifies real code behavior for categories, account catalog lookups, and path assembly, producing an evidence-based report of actual findings.