Semantic Bug Detector

Detect semantic-level bugs by analyzing whether code behavior matches its intended purpose inferred from function/variable names, comments, docstrings, and documentation. Use when users need to: (1) Find logic errors where implementation contradicts stated intent, (2) Identify off-by-one errors and boundary mismatches, (3) Detect inverted logic or wrong operators, (4) Catch missing edge case handling, (5) Verify code matches its documentation. Highlights mismatches between intent and implementation across multiple programming languages.

tools-only de56554 3 files · 23.1 KB Updated 7 repo stars

File contents

tools-only/X-Skills/tree/main/development/003-name-skill_8977aa19 commit de5655462d

Frequently asked questions

npx skillmds@latest add tools-only/semantic-bug-detector