What problem does it solve?
This Skill identifies fragile Windows path and configuration dependencies that can break the contabilidad workflow when the OneDrive-backed Z: drive is missing, not mounted, or not initialized correctly.
Core Features & Use Cases
- Path and portability audit: Checks whether the app relies on hardcoded Windows paths (especially Z:/Z:) outside the central configuration layer.
- Startup flow validation: Verifies what happens during boot when Z: is unavailable, including whether a setup fallback UI is used or the app exits early.
- settings.json resilience review: Assesses how missing or corrupt settings are handled via
get_setting() to ensure the app can recover or fail gracefully.
- Use Case: If a client runs the app on a machine where OneDrive is not yet synced or Z: is not mounted, this audit helps pinpoint why the app fails and what code paths must be made more robust.
Quick Start
Ask the auditor to scan the repository for hardcoded Z: or C:\ user paths outside gestor_contable/config.py, then verify the Z: mounting and get_setting() fallback behavior during startup.