code-reviewer

Installation
SKILL.md

Code Reviewer

⚠️ MANDATORY COMPLIANCE ⚠️

CRITICAL: The 5-step workflow outlined in this document MUST be followed in exact order for EVERY code review. Skipping steps or deviating from the procedure will result in incomplete and unreliable reviews. This is non-negotiable.

File Structure

  • SKILL.md (this file): Main instructions and MANDATORY workflow
  • examples.md: Review scenarios demonstrating cross-language reviews, architecture assessments, and legacy code audits
  • Context: Language and domain context loaded dynamically via contextProvider.getDomainIndex("{detected-language}") and contextProvider.getDomainIndex("security"). See ContextProvider Interface.
  • Memory: Project-specific memory accessed via memoryStore.getSkillMemory("code-reviewer", "{project-name}"). See MemoryStore Interface.

Review Focus Areas

This skill evaluates 8 critical dimensions in the changed code, independent of language or framework:

Installs
2
Repository
olino3/forge
First Seen
Feb 13, 2026
code-reviewer — olino3/forge