code-reviewer

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Code Reviewer

This skill routes to the code-reviewer agent for systematic review. The agent's 11-step protocol covers: context understanding, naming conventions, cyclomatic complexity, SOLID principles, error handling, test coverage, DRY violations, documentation, performance, architecture fit, and web-specific patterns.

This file adds dynamic context injection and supplementary checklists.

Dynamic Context (auto-loaded when available)

!git diff HEAD~1 --stat 2>/dev/null || echo "No git diff available"

!git log --oneline -5 2>/dev/null || echo "No git log available"

Supplementary: Accessibility Check (Web — Vite SPA + Next.js)

In addition to the agent's web-specific review (Step 11), verify:

  • Semantic HTML elements (<nav>, <main>, <section>, <article>, <button>, <a>)
  • All interactive elements are keyboard accessible (Tab, Enter, Space, Escape)
  • Images use alt attributes. Decorative images use alt=""
  • Color contrast meets WCAG AA (4.5:1 normal text, 3:1 large text)
Related skills

More from kaakati/sdh-claude-skills

Installs
1
GitHub Stars
1
First Seen
2 days ago