What problem does it solve? Open-source projects lose first-time contributors at every step between landing on the repository and merging a first pull request: broken setup, empty beginner-issue queues, and silent review queues. This Skill diagnoses which step leaks, fixes it, and proves the fix with a cold run from a clean machine. ## Core Features & Use Cases - Scored contributor-path audit: Runs a shell script plus a blocking-and-weighted scorecard (4 blocking checks, 16 scored points) to produce an evidence-backed audit report before any change is proposed. - CONTRIBUTING file drafting: Writes the file section by section against a published outline, with the legal gate placed before the reader writes code and conventions stated literally for agent-assisted contributors. - First-issue queue and review loop design: Rewrites beginner issues with the seven required parts, sets claiming and expiry conventions, and builds a two-clock review playbook with reply templates. - Use Case: A maintainer says "we have 4k stars but zero external pull requests." The Skill baselines the funnel, cold-runs the setup, scores the path, and returns a fix order ranked by damage removed per hour. ## Quick Start Ask the assistant to audit why first-time contributors give up on your repository and score the contribution path before changing anything.