How this command is triggered — by the user, by Claude, or both
Slash command
/kg:code:review directory [directory]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# CODE REVIEW
perform a thorough and detailed code review of this module:
`$1`
identify any:
- stubs (as in non-functional required code)
- non-production code or suboptimal code
- races
- performance bottlenecks
- logical issues
- other issues
create task files in the WORKSPACE ROOT
`{{WORKSPACE_ROOT}}/task/*.md`
(one per item found for any issues identified)
with detailed notes on any issue identified no matter no small
DO NOT FOCUS ON:
- lack of test coverage
- lack of benchmarks
DO FOCUS ON:
- runtime performance
- code clarity
- hidden errors
- real world issues in the p...perform a thorough and detailed code review of this module:
$1
identify any:
create task files in the WORKSPACE ROOT
{{WORKSPACE_ROOT}}/task/*.md
(one per item found for any issues identified)
with detailed notes on any issue identified no matter no small
DO NOT FOCUS ON:
DO FOCUS ON:
mcp__plugin_kg_kodegen__sequential_thinking and ULTRATHINK to think step by step about the code reviewmcp__plugin_kg_kodegen__web_search if research on the web is needed for the code reviewmcp__plugin_kg_kodegen__scrape_url if you find websites that are key to understanding the code to scrape the full websitemcp__plugin_kg_kodegen__fs_search to search the local codebase and understand the architecture and relevant files that may need to be modified or built aroundmcp__plugin_kg_kodegen__fs_read_file and/or mcp__plugin_kg_kodegen__fs_read_multiple_files to read filesmcp__plugin_kg_kodegen__fs_write_file to write tasks for any issues discovered during review
mcp__plugin_kg_kodegen__fs_edit_block to make those editsmcp__plugin_kg_kodegen__* commands as needed================= $ARGS
npx claudepluginhub cyrup-ai/kodegen-claude-plugin --plugin kg/quick-reviewPerforms a focused code review on a file or directory, flagging critical security bugs, logic errors, and performance issues with severity levels and fix suggestions.
/reviewReviews code quality of optional file or recent changes, providing assessment, issues found, recommendations, and best practices.
/code-reviewPerforms a comprehensive code quality review across 8 dimensions including security, performance, architecture, testing, and documentation, producing prioritized recommendations with file-level specifics.
/full-reviewOrchestrates a multi-phase code review across architecture, security, performance, testing, and best practices, producing structured reports in .full-review/. Supports flags for security focus, performance-critical, strict mode, and framework selection.