network_call
Outbound network call
Outbound network call
Line 216Snippets
| Inconsistent verb naming | Different verbs for same operation type in one module | `get_user()` vs `fetch_account()` vs `load_profile()` |- Naming: standardize verb conventions per module (`get_` for sync, `fetch_` for async, etc.)Trust Score
Updated 3 weeks ago
Analyzed
Mar 31, 2026, 3:57 PM
+ 2 previous scans
Compatible with
Skill details
Updated 3 weeks ago
Analyzed Mar 31, 2026, 3:57 PM
Description
"Checks cyclomatic complexity, nesting, long methods, god classes, O(n2), N+1 queries, constants management. Use when auditing code quality."
Recent scans
Mar 31, 2026, 3:57 PM
Latest analysis
Mar 31, 2026, 3:12 PM
Run 2
Mar 27, 2026, 3:49 PM
Run 1