From 174fec54614d1b59524d2ca8dff311da265eb874 Mon Sep 17 00:00:00 2001 From: David Rogers <120214987+drogers0@users.noreply.github.com> Date: Mon, 27 Jul 2026 20:28:25 -0500 Subject: [PATCH] docs: add "Who's using gh-image" section to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add a card grid highlighting three projects that run gh-image in their review and documentation pipelines: - NousResearch/hermes-agent — publishes E2E evidence on every PR from CI - openshift/console — /qa-verify agent skill uploads QA evidence - Simpleyyt/ai-manus — demo-videos skill publishes README demo reels Each entry links to the actual usage site in that repository. Layout uses two single-row HTML tables rather than one two-row table: GitHub's stylesheet shades even-numbered rows, which tinted the second row, and inline CSS is stripped so it cannot be overridden. One row per table keeps every row at nth-child(1). Cell content is plain HTML because markdown is not reliably processed inside table cells. --- README.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/README.md b/README.md index 8ece358..19ef8f5 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,43 @@ npx skills add drogers0/gh-image The open [Agent Skills standard](https://agentskills.io/clients) is supported by **Claude Code**, **OpenAI Codex**, **Cursor**, **GitHub Copilot**, and [many more](https://agentskills.io/clients). The skill walks the agent through installing this extension (if needed), running the upload, and embedding the resulting `user-attachments` URL into a PR, issue, or comment. +## Who's using gh-image + +Shipping visual evidence in production review pipelines: + +
+
+★ 220k+
++Automated visual proof on every single pull request, with no human in the loop: the publish job uploads the E2E screenshots inline using a specially scoped attachment bot account. + + |
+
|
+
+ + ★ 450+ · Red Hat
++Its /qa-verify agent skill hands reviewers full-resolution QA evidence — CDN-hosted, so nothing gets downscaled to fit a comment.
+
+ |
+
+
+ + ★ 1.5k+
++A demo-videos skill publishes the README demo reels — gh image is mandatory, since only user-attachments URLs autoplay inline.
+
+ |
+