Imported from mjcramerz/codex-manager (
resources/skills/common/config-audit/SKILL.md). Install upstream withnpx skills add mjcramerz/codex-manager --skill config-audit. Copyright stays with the author.
Use this skill when
- the active task matches this skill's description and needs deterministic implementation guidance
Workflow
- Trace config sources, merge order, and placeholder expansion before proposing fixes.
- Separate schema violations from product-choice disagreements.
- Map each finding to a concrete command or file proof point.
Agent orchestration
- Confirm ownership, validation scope, and whether another skill or plugin should be combined before editing.
- Delegate only bounded scouting or independent verification work.
Validation and testing
- Run the narrowest syntax, parser, or unit checks that prove the change.
- Explicitly call out skipped checks and why they remain out of scope.
Outputs
- Minimal, reviewable edits aligned to the skill contract.
- Concrete validation commands and residual risks.