What problem does it solve?
This Skill prevents broken or non-reproducible Windows release artifacts by auditing PyInstaller packaging, dependency inclusion, and version/release metadata directly from the repository source.
Core Features & Use Cases
- PyInstaller release integrity checks: Verifies hidden imports, bundled datas/binaries/collect rules, exclusions, and whether packaging mode (onefile/onedir) is consistent with expectations.
- Versioning and release traceability review: Confirms the source of versioning in
gestor_contable/version.py, checks for tag/commit-version automation signals, and detects presence/absence of changelog history.
- Dependency alignment validation: Compares
requirements.txt declared dependencies against real Python imports and any hidden imports specified in the .spec.
Use case: Before publishing a new Windows executable for contabilidad, run this audit to ensure the build script, PyInstaller spec, and versioning/changelog signals are consistent and that no required runtime dependencies are missing from the packaged binary.
Quick Start
Ask the AI to run the audit-release checks on build.py, gestor_contable.spec, gestor_contable/version.py, and requirements.txt and then produce the release engineering report with a clear verdict.