Uh oh!
There was an error while loading. Please reload this page.
fix: Claude 版 plugin description の列挙粒度を Codex 版と揃える - #78
Merged
takemi-ohama merged 1 commit intoAug 8, 2026
Conversation
Codex 版には記載がある cross-review と Docker container access が Claude 版の description に列挙されていなかった。両者とも Claude Code へ配布している Skill なので、ランタイム間で粒度を揃えた。marketplace.json も同じ文言へ更新した。
takemi-ohama
commented
Aug 8, 2026
takemi-ohama
left a comment
ContributorAuthor
There was a problem hiding this comment.
🤖 cross-review | round 1 | codex | APPROVE
修正必須の指摘はありません。description の追加内容は Claude 版の配布 skill 実体と一致し、生成物検証も通っています。
takemi-ohama
commented
Aug 8, 2026
takemi-ohama
left a comment
ContributorAuthor
There was a problem hiding this comment.
🤖 cross-review | round 1 | gemini | APPROVE
Claude 版 plugin の description における列挙粒度の統一を確認しました。JSON の構文も正常であり、修正提案はありません。
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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
PR #77 のレビューで、Claude 版の
descriptionに Codex 版へは記載があるcross-reviewと Docker container access が列挙されていない点を指摘された。どちらも Claude Code へ配布している Skill(plugins/ndf-shared/manifests/claude-skills.txtにcross-reviewとdocker-container-accessが含まれる)なので、ランタイム間で粒度を揃える。.claude-plugin/marketplace.jsonの同プラグイン説明も同じ文言へ更新した(両者は一致させる必要がある)。Test plan
marketplace.jsonとplugins/ndf-claude/.claude-plugin/plugin.jsonのdescriptionが一致するbash scripts/build-runtime-plugins.sh --checkが差異を検出しないbash scripts/validate-runtime-plugins.shが成功するrelease PR: #66