01Generates standardized documentation and tests for specific error conditions
020 GitHub stars
03Audits error propagation to prevent silent failure swallowing and data loss
04Identifies and replaces inappropriate panics with recoverable error unions
05Validates custom module-level error sets and descriptive naming conventions
06Enforces memory safety on error paths through proper errdefer implementation