feat(codex): add code-health skill for Codex plugin parity#962
Open
Ayush7614 wants to merge 1 commit into
Open
feat(codex): add code-health skill for Codex plugin parity#962Ayush7614 wants to merge 1 commit into
Ayush7614 wants to merge 1 commit into
Conversation
Port the code-health skill from the Claude plugin so Codex gets the same health/refactoring guidance, and bump the plugin version to 0.2.1.
|
✅ Health: 7.5 (unchanged) 📋 At a glance 🩹 Review priority (files here with the most recent bug-fix history — defects cluster, so review these first)
🔎 More signals (1)🔥 Hotspot touched (1)
📊 Full report · ⭐ Star Repowise · 📥 Install bot · Last updated 2026-07-20 11:08 UTC |
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
plugins/codex/skills/code-health/SKILL.md, ported from the Claude plugin with Codex-neutral wording (repowise initinstead of/repowise:init, no Claude-specific references).0.2.1.test_codex_plugin.pyto expect six skills includingcode-health.Motivation
The Claude Code plugin ships six skills; Codex had five —
code-healthwas the only gap. This brings parity so Codex users get the same health/refactoring guidance.Test plan
pytest tests/unit/cli/test_codex_plugin.py— all 5 tests pass/repowise:references)