ワンクリックで
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 ページを確認してインストールできます。
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: