Skip to content
Skillv1.0.0

config-audit

Audit config fragments, merge order, placeholder materialization, and policy drift with concrete risk calls and validation follow-up. Use when the user asks to review config layout, runtime overlays,

by mjcramerz(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from mjcramerz/codex-manager (resources/skills/common/config-audit/SKILL.md). Install upstream with npx 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

  1. Trace config sources, merge order, and placeholder expansion before proposing fixes.
  2. Separate schema violations from product-choice disagreements.
  3. 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.

References

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/mjcramerz-codex-manager-config-audit/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

mjcramerz-codex-manager-config-audit.ocm.jsonjson
{
  "ocm": "1",
  "id": "mjcramerz-codex-manager-config-audit",
  "kind": "skill",
  "name": "config-audit",
  "description": "Audit config fragments, merge order, placeholder materialization, and policy drift with concrete risk calls and validation follow-up. Use when the user asks to review config layout, runtime overlays, or managed configuration contracts.",
  "publisher": "mjcramerz",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "audit",
      "config",
      "policy",
      "drift",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Audit config fragments, merge order, placeholder materialization, and policy drift with concrete risk calls and validation follow-up. Use when the user asks to review config layout, runtime overlays, or managed configuration contracts."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/mjcramerz/codex-manager",
      "path": "resources/skills/common/config-audit/SKILL.md",
      "ref": "986560831b3ea1549676008ab7b36e60c240532b",
      "url": "https://github.com/mjcramerz/codex-manager/blob/986560831b3ea1549676008ab7b36e60c240532b/resources/skills/common/config-audit/SKILL.md",
      "key": "mjcramerz/codex-manager/resources/skills/common/config-audit/SKILL.md"
    }
  },
  "instructions": "## Use this skill when\n- the active task matches this skill's description and needs deterministic implementation guidance\n\n## Workflow\n1) Trace config sources, merge order, and placeholder expansion before proposing fixes.\n2) Separate schema violations from product-choice disagreements.\n3) Map each finding to a concrete command or file proof point.\n\n## Agent orchestration\n- Confirm ownership, validation scope, and whether another skill or plugin should be combined before editing.\n- Delegate only bounded scouting or independent verification work.\n\n## Validation and testing\n- Run the narrowest s",
  "cost": {
    "context_tokens": 233
  }
}

Fetch it by URL: GET /api/v1/registry/mjcramerz-codex-manager-config-audit/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.