Skip to content

Upgrade chisel and refresh skills

You upgraded chisel and want your installed agent skills to match the new version’s rules. This guide upgrades the CLI package and refreshes the installed skills in one go.

Terminal window
chisel update self
chisel update self --manager uv # auto | pip | pipx | uv
chisel update self --dry-run

update self detects how the package was installed and re-installs the latest version. Use --manager to force a specific package manager, and --dry-run to preview.

Skills shipped with the new version may have changed; fix guidance wording, new rules, restructured references. update skills overwrites the installed skills with the bundled copies so they always match the checker version you’re on.

Terminal window
chisel update skills --target codex
chisel update skills --target claude -y # no confirmation (automation)
chisel update skills --target codex --dry-run --json

update skills always overwrites local modifications, so chisel asks for confirmation before writing.

After upgrading, run a check to confirm the new ruleset behaves as expected on your code:

Terminal window
chisel --version
chisel check ./your-backend --strict