← スキル一覧に戻る

language-python
by CsHeng
Self-use Claude Code rules / settings / permissions / commands, use claude command to sync rules for Droid/OpenCode/Codex/Qwen/Cursor/Copilot. Not fully tested, use at your own risk.
⭐ 7🍴 0📅 2026年1月18日
SKILL.md
name: language-python description: Python language patterns and best practices. Use when language python guidance is required or when selecting a primary language for non-trivial automation. allowed-tools:
- Bash(uv)
- Bash(uvx)
- Bash(ruff)
- Bash(ty)
- Bash(pytest)
Key Execution Capabilities
Code Validation
- Run syntax and type checking:
uvx ruff check,uvx ty - Execute linting and formatting with ruff:
uvx ruff format - Run tests with pytest:
uvx pytest - Validate project structure and dependencies
Tool Integration
- Use
rufffor linting, formatting, and code analysis - Use
tyfor fast type checking - Leverage
uvxfor one-off tool execution without installation - Apply pytest for testing frameworks
Execution Context
- Process Python files from filesystem layer
- Generate structured reports with findings
- Create minimal, rule-compliant patches for violations
- Maintain separation between governance rules and execution tools
Error Handling
This skill provides execution-layer error handling for Python code analysis:
- Invalid Python syntax or imports
- Missing dependencies or tools
- Type checking failures (ty)
- Test execution errors
Usage Notes
- Always delegate to governance rules for policy decisions
- Focus on concrete tool execution and result processing
- Provide deterministic, tool-first analysis results
- Maintain separation between rule definition and rule application
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です