Document Jinx's Copilot content reviews#233
Open
drmowinckels wants to merge 1 commit into
Open
Conversation
Add the /jinx review and /jinx copilot-sync commands to the Jinx command reference, and a "Copilot content reviews" section to the developer page covering the two-step setup (copilot-sync + the reusable-copilot-review workflow) and the on-demand command. Drive-by: drop the /jinx validate-directory row -- that command was removed from jinx (the directory repo validates entries on push/PR). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Broken Link Check✅ No broken links found. Updated: 2026-07-03T19:21:21.259Z |
i18n CoverageContent pages missing translationsThese changed content directories are missing translations:
Updated: 2026-07-03T19:22:40.387Z |
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.
Summary
Documents the new Copilot content-review feature in Jinx (shipped in rladies/jinx#80) in the global-team Jinx section:
commands.en.md) — adds/jinx review <gate> <pr>and/jinx copilot-sync <owner/repo>to the action-commands table, with a short pointer to the setup section.for-developers.en.md) — a "Copilot content reviews" section: the two-step setup (/jinx copilot-syncto land the instruction files, then thereusable-copilot-review.ymlcaller with itspull-requests: writerequirement), the on-demand command, and the org-level prerequisites.Drive-by fix: removed the
/jinx validate-directoryrow — that command was removed from Jinx (the directory repo validates entries on push/PR), so it was stale.English-only page; no translations affected. Cross-link uses the same
relrefpattern as the existing links in the section.Note: I couldn't run a full local
hugo build— thehugo-theme-relearnsubmodule wouldn't clone in my environment — so I validated the markdown and confirmed therelreftarget heading exists; Netlify will do the authoritative build here.