What problem does it solve? Projects managed by Lacquer can drift from the shared standard when managed files are edited locally, stacks go undeclared, or baselines are unmet, and this Skill explains how to interpret each audit exit code and apply the correct fix instead of silently diverging. ## Core Features & Use Cases - Exit-code-driven fixes: Maps lacquer audit exit codes 3, 4, 5, and 6 to concrete remediation recipes covering local edits, baseline violations, broken checks, and undeclared stacks. - Manifest configuration guidance: Explains [project].exclude, [baseline.relax], dependabot_ignore, and [project].retired entries with required fields, expiry semantics, and when to choose each opt-out. - Fleet-wide auditing: Covers lacquer fleet roster sweeps that surface expiring exemptions and paths excluded by multiple projects across every repo you own. - Use Case: CI fails with a "No lacquer drift" error after someone edited .swiftlint.yml locally; use this Skill to decide whether to upstream the change, exclude the file with a reason, or re-sync from the lacquer. ## Quick Start Ask the assistant to diagnose the current lacquer audit failure in this project and recommend the correct fix for the reported exit code.