بنقرة واحدة
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: