Code Review
v1.1.0 Updated Dec 23, 2024

Hermeneutic Review

Code review through the Subtractive Triad lens. Three-pass methodology: Unify (DRY), Remove (Rams), Reconnect (Heidegger).

reviewarchitecturesubtractive-triadpr-review

Features

  • Pass 1: DRY - detect duplication patterns
  • Pass 2: Rams - question every addition
  • Pass 3: Heidegger - verify system connection
  • Anti-pattern detection (over-engineering, premature abstraction)

What You Get

Commands

/review-triad Apply Subtractive Triad review to any code

Agents

hermeneutic-reviewer Full three-pass triad analysis on code

Skills

Subtractive Review Apply the review methodology to any code

Installation

1

Add the Marketplace

Run this command in Claude Code to add the CREATE SOMETHING marketplace:

/plugin marketplace add createsomethingtoday/claude-plugins
2

Install the Plugin

Then install this plugin:

/plugin install hermeneutic-review@create-something
3

Start Using

The plugin is now available. Use its skills and agents in your Claude Code sessions.

Try It

Copy these prompts to get started:

/review-triad src/lib/utils Review a directory through the Subtractive Triad
Review this PR using the hermeneutic method Get a three-pass analysis of changes