# fuzz-testing > Automates fuzz test creation for C++ projects using consistent software testing patterns. Use when creating fuzz tests, mutation testing, or when the user mentions fuzzing, libFuzzer, or AFL. - Author: dependabot[bot] - Repository: sentenz/template-dx - Version: 20260125200051 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/sentenz/template-dx - Web: https://mule.run/skillshub/@@sentenz/template-dx~fuzz-testing:20260125200051 --- --- name: fuzz-testing description: Automates fuzz test creation for C++ projects using consistent software testing patterns. Use when creating fuzz tests, mutation testing, or when the user mentions fuzzing, libFuzzer, or AFL. metadata: author: sentenz version: "1.0" --- # Fuzz Testing Instructions for AI coding agents on automating fuzz test creation using consistent software testing patterns in this C++ project.