Agent skill · Code Review & Quality

paw-review-baseline

Analyzes the codebase at the PR's base commit to establish baseline understanding for review comparison.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill paw-review-baseline --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/analysis/paw-review-baseline/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Baseline Research Activity Skill Analyze the codebase **at the base commit** (before PR changes) to document how the system worked, what patterns existed, and what context informs understanding of the changes. > **Reference**: Follow Core Review Principles from `paw-review-workflow` skill. ## CRITICAL: Baseline Only **Your only job is to document the pre-change codebase as it existed.** - DO NOT analyze the PR changes or compare before/after - DO NOT suggest improvements or identify issues - DO NOT critique the implementation - ONLY describe what existed before: behavior, patterns, conventions, integration points ## Responsibilities - Checkout base commit safely (with state restoration) - Research how affected modules functioned before changes - Document integration points and dependencies - Identify patterns and conventions in affected areas - Create CodeResearch.md with baseline understanding ## Non-Responsibilities - PR change analysis or before/after comparison (understanding skill) - Quality evaluation or recommendations (evaluation skills) - Workflow orchestration (handled by workflow skill) ## Prerequisites - ReviewContext.md must exist with base commit SHA - ResearchQuest

What's inside
Steps it walks through
  1. CRITICAL: Baseline Only
  2. Responsibilities
  3. Non-Responsibilities
  4. Prerequisites
  5. Multi-Repository Mode
  6. Detection
  7. Per-Repository Processing
  8. Cross-Repository Pattern Identification
  9. Error Handling
  10. Execution Steps
  11. Step 1: Sync Remote State
  12. Step 2: Checkout Base Commit
  13. Step 3: Read Research Questions
  14. Step 4: Analyze Pre-Change Codebase
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the paw-review-baseline skill do?

Analyzes the codebase at the PR's base commit to establish baseline understanding for review comparison.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill paw-review-baseline --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going