kookr-oss-issue-scoutlisted
Install: claude install-skill kookr-ai/kookr
# OSS Issue Scout
> **Requires:** per-repo recon at `~/.claude/{org}-{repo}-recon/recon-report.md` (created by `[[oss-repo-recon]]`) and, optionally, distilled patterns at `${KOOKR_PLUGIN_DIR:-$HOME/git/kookr/plugin}/skills/pr-contribution-excellence/repo/{slug}.md` (part of the optional OSS extension — see `docs/hooks-setup.md`). If recon is missing, stop and run `[[oss-repo-recon]]` first rather than scouting blind. If only the patterns are missing, proceed but do not invent substitutes.
Find the best issue to contribute to in an external repository. Not just "good first issue" — intelligent triage of what an external contributor can realistically fix and get merged.
## When to Use
- After recon is complete and PR patterns are distilled
- When looking for a contribution opportunity in a specific repo
- When re-scouting after a previous contribution
## Non-Negotiable Rules
| # | Rule | Violation Example | Correct Pattern |
|---|------|-------------------|-----------------|
| 1 | Load recon report before scouting | Guessing repo conventions | `cat ~/.claude/{repoSlug}-recon/recon-report.md` |
| 2 | Load distilled patterns if available | Ignoring PR analysis insights | `cat ${KOOKR_PLUGIN_DIR:-$HOME/git/kookr/plugin}/skills/pr-contribution-excellence/repo/{repoSlug}.md` |
| 3 | Check for competing PRs on each issue | Duplicating work someone else started | Search for linked PRs before selecting |
| 4 | Score every candidate on all 5 dimensions | Picking based on gut feel