# cpp-fuzz-testing > Automates fuzz test creation for C++ projects using Google FuzzTest with consistent software testing patterns. Use when creating fuzz tests, mutation testing, or when the user mentions fuzzing, AFL, or coverage-guided testing. - Author: dependabot[bot] - Repository: sentenz/skills - Version: 20260206205525 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/sentenz/skills - Web: https://mule.run/skillshub/@@sentenz/skills~cpp-fuzz-testing:20260206205525 --- --- name: cpp-fuzz-testing description: Automates fuzz test creation for C++ projects using Google FuzzTest with consistent software testing patterns. Use when creating fuzz tests, mutation testing, or when the user mentions fuzzing, AFL, or coverage-guided testing. metadata: version: "1.1.0" activation: implicit: true priority: 2 triggers: - "fuzz" - "fuzzing" - "fuzztest" - "afl" - "mutation testing" - "coverage-guided" match: languages: ["cpp", "c", "c++"] paths: ["src/**/*_fuzz.cpp", "tests/**/*_fuzz.cpp", "fuzz/**/*.cpp"] prompt_regex: "(?i)(fuzz|fuzzing|fuzztest|afl|mutation test|coverage-guided)" usage: load_on_prompt: true autodispatch: true --- # Fuzz Testing Instructions for AI coding agents on automating fuzz test creation using consistent software testing patterns in this C++ project.