Detects and fixes CS0618 obsolete API warnings in .NET builds. The compiler is the authoritative source for what your project actually triggers — it catches transitive obsoletions, overload-resolution surprises, and project-local [Obsolete] attributes that static inspection cannot see. Pair with dotnet-inspect@0.7.8+ for the static / pre-build view.
$npx -y skills add joslat/maf-doctor --skill cs0618-hunterInstalls into the current project.
Run `npx skills use "https://github.com/joslat/maf-doctor" --skill "joslat/maf-doctor/cs0618-hunter"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/joslat/maf-doctor" that are relevant to the current task. Run `npx skills add "https://github.com/joslat/maf-doctor"` and select the relevant skills, then follow their instructions.