review-chamber
Capture and retrieve PR review knowledge in project memory palaces
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/athola/nm-memory-palace-review-chamberNight 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-athola-nm-memory-palace-review-chamber": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
extract
Analyze a codebase and build a knowledge base of business logic, architecture, data flow, and engineering patterns. The foundation for gauntlet challenges and agent integration
discourse
>- Scan community discussion channels (HN, Lobsters, Reddit, tech blogs) for experience reports and opinions on a topic
synthesize
>- Merge, deduplicate, rank, and format research findings from multiple channels into a coherent report. Use after research agents return their results
workflow-monitor
Detect workflow failures and inefficient patterns, then create GitHub issues for improvement via /fix-workflow
architecture-paradigm-hexagonal
Hexagonal (Ports and Adapters) architecture isolating domain logic from infrastructure