This skill helps lint Python code using ruff. Use when the user asks to "lint", "check code quality", or "fix style issues".
This skill provides instructions for linting Python code using ruff.
Run ruff to check for issues:
ruff check .
To automatically fix issues:
ruff check --fix .
--select E,W - Only check for errors and warnings--ignore E501 - Ignore line length errors--fix - Automatically fix fixable issuesexample.py:1:1: F401 [*] `os` imported but unused
example.py:5:5: E302 Expected 2 blank lines, found 1
Found 2 errors (1 fixable).
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer