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.