Conversation
Summary of ChangesHello @avifenesh, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request finalizes the release of version 4.2.2, primarily focusing on enhancing the robustness and reliability of Codex adapter skill descriptions. It addresses previous issues where skills might install with empty descriptions by introducing both build-time validation and install-time guards, alongside updating all project manifests and documentation to the new version. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request handles the version bump to v4.2.2 and includes a fix for missing codex-description frontmatter in three command files. My review includes suggestions for improving the long-term maintainability of these new descriptions by using YAML anchors to avoid duplication. These are considered low-severity suggestions, aligning with the guideline to prioritize critical fixes over minor formatting improvements in release-focused pull requests. Overall, the changes are straightforward for a release.
There was a problem hiding this comment.
Pull request overview
Release prep for v4.2.2, aligning version metadata across the repo and ensuring Codex adapter generation has non-empty skill descriptions by adding codex-description to affected command reference files.
Changes:
- Bumped versions from 4.2.1 → 4.2.2 across root package files, site content, plugin manifests, and skill frontmatter.
- Added
codex-descriptionfrontmatter to 3 command reference files to satisfy Codex skill description requirements. - Added a v4.2.2 entry to
CHANGELOG.md.
Reviewed changes
Copilot reviewed 70 out of 71 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| site/content.json | Bump site content version to 4.2.2 |
| package.json | Bump package version to 4.2.2 |
| package-lock.json | Bump lockfile root package version to 4.2.2 |
| CHANGELOG.md | Add v4.2.2 release notes |
| .claude-plugin/plugin.json | Bump root plugin manifest version to 4.2.2 |
| .claude-plugin/marketplace.json | Bump marketplace + per-plugin versions to 4.2.2 |
| plugins/sync-docs/skills/sync-docs/SKILL.md | Bump skill version to 4.2.2 |
| plugins/sync-docs/.claude-plugin/plugin.json | Bump plugin version to 4.2.2 |
| plugins/ship/.claude-plugin/plugin.json | Bump plugin version to 4.2.2 |
| plugins/repo-map/.claude-plugin/plugin.json | Bump plugin version to 4.2.2 |
| plugins/perf/skills/perf-theory-tester/SKILL.md | Bump skill version to 4.2.2 |
| plugins/perf/skills/perf-theory-gatherer/SKILL.md | Bump skill version to 4.2.2 |
| plugins/perf/skills/perf-profiler/SKILL.md | Bump skill version to 4.2.2 |
| plugins/perf/skills/perf-investigation-logger/SKILL.md | Bump skill version to 4.2.2 |
| plugins/perf/skills/perf-code-paths/SKILL.md | Bump skill version to 4.2.2 |
| plugins/perf/skills/perf-benchmarker/SKILL.md | Bump skill version to 4.2.2 |
| plugins/perf/skills/perf-baseline-manager/SKILL.md | Bump skill version to 4.2.2 |
| plugins/perf/skills/perf-analyzer/SKILL.md | Bump skill version to 4.2.2 |
| plugins/perf/.claude-plugin/plugin.json | Bump plugin version to 4.2.2 |
| plugins/next-task/skills/validate-delivery/SKILL.md | Bump skill version to 4.2.2 |
| plugins/next-task/skills/discover-tasks/SKILL.md | Bump skill version to 4.2.2 |
| plugins/next-task/.claude-plugin/plugin.json | Bump plugin version to 4.2.2 |
| plugins/learn/skills/learn/SKILL.md | Bump skill version to 4.2.2 |
| plugins/learn/.claude-plugin/plugin.json | Bump plugin version to 4.2.2 |
| plugins/enhance/skills/enhance-skills/SKILL.md | Bump skill version to 4.2.2 |
| plugins/enhance/skills/enhance-prompts/SKILL.md | Bump skill version to 4.2.2 |
| plugins/enhance/skills/enhance-plugins/SKILL.md | Bump skill version to 4.2.2 |
| plugins/enhance/skills/enhance-orchestrator/SKILL.md | Bump skill version to 4.2.2 |
| plugins/enhance/skills/enhance-hooks/SKILL.md | Bump skill version to 4.2.2 |
| plugins/enhance/skills/enhance-docs/SKILL.md | Bump skill version to 4.2.2 |
| plugins/enhance/skills/enhance-cross-file/SKILL.md | Bump skill version to 4.2.2 |
| plugins/enhance/skills/enhance-claude-memory/SKILL.md | Bump skill version to 4.2.2 |
| plugins/enhance/skills/enhance-agent-prompts/SKILL.md | Bump skill version to 4.2.2 |
| plugins/enhance/.claude-plugin/plugin.json | Bump plugin version to 4.2.2 |
| plugins/drift-detect/skills/drift-analysis/SKILL.md | Bump skill version to 4.2.2 |
| plugins/drift-detect/.claude-plugin/plugin.json | Bump plugin version to 4.2.2 |
| plugins/deslop/skills/deslop/SKILL.md | Bump skill version to 4.2.2 |
| plugins/deslop/.claude-plugin/plugin.json | Bump plugin version to 4.2.2 |
| plugins/consult/skills/consult/SKILL.md | Bump skill version to 4.2.2 |
| plugins/consult/.claude-plugin/plugin.json | Bump plugin version to 4.2.2 |
| plugins/agnix/skills/agnix/SKILL.md | Bump skill version to 4.2.2 |
| plugins/agnix/.claude-plugin/plugin.json | Bump plugin version to 4.2.2 |
| plugins/audit-project/.claude-plugin/plugin.json | Bump plugin version to 4.2.2 |
| plugins/audit-project/commands/audit-project-agents.md | Add codex-description frontmatter for Codex skill generation |
| plugins/ship/commands/ship-ci-review-loop.md | Add codex-description frontmatter for Codex skill generation |
| plugins/ship/commands/ship-deployment.md | Add codex-description frontmatter for Codex skill generation |
| adapters/opencode/skills/validate-delivery/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/sync-docs/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/perf-theory-tester/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/perf-theory-gatherer/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/perf-profiler/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/perf-investigation-logger/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/perf-code-paths/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/perf-benchmarker/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/perf-baseline-manager/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/perf-analyzer/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/learn/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/enhance-skills/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/enhance-prompts/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/enhance-plugins/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/enhance-orchestrator/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/enhance-hooks/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/enhance-docs/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/enhance-cross-file/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/enhance-claude-memory/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/enhance-agent-prompts/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/drift-analysis/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/discover-tasks/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/deslop/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/consult/SKILL.md | Regenerated adapter skill version to 4.2.2 |
| adapters/opencode/skills/agnix/SKILL.md | Regenerated adapter skill version to 4.2.2 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
codex-descriptionfrontmatter to 3 command reference files for preflight complianceChanges in this release (from #212)
audit-project-agents,ship-ci-review-loop,ship-deploymentcommand filesgen-adapters.jsto error on empty Codex skill descriptionsbin/cli.jsto skip skills with missing descriptionsTest plan
npm test- 92 suites, 3917 tests pass (including preflight test)npm run validate- all validators pass