mono / bug-fix
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/bug-fix && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/1737" && unzip -o skill.zip -d .claude/skills/bug-fix && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/bug-fix/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Fix bugs in SkiaSharp C# bindings. Structured workflow for investigating, fixing, and testing bug reports. Triggers: Crash, exception, AccessViolationException, incorrect output, wrong behavior, memory leak, disposal issues, "fails", "broken", "doesn't work", "investigate issue", "fix issue", "look at #NNNN", any GitHub issue number referencing a bug. For adding new APIs, use `add-api` skill instead.