code-review-workflow
Installation
SKILL.md
Code review workflow
Use this skill before finalizing code changes.
Workflow
- Inspect the diff and touched files.
- Understand the intended behavior and affected contracts.
- Check likely edge cases and regression paths.
- Check whether tests cover the changed behavior.
- Prioritize real bugs over style preferences.
- Return concise findings ordered by severity.
- For Standard work, write a code review report under
.kavion/reports/. - Prefer MCP tool
kavion_report_createwhen available. - Review reports summarize findings and readiness only. Do not use them for execution-step tracking.
Finding criteria
Report a finding only when it can cause: