# review-checklist > Code review guidelines. Use when reviewing pull requests or ensuring quality standards. - Author: MarceCandil - Repository: MarceCandil/agent-context-kit - Version: 20260115221654 - Stars: 2 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/MarceCandil/agent-context-kit - Web: https://mule.run/skillshub/@@MarceCandil/agent-context-kit~review-checklist:20260115221654 --- --- name: review-checklist description: Code review guidelines. Use when reviewing pull requests or ensuring quality standards. --- # Skill: Review checklist ## Correctness - Meets acceptance criteria - Handles edge cases (null/empty/error/loading) - No hidden breaking changes ## Code quality - Clear naming, minimal complexity - Follows existing repo patterns - No unnecessary abstractions ## Quality gates - Lint/typecheck/tests pass - New/updated tests for behavior changes - Clear manual verification steps ## Risk - Calls out migration/deploy implications (if any) - Includes rollback notes for non-trivial changes