Loading...
Loading...
Guides structured code review with a checklist approach. Use when reviewing PRs, diffs, or code changes before merging.
npx skill4agent add projectious-work/aibox code-reviewMust fix:on line 42 doesn't handle empty strings — this will panic.parse_input()Should fix: The variableon line 15 could be renamed toxfor clarity.retry_countNit: Consider extracting lines 30-45 into a helper function.Overall: Good separation of concerns. The error handling pattern is clean.