ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

pr-review

Scope-focused PR review with requirements validation and backlog triage

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/athola/nm-sanctum-pr-review
Or

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

Table of Contents

  • Core Principle
  • When to Use
  • Scope Classification Framework
  • Classification Examples
  • Workflow
  • Phase 1: Establish Scope Baseline
  • Phase 2: Gather Changes
  • Phase 3: Requirements Validation
  • Phase 1.5: Version Validation (MANDATORY)
  • Phase 4: Code Review with Scope Context
  • Phase 5: Backlog Triage
  • Phase 6: Generate Report
  • Phase 7: Knowledge Capture
  • Quality Gates
  • Anti-Patterns to Avoid
  • Don't: Scope Creep Review
  • Don't: Perfect is Enemy of Good
  • Don't: Blocking on Style
  • Don't: Reviewing Unchanged Code
  • Integration with Other Tools
  • Exit Criteria

Scope-Focused PR Review

Review pull/merge requests with discipline: validate against original requirements, prevent scope creep, and route out-of-scope findings to issues on the detected platform.

Platform detection is automatic via leyline:git-platform. Use gh for GitHub, glab for GitLab. Check session context for git_platform:.

Core Principle

A PR review validates scope compliance, not code perfection.

The goal is to validate the implementation meets its stated requirements without introducing regressions. Improvements beyond the scope belong in future PRs.

When To Use

  • Before merging any feature branch
  • When reviewing PRs from teammates
  • To validate your own work before requesting review
  • To generate a backlog of improvements discovered during review

When NOT To Use

  • Preparing PRs - use pr-prep instead
  • Deep code review - use pensive:unified-review
  • Preparing PRs - use pr-prep instead
  • Deep code review - use pensive:unified-review

Scope Classification Framework

Every finding must be classified:

Metadata

Author@athola
Stars4473
Views1
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-sanctum-pr-review": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.