with one click
lint
Run ruff linting and formatting checks, auto-fix issues
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run ruff linting and formatting checks, auto-fix issues
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Review code changes for best practices, complexity, compatibility, and gaps
Create a conventional commit from staged changes without Co-Authored-By
Review codebase for CLEAN code practices and DRY violations
Create a descriptive GitHub PR with summary and test plan using gh CLI
Implement features following strict coding best practices with docs and tests
Scan for hardcoded secrets, credentials, tokens, and security vulnerabilities
| name | lint |
| description | Run ruff linting and formatting checks, auto-fix issues |
| user-invocable | true |
| argument-hint | [--check-only] |
Run the project's linting and formatting pipeline, optionally auto-fixing issues.
task lint to check the current state of linting and formatting (includes security rules via ruff S rules).$ARGUMENTS contains --check-only, report the results and stop — do not fix anything.task lint-fix to auto-fix all fixable issues.task lint to confirm everything is clean.task security for deeper secret/credential scanning.