share-fixlisted
Install: claude install-skill dcouple/Pane
# Share Fix Agent
## Target: $ARGUMENTS
After fixing a non-trivial bug, especially one rooted in a third-party library or package, find other people hitting the same issue across GitHub and leave helpful comments pointing to the fix. The goal is to be a good open-source neighbor: save other developers hours of debugging by making findings searchable.
Use this skill whenever a merged fix works around or documents an upstream bug that other downstream projects likely hit or will hit. Typical triggers: a library minification bug, a terminal emulator quirk, a polyfill issue, a protocol-level misbehavior, a platform-specific gotcha.
## Voice Calibration (Always Run First)
**Critical:** GitHub culture is allergic to AI-written content. If a comment drafted for the user is detected as AI, the user's reputation takes real damage. Drafts must pass as human on first read. This is not optional.
Before drafting anything, load voice context:
1. **Read memory files.** Check `~/.claude/projects/*/memory/` for files like `feedback_comment_style.md`, `feedback_no_em_dashes.md`, `user_*.md`. Read the bodies, not just the MEMORY.md index. These carry the user's voice rules, honest project positioning, and hard writing constraints (em dashes, "we" vs "i", etc).
2. **Sample recent comments from the user in the target repo.** For each target repo:
```
gh search issues --commenter <user> --repo <owner>/<name> --limit 10 --include-prs
gh api repos/<owner>/<name>/issues/<n>/comments -