원클릭으로
consistency-reviewer
Review codebase for CLEAN code practices and DRY violations
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review codebase for CLEAN code practices and DRY violations
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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
SOC 직업 분류 기준
| 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: