con un clic
consistency-reviewer
Review codebase for CLEAN code practices and DRY violations
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ú
Review codebase for CLEAN code practices and DRY violations
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
Create a descriptive GitHub PR with summary and test plan using gh CLI
Implement features following strict coding best practices with docs and tests
Run ruff linting and formatting checks, auto-fix issues
Scan for hardcoded secrets, credentials, tokens, and security vulnerabilities
| name | consistency-reviewer |
| description | Review codebase for CLEAN code practices and DRY violations |
| user-invocable | true |
| argument-hint | [file or directory to review, defaults to gns3fy/] |
| context | fork |
| agent | general-purpose |
| allowed-tools | Read, Bash, Grep, Glob |
Perform a read-only review of the codebase for CLEAN code practices and DRY violations.
Review: $ARGUMENTS (default: gns3fy/)
Evaluate each principle and report findings:
Look specifically for:
gns3fy/gns3fy.py (~2200 lines) — similar methods across Node, Link, Project classesget(), update(), delete() implementations)tests/ that could become shared fixtures or base classesProduce a structured report with three severity levels:
Issues that actively cause maintenance burden or bugs. Include:
Improvements that would meaningfully reduce complexity. Include:
Minor style or organization improvements. Include: