|
| 1 | +# Chrome Web Store listing pack |
| 2 | + |
| 3 | +## Product name |
| 4 | +show-me-talk |
| 5 | + |
| 6 | +## Category |
| 7 | +Recommended: Developer Tools |
| 8 | + |
| 9 | +## Summary |
| 10 | +Auto-collapse code in GitHub PRs so Markdown, llms.txt, docs, and agent instructions stay open for review. |
| 11 | + |
| 12 | +## Detailed description |
| 13 | +show-me-talk changes the default review posture on GitHub pull requests. |
| 14 | + |
| 15 | +Instead of opening every code diff and making reviewers hunt for intent, it automatically collapses code files and keeps the talk visible first: Markdown, llms.txt, docs, PR templates, and agent instruction files. |
| 16 | + |
| 17 | +This is especially useful in the agent era, where generated code is often less informative than the human-facing artifacts around it. |
| 18 | + |
| 19 | +What it does: |
| 20 | +- Auto-collapses non-talk files in GitHub PR "Files changed" |
| 21 | +- Keeps Markdown and text-first docs open by default |
| 22 | +- Keeps llms.txt and common agent instruction files visible |
| 23 | +- Adds quick actions to collapse code again, expand all files, or reset the view |
| 24 | +- Lets you add custom keep-open glob patterns in Settings |
| 25 | + |
| 26 | +Why people install it: |
| 27 | +- Review specs before implementation details |
| 28 | +- Keep prompts, policies, and instructions front and center |
| 29 | +- Reduce cognitive load on large generated diffs |
| 30 | +- Focus code review on intent, not noise |
| 31 | + |
| 32 | +Permissions: |
| 33 | +- storage: saves your local extension preferences such as whether auto-collapse is enabled and your custom keep-open patterns |
| 34 | + |
| 35 | +Privacy: |
| 36 | +- show-me-talk does not collect personal data |
| 37 | +- show-me-talk does not send your GitHub content to any server |
| 38 | +- show-me-talk does not use analytics, ads, or trackers |
| 39 | + |
| 40 | +Support URL |
| 41 | +https://github.com/TennyZhuang/show-me-talk/issues |
| 42 | + |
| 43 | +Homepage URL |
| 44 | +https://github.com/TennyZhuang/show-me-talk |
| 45 | + |
| 46 | +Privacy policy URL |
| 47 | +https://github.com/TennyZhuang/show-me-talk/blob/main/PRIVACY.md |
| 48 | + |
| 49 | +## Privacy form suggestions |
| 50 | +### Single purpose |
| 51 | +Auto-collapse code files on GitHub pull request diff pages so text-first review artifacts remain open. |
| 52 | + |
| 53 | +### Permission justification |
| 54 | +storage: Save extension settings, including the enabled toggle and custom keep-open file patterns, across browser sessions. |
| 55 | + |
| 56 | +### Data disclosure |
| 57 | +- No user data collected |
| 58 | +- No personal communications collected |
| 59 | +- No web history collected |
| 60 | +- No authentication information collected |
| 61 | +- No health, financial, location, or personal info collected |
| 62 | +- Data is not sold |
| 63 | +- Data is not used for advertising |
| 64 | +- Data is not used for creditworthiness or lending decisions |
| 65 | + |
| 66 | +## Store assets |
| 67 | +- `store-assets/screenshot-1-mixed-pr.png` |
| 68 | +- `store-assets/screenshot-2-docs-only.png` |
| 69 | +- `store-assets/screenshot-3-code-only.png` |
| 70 | +- `store-assets/screenshot-4-options.png` |
| 71 | +- `store-assets/screenshot-5-popup.png` |
| 72 | +- `store-assets/small-promo-tile-440x280.png` |
| 73 | +- `store-assets/marquee-promo-tile-1400x560.png` |
0 commit comments