docs-from-prs
Installation
SKILL.md
docs-from-prs
Inputs
Optional args (free-form, parse from the user's message):
- since: a date (
2026-04-01), a PR number (#24), or a count (last 15). Default: PRs merged after the most recent commit that touched the primary doc (README.mdby default), capped at 20. - remotes:
originor a named remote, orallif the project mirrors to multiple GitHub orgs. Default: the current repo'sorigin. Multi-remote projects should follow theirCLAUDE.md/AGENTS.mdPR workflow. - dry-run: report the gap analysis only, no edits. Use when the user says "what's missing" or "audit".
Step 1 — Survey
Resolve the current repo first:
REPO=$(gh repo view --json nameWithOwner -q .nameWithOwner)
Then run these in parallel: