pr-review
Scope-focused PR review with requirements validation and backlog triage
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/athola/nm-sanctum-pr-reviewNight 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
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-sanctum-pr-review": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
plugin-review
Review plugin quality with tiered checks and dependency-aware scoping. Use for PR validation and pre-release audits
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-microkernel
Microkernel architecture with a minimal core and plugin-based extensibility for platforms
escalation-governance
Assess whether to escalate models