paw-review-correlation
Synthesizes findings across multiple PRs to identify cross-repository dependencies, interface mismatches, and coordination gaps.
npx skills add majiayu000/claude-skill-registry --skill paw-review-correlation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Cross-Repository Correlation Analysis Skill Synthesize findings across multiple PRs to identify cross-repository dependencies, interface mismatches, and coordination gaps that wouldn't be visible when analyzing PRs in isolation. > **Reference**: Follow Core Review Principles from `paw-review-workflow` skill. ## Applicability This skill is **only invoked for multi-repository reviews**. Skip this activity when: - Single PR is being reviewed - All PRs are from the same repository - No `related_prs` entries in ReviewContext.md - `paw_get_context` returned `isMultiRootWorkspace: false` with single PR ## Prerequisites Verify these artifacts exist for **each** PR in the review set: For each `PR-<number>-<repo-slug>/` directory in `.paw/reviews/`: - `ReviewContext.md` (includes `related_prs` entries) - `CodeResearch.md` (baseline understanding per repo) - `DerivedSpec.md` (intent per PR) - `ImpactAnalysis.md` (includes Cross-Repository Dependencies section) - `GapAnalysis.md` (includes Cross-Repository Consistency findings) If any artifact is missing, report blocked status—earlier stages must complete first. ## Core Responsibilities - Identify shared interfaces between repositories (type
- Applicability
- Prerequisites
- Core Responsibilities
- Non-Responsibilities
- Process Steps
- Step 1: Load All Per-Repo Artifacts
- Step 2: Build Cross-Repo Dependency Graph
- Step 3: Identify Interface Contracts
- Step 4: Detect Interface Mismatches
- Step 5: Analyze Deployment Dependencies
- Step 6: Generate CrossRepoAnalysis.md
- CrossRepoAnalysis.md Template
- Validation Checklist
- Error Handling
What does the paw-review-correlation skill do?
Synthesizes findings across multiple PRs to identify cross-repository dependencies, interface mismatches, and coordination gaps.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill paw-review-correlation --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.
