3-verify-pr-fix
FeaturedCheck out a candidate PR locally, restart the MCP server on the PR branch, re-run the exact same MCP tool call that failed in /2-repro-issue, diff the outputs, and audit the fix for locale-independence, DOM-stability, and scope per CLAUDE.md scraping rules. Use when the user says "verify PR
Install
Quality Score: 95/100
Skill Content
Details
- Author
- stickerdaniel
- Repository
- stickerdaniel/linkedin-mcp-server
- Created
- 1 years ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
2-repro-issue
Reproduce a single LinkedIn-MCP issue locally on the current branch against the real authenticated LinkedIn session at ~/.linkedin-mcp/profile/, using the MCP streamable-http server. Captures the exact failure mode (tool output, error, missing data) and maps it back to the scraper code path. Use when the user says "reproduce
fix-issue
Fixes GitHub issues using parallel analysis agents for root cause investigation, code exploration, and regression detection. Reads issue context from gh CLI, searches codebase and memory for related patterns, generates a fix with tests, and links the resolution back to the issue via PR. Includes prevention analysis to avoid recurrence. Use when debugging errors, resolving regressions, fixing bugs, or triaging issues.
verify-closure
Verify that a prior audit/issue's findings were actually closed by the PRs that claim to fix them — per-finding verdict (FIXED/PARTIAL/NOT_FIXED/REGRESSED) plus a hunt for regressions the fixes introduced. Use when the user asks "did these PRs close the issue", "verify the audit was addressed", or reviews follow-up/merged fix PRs.