← スキル一覧に戻る

refactor-module-stutter
by JordanGunn
[DEPRECATED] Collection of agent skills (mostly) targeted at preventing typical issues that surface during agentic programming sessions.
⭐ 6🍴 1📅 2026年1月13日
SKILL.md
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
Instructions
Read all references in references/ before using this skill.
Signals
- Reviewing new modules or public symbols
- Auditing naming conventions before a release
- The user asks to "check for stutter" or "audit naming"
References
Directory: references/
01_GOAL.md02_DEFINITION.md03_RULES.md04_ENFORCEMENT.md05_CONFIGURATIONS.md06_OUTPUT.md07_SUGGESTIONS.md08_EXAMPLES.md
Scripts
Directory: scripts/
checker.py: AST-based checker + reportpylint.py: Pylint plugin that provides lint-level enforcement.
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です