com um clique
lint
Run ruff linting and formatting checks, auto-fix issues
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Run ruff linting and formatting checks, auto-fix issues
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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.