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
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