con un clic
lint
Run ruff linting and formatting checks, auto-fix issues
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Run ruff linting and formatting checks, auto-fix issues
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación 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.