← スキル一覧に戻る

code-style-checker
by duizendstra
⭐ 3🍴 0📅 2026年1月20日
SKILL.md
name: code-style-checker description: Checks python code for use of print statements and suggests using logging instead. Use this when the user asks to review code or check for bad practices.
Code Style Checker Skill
This skill analyzes Python code to detect direct usage of print() statements, which are often non-production ready. It suggests replacing them with proper logging.
Instructions
- Run the checking script on the specified file or directory.
- If the script returns an exit code of 1, it means violations were found. Report these to the user.
- If the script returns 0, the code passes this check.
Script Usage
Run the following command:
python .agent/skills/code-style-checker/scripts/check.py <path_to_file_or_dir>
Output Interpretation
- Output lines: Will list the files and line numbers where
print()was found. - Exit Code 1: Violations found.
- Exit Code 0: No violations.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です