Skip to content

fix: Claude 版 plugin description の列挙粒度を Codex 版と揃える - #78

Merged
takemi-ohama merged 1 commit into
release/skill-inventoryfrom
fix/plugin-description-parity
Aug 8, 2026
Merged

fix: Claude 版 plugin description の列挙粒度を Codex 版と揃える#78
takemi-ohama merged 1 commit into
release/skill-inventoryfrom
fix/plugin-description-parity

Conversation

@takemi-ohama

Copy link
Copy Markdown
Contributor

Summary

PR #77 のレビューで、Claude 版の description に Codex 版へは記載がある cross-review と Docker container access が列挙されていない点を指摘された。どちらも Claude Code へ配布している Skill(plugins/ndf-shared/manifests/claude-skills.txtcross-reviewdocker-container-access が含まれる)なので、ランタイム間で粒度を揃える。

.claude-plugin/marketplace.json の同プラグイン説明も同じ文言へ更新した(両者は一致させる必要がある)。

Test plan

  • marketplace.jsonplugins/ndf-claude/.claude-plugin/plugin.jsondescription が一致する
  • 列挙した機能が claude manifest の実体と対応する
  • bash scripts/build-runtime-plugins.sh --check が差異を検出しない
  • bash scripts/validate-runtime-plugins.sh が成功する

release PR: #66

Codex 版には記載がある cross-review と Docker container access が Claude 版の
description に列挙されていなかった。両者とも Claude Code へ配布している Skill
なので、ランタイム間で粒度を揃えた。marketplace.json も同じ文言へ更新した。

@takemi-ohamatakemi-ohama left a comment

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 cross-review | round 1 | codex | APPROVE

修正必須の指摘はありません。description の追加内容は Claude 版の配布 skill 実体と一致し、生成物検証も通っています。

@takemi-ohamatakemi-ohama left a comment

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 cross-review | round 1 | gemini | APPROVE

Claude 版 plugin の description における列挙粒度の統一を確認しました。JSON の構文も正常であり、修正提案はありません。

@takemi-ohama
takemi-ohama merged commit ee84176 into release/skill-inventoryAug 8, 2026
7 checks passed
@takemi-ohama
takemi-ohama deleted the fix/plugin-description-parity branch August 8, 2026 06:54
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@takemi-ohama