3-verify-pr-fix

Replay MCP tool calls on PR branches and diff results against baselines.

3.1k|528|Updated Apr 13, 2025
One-click install
npx skills add https://github.com/stickerdaniel/linkedin-mcp-server --skill 3-verify-pr-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 3-verify-pr-fix
Source: https://github.com/stickerdaniel/linkedin-mcp-server/tree/main/.agents/skills/3-verify-pr-fix
Command: npx skills add https://github.com/stickerdaniel/linkedin-mcp-server --skill 3-verify-pr-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates verification of whether a candidate PR actually fixes a reported issue by replaying a baseline.

Core Features & Use Cases

  • Replays the exact MCP tool call against the PR branch to reproduce the failure scenario.
  • Diffs the PR run against the on-main baseline to classify outcomes (fixes cleanly, fixes with concerns, does not fix, cannot run, or cannot verify).
  • Audits results for locale-independence and DOM stability per CLAUDE.md scraping rules to ensure robust verification.

Quick Start

Run the verify-pr-fix workflow on a target PR to replay the exact previous failure and compare outputs against the established baseline.

Frequently Asked Questions about 3-verify-pr-fix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify a pull request actually fixes a reported issue?

To verify a pull request actually fixes a reported issue, replay a prior failure baseline against the PR branch. This process diffs the PR run against the main baseline to classify whether the fix is clean, partial, or absent.

How does baseline replay work for PR verification?

Baseline replay for PR verification works by re-running the exact MCP tool call on the PR branch. It then compares the output against the established on-main baseline to determine if the issue is resolved.

Can I automate pull request verification for locale or DOM stability issues?

Yes, you can automate pull request verification for locale or DOM stability issues. The workflow audits replayed results against scraping rules to ensure robust, locale-independent verification of the changes.

What do I need to run automated PR verification using a baseline?

To run automated PR verification using a baseline, you need a candidate pull request and an existing failure baseline from the main branch. The workflow replays the exact MCP tool call to compare outputs.

What is the best way to classify if a PR fix is clean or partial?

The best way to classify if a PR fix is clean or partial is by diffing the PR branch run against the on-main baseline. This comparison categorizes outcomes as fixes cleanly, fixes with concerns, does not fix, or cannot run.