What is review-scope?
Use before code review - determine if change is minor (review new code only) or major (review impacted code too) Source: troykelly/codex-skills.
Use before code review - determine if change is minor (review new code only) or major (review impacted code too)
Quickly install review-scope AI skill to your development environment via command line
Source: troykelly/codex-skills.
Determine the appropriate scope for code review based on change size.
Core principle: Major changes need broader review. Minor changes need focused review.
Question to answer: Is this a minor change or a major change?
Use before code review - determine if change is minor (review new code only) or major (review impacted code too) Source: troykelly/codex-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/troykelly/codex-skills --skill review-scopeUse before code review - determine if change is minor (review new code only) or major (review impacted code too) Source: troykelly/codex-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/troykelly/codex-skills --skill review-scope Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/troykelly/codex-skills