Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Abstract State Analyzer

Performs abstract interpretation over source code to infer possible program states, variable ranges, and data properties without executing the program. Reports potential runtime errors including out-of-bounds accesses, null dereferences, type inconsistencies, division by zero, and integer overflows. Use when analyzing code for potential runtime errors, performing static analysis, checking safety properties, or verifying program behavior without execution.

tools-only 16b539d 3 files · 15.0 KB Updated 7 repo stars

File contents

tools-only/X-Skills/tree/main/development/003-name-skill_8aaa9d19 commit 16b539dc4e

Frequently asked questions

npx skillmds add tools-only/abstract-state-analyzer