run-apichief

Installation
SKILL.md

Run ApiChief

Use the ApiChief tool to inspect or refresh EF Core public API baselines for projects under src/.

ApiChief can run against either a compiled assembly or a previously emitted baseline JSON file. Prefer the repo-local .dotnet SDK and the checked-in build scripts in this repo.

Commands

Command Description Extra arguments
emit baseline Emit a JSON API baseline -o <file>
emit summary Emit a human-readable API summary -o <file>, -x
emit review Emit API review files -o <dir>, -n
emit delta Emit a delta against an existing baseline, or markdown diff review files <baseline-path>, -o <file-or-dir>, --diff
check breaking Fail if breaking changes exist vs. a baseline <baseline-path>

Default to emit baseline if the user only asks to "run ApiChief".

Workflow

Installs
1
Repository
dotnet/efcore
GitHub Stars
14.7K
First Seen
May 16, 2026
run-apichief — dotnet/efcore