Compatibility Audit banner
ivklgn ivklgn

Compatibility Audit

Security community

Description

--- description: Audit how compatibly and cleanly a change fits its consumers, its context, and its runtime. --- # /ai-kit:compatibility-audit ## Arguments The user invoked this command with: $ARGUMENTS Interpret the arguments as the audit scope: - empty — audit the current git changes against the merge base - a path — audit that package, module, class, file, schema, or config - `--base <ref>` — use that ref as the baseline instead of the detected merge base ## Instructions Use the skill

Installation

Installs to ~/.claude/skills/ivklgn-ai-kit-compatibility-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ivklgn-ai-kit-compatibility-audit && curl -fsSL https://raw.githubusercontent.com/ivklgn/ai-kit/HEAD/commands/compatibility-audit.md -o ~/.claude/skills/ivklgn-ai-kit-compatibility-audit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository