Generate Go fuzz tests (Go 1.18+ testing.F) for specified code when users ask for fuzzing/模糊测试/fuzz test generation, parser robustness, round-trip, or differential fuzzing. Always run an applicability gate first; if the target is not suitable, explain concrete reasons and stop without writing fuzz test code.
$npx -y skills add johnqtcg/awesome-skills --skill fuzzing-testInstalls into the current project.
Run `npx skills use "https://github.com/johnqtcg/awesome-skills" --skill "johnqtcg/awesome-skills/fuzzing-test"` 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/johnqtcg/awesome-skills" that are relevant to the current task. Run `npx skills add "https://github.com/johnqtcg/awesome-skills"` and select the relevant skills, then follow their instructions.