Loading...
Loading...
Performs a structured code review on the current diff or specified files. Checks for correctness, security vulnerabilities, test coverage, code style, and adherence to the project's architecture patterns. Invoked when the user asks for a review, code check, pr review, or quality assessment.
npx skill4agent add soulcodex/agentic code-reviewchecklist.mdgit diff HEADblockingsuggestionnit## Code Review
### Summary
[One paragraph: overall quality, confidence in the change, merge recommendation]
### Blocking Issues
<!-- Must be fixed before merge. Empty = none. -->
- `path/to/file.ts:42` [blocking] Description and why it must change.
### Suggestions
<!-- Non-blocking improvements worth considering. -->
- `path/to/file.ts:18` [suggestion] Description.
### Nits
<!-- Trivial style or wording notes. -->
- `path/to/file.ts:5` [nit] Description.
### What Works Well
- [At least one specific positive observation]