원클릭으로
refactor-module-stutter
Detect module/package name stutter in Python public APIs. Produces a Markdown report and optional CI gate.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Detect module/package name stutter in Python public APIs. Produces a Markdown report and optional CI gate.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Orchestrator skill for the `prompt` skillset. Dispatches to member skills in a safe, predictable order. Separates intent formation from execution to protect humans from premature or misaligned execution.
Conduct a focused, evidence-driven examination of ONE triaged suspect area. This is a test, not a verdict. Evidence may falsify the leading hypothesis.
Convert the user's raw description into a clinically precise intake note suitable for handoff to another agent or human. Captures symptoms, normalizes terminology, and separates observation from belief.
Orchestrator skill for the `doctor` skillset. A diagnostic protocol that models software failures as medical cases — preventing premature action, wrong-layer fixation, and false certainty in complex codebases.
Produce a treatment note that combines diagnosis, confidence, supporting evidence, alternative explanations, and proposed treatment options. Creates an artifact, not execution.
Perform breadth-first hypothesis surfacing and prioritization across all ownership zones, without commitment. This is not diagnosis and not investigation.
| name | refactor-module-stutter |
| license | MIT |
| description | Detect module/package name stutter in Python public APIs. Produces a Markdown report and optional CI gate. |
| metadata | {"author":"Jordan Godau","references":["01_GOAL.md","02_DEFINITION.md","03_RULES.md","04_ENFORCEMENT.md","05_CONFIGURATIONS.md","06_OUTPUT.md","07_SUGGESTIONS.md","08_EXAMPLES.md"],"scripts":["checker.py","pylint.py"],"keywords":["stutter","naming","module","package","redundant","prefix","public API"]} |
Read all references in references/ before using this skill.
Directory: references/
01_GOAL.md02_DEFINITION.md03_RULES.md04_ENFORCEMENT.md05_CONFIGURATIONS.md06_OUTPUT.md07_SUGGESTIONS.md08_EXAMPLES.mdDirectory: scripts/
checker.py: AST-based checker + reportpylint.py: Pylint plugin that provides lint-level enforcement.