一键导入
python-linter
Lint and format Python files using ruff. Activates automatically when Python files are touched. Use to check code quality and fix style issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Lint and format Python files using ruff. Activates automatically when Python files are touched. Use to check code quality and fix style issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Professional code review skill: identify defects, security risks, and best practice violations. Use when asked to review, audit, or improve code quality.
Data analysis skill: statistical analysis, data interpretation, and visualization recommendations. Use when asked to analyze data, create reports, or derive insights.
Analyze project structure, count lines of code by language, find TODOs/FIXMEs, and generate project health summaries. Use when asked about codebase size, composition, technical debt, or project overview.
根据小红书文章内容自动生成配图。使用PIL将文章标题、副标题、内容生成在图片上,适合小红书笔记配图。
Web research skill: systematically collect, verify, and synthesize information from multiple sources. Use when asked to research topics, fact-check claims, or compile information reports.
基于 SOC 职业分类
| name | python-linter |
| description | Lint and format Python files using ruff. Activates automatically when Python files are touched. Use to check code quality and fix style issues. |
| paths | ["*.py","**/*.py"] |
| allowed-tools | ["read_skill_resource","run_skill_script","Bash"] |
| shell | bash |
| hooks | {"PreToolUse":[{"matcher":"Bash","hooks":[{"type":"prompt","prompt":"When running bash commands for Python linting, prefer using ruff over pylint for speed."}]}]} |
| metadata | {"author":"echo-agent","version":"1.0.0"} |
You have access to a Python linting script. When the user works with .py files:
Python available: !python3 --version 2>&1 || echo "not installed"
run_skill_script("python-linter", "scripts/lint.sh", "<file_or_directory>")
The script outputs JSON with lint results grouped by file.