在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:1,069
forks:39
updated:2026年4月6日 04:19
SKILL.md
Convert Neva programs to valid Mermaid diagrams
Prepare a Neva GitHub release draft from merged PRs, previous release style, and local multi-platform artifacts. Use this for monthly release preparation in nevalang/neva.
| name | deep-refactoring |
| description | A systematic approach to refactoring complex codebases. |
Use this skill when a component has become too complex to understand or modify safely, or when architectural flaws (e.g. duplicated logic) are identified.
The goal is to move from "mystery code" to "well-defined intent".
The goal is to separate what is being done from how and where.
The goal is to polish, optimize, and ensure correctness.