feat: add refactoring advisor skill - #424
Open
wusuiling-if wants to merge 2 commits into
Open
Conversation
wusuiling-if
force-pushed
the
codex/refactoring-advisor
branch
from
July 28, 2026 05:34
1db2c6a to
6c0a106
Compare
wusuiling-if
marked this pull request as ready for review
July 30, 2026 01:47
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
Add the
refactoring-advisorskill requested in #85. The skill audits functions, classes, modules/packages, and cross-cutting dependencies, then produces evidence-backed refactoring proposals without modifying implementation code.The workflow:
large-codebasemarketplace and generated skills catalogCloses #85
Validation
npm run build:skillspython3 scripts/sync_extensions.py --checkpython3 -m pytest -q tests/test_refactoring_advisor.py tests/test_skills_catalog.py tests/test_sync_extensions.py tests/test_plugin_manifest.py tests/test_skill_plugin_loading.py tests/test_skills_have_readme.py -k 'not iterate_loads_as_sdk_plugin'(169 passed, 1 deselected)The full Python suite was not available locally because this machine has Python 3.10 and no
uv, while the project requires Python 3.12 and the test group includesopenhands-sdk,mcp, and other unavailable dependencies. The repository sync check also reports the pre-existing non-blocking marketplace warning forplugins/issue-duplicate-checker.