Skip to main content

simplify

Use after EZ_math_model coding has produced src/*.py and before packaging when code quality, reuse, vectorization, naming, or unnecessary complexity should be reviewed without changing behavior.

설치로 이동

소스 정보

저장소
woodfishhhh/EZ_math_model
최근 소스 활동
2026년 5월 20일 10:38
감지된 SKILL.md 언어
다국어 혼합
스타
41
포크
1

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
simplify
description
Use after EZ_math_model coding has produced src/*.py and before packaging when code quality, reuse, vectorization, naming, or unnecessary complexity should be reviewed without changing behavior.
# simplify — 建模代码质量检查 ## 何时使用 - `pipeline 03 coding` 完成后。 - `pipeline 06 packaging` 之前。 - hybrid / multi 模式下希望额外检查 `src/*.py`。 ## 调用方式 优先加载宿主 `simplify` skill,输入所有 `src/*.py`。只输出建议,不直接修改代码。 检查重点: - 重复逻辑和可抽取工具函数。 - 低效循环与可向量化处理。 - 过度防御或吞异常。 - 命名混乱。 - 与 modeling_plan 不一致的实现。 输出: ```text workdir/{task_id}/simplify_report.md ```
GitHub에서 보기