ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

review-chamber

Capture and retrieve PR review knowledge in project memory palaces

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/athola/nm-memory-palace-review-chamber
Or

Night Market Skill — ported from claude-night-market/memory-palace. For the full experience with agents, hooks, and commands, install the Claude Code plugin.

Table of Contents

  • Overview
  • Room Structure
  • Workflow Phases
  • Phase 1: Knowledge Detection
  • Knowledge Detection Checklist
  • Phase 2: Classification
  • Phase 3: Capture
  • Decision Title
  • Decision
  • Context (from PR discussion)
  • Captured Knowledge
  • Connected Concepts
  • Phase 4: Integration
  • Usage Examples
  • Capture After PR Review
  • Search Past Decisions
  • Surface Relevant Knowledge
  • Relevant Review Knowledge
  • Integration Points
  • With sanctum:pr-review
  • With knowledge-intake
  • With knowledge-locator
  • Evaluation Rubric
  • Worth Capturing (Score ≥ 60)
  • Skip (Score < 60)
  • CLI Reference
  • Best Practices

PR Review Chamber Skill

Capture, organize, and retrieve knowledge from PR reviews within project memory palaces.

When To Use

  • Capturing PR review knowledge for future reference
  • Building review pattern libraries from past reviews

When NOT To Use

  • Quick self-reviews of trivial changes
  • Automated CI checks that cover the review scope

Overview

The Review Chamber is a dedicated room within each project palace that stores valuable knowledge extracted from PR reviews. It transforms ephemeral PR discussions into persistent, searchable institutional memory.

Room Structure

review-chamber/
├── decisions/      # Architectural choices from PR discussions
├── patterns/       # Recurring issues and their solutions
├── standards/      # Quality bar examples and coding conventions
└── lessons/        # Post-mortems and learnings

Verification: Run the command with --help flag to verify availability.

Workflow Phases

Phase 1: Knowledge Detection

After a PR review completes, evaluate findings for knowledge capture:

## Knowledge Detection Checklist

For each finding from sanctum:pr-review, evaluate:

Metadata

Author@athola
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-athola-nm-memory-palace-review-chamber": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.