NO-ISSUE: feat(skills): register review-with-google-mind in runes plugin#10
Merged
Conversation
Add the google-mind skill (a lens applying Google's eng-practices Code Reviewer's and CL Author's guides) to both skills/ and plugins/runes/skills/, kept byte-identical per scripts/check-skills-sync.sh.
Conforms to runes:writing-skills directory structure: SKILL.md plus references/{reviewer,author}-guide.md as heavy-reference files. The skill-creator evals/ dir is omitted, since no other runes skill ships one and runes validates skills via subagent pressure scenarios rather than a JSON eval suite.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Minor bump for the google-mind skill addition, across all four manifests (marketplace.json, .claude-plugin/plugin.json, .codex-plugin/plugin.json, gemini-extension.json). Follows the convention from #6 of a minor bump for feature additions. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds a new writing/review “lens” skill (google-mind) to the Runes skill set, shipping it in both the repo-root skills/ directory and the plugin-distributed plugins/runes/skills/ directory, and bumps plugin/marketplace versions for the feature addition.
Changes:
- Added the
google-mindskill (SKILL.md) to both synced skill locations. - Bundled full-reference documents for Google’s Reviewer/Author guides under
references/. - Bumped Runes version from
0.3.2to0.4.0across the four JSON manifests.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| skills/google-mind/SKILL.md | New skill definition + usage guidance and reference pointers. |
| skills/google-mind/references/reviewer-guide.md | Added full-reference reviewer guide content (CC-BY sourced). |
| skills/google-mind/references/author-guide.md | Added full-reference author guide content (CC-BY sourced). |
| plugins/runes/skills/google-mind/SKILL.md | Synced copy of the new skill for the distributed plugin. |
| plugins/runes/skills/google-mind/references/reviewer-guide.md | Synced copy of reviewer reference for the distributed plugin. |
| plugins/runes/skills/google-mind/references/author-guide.md | Synced copy of author reference for the distributed plugin. |
| plugins/runes/.codex-plugin/plugin.json | Version bump to 0.4.0. |
| plugins/runes/.claude-plugin/plugin.json | Version bump to 0.4.0. |
| gemini-extension.json | Version bump to 0.4.0. |
| .claude-plugin/marketplace.json | Marketplace version bump to 0.4.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…d author guide Copilot review: the First Line bullet read "Follow by empty line." (ungrammatical); the body text below it says "followed by a blank line." Corrected to "Followed by an empty line." in both synced copies. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot review (CC BY 3.0 compliance): the bundled Google eng-practices content lacked a license link and an explicit adapted/changed notice, and the repo's third-party attribution file (NOTICE.md) had no entry for it. - SKILL.md / reference headers: add explicit attribution (Google LLC, guide titles), a link to the CC BY 3.0 license, and an explicit 'adapted/distilled, not verbatim' notice. Also corrected the SKILL.md claim that references hold 'the full text'/'exact wording' — they are distilled, not verbatim. - NOTICE.md: add a Google eng-practices CC BY 3.0 entry, matching the existing superpowers/MIT attribution pattern. Applied identically to both synced copies (check-skills-sync passes). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…icitly Copilot review: the "(see NOTICE.md)" pointer is a dead-end from inside the packaged plugin (NOTICE.md lives at the repository root, not under plugins/runes/). Made the location explicit so plugin consumers know where to find it. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…mind Team review feedback: the bare name "google-mind" didn't convey what the skill is for. Renamed to "review-with-google-mind" so the identifier communicates its purpose — a Google eng-practices review lens. Renamed both synced skill dirs (git mv preserves history) and updated the frontmatter name, in-body invocation references (/review-with-google-mind), the H1 title, and the NOTICE.md attribution paths. check-skills-sync passes; frontmatter stays within the 1024-char limit. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
hhk7734
approved these changes
Jun 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Registers the review-with-google-mind skill into the runes plugin. It's a lens that applies Google's published engineering practices (the Code Reviewer's Guide and CL Author's Guide) to whatever the user is reviewing, authoring, or deciding — invoked explicitly via
/review-with-google-mind.Added to both synced locations, kept byte-identical per
scripts/check-skills-sync.sh:skills/review-with-google-mind/plugins/runes/skills/review-with-google-mind/Each contains
SKILL.md+references/reviewer-guide.md+references/author-guide.md.Naming
Originally registered as
google-mind; renamed toreview-with-google-mindper team review feedback (the bare name didn't convey the skill's purpose).Conformance to
runes:writing-skillsSKILL.mdplus heavy-reference files (the two guides are 325 / 216 lines).evals/dir was deliberately omitted — no other runes skill ships one, and runes validates skills via subagent pressure scenarios, not a JSON eval suite.Version bump
Licensing (CC BY 3.0)
The bundled Google eng-practices content carries explicit attribution + a CC BY 3.0 license link + an "adapted, not verbatim" notice, and a matching
NOTICE.mdentry (mirrors the existing superpowers/MIT pattern).Verification
scripts/check-skills-sync.shpasses (both copies identical).🤖 Generated with Claude Code