ডকুমেন্টেশন

ctx_review - Tool Reference

Automated code review: combines impact analysis, caller tracking, and test discovery. Actions: review (single file), diff-review (from git diff), checklist (str

ctx_review Analysis & Navigation

Automated code review: combines impact analysis, caller tracking, and test discovery. Actions: review (single file), diff-review (from git diff), checklist (structured review questions).

Parameters
3
Required
1
Actions
3
Token Impact
Bundles multiple review steps into one tool call to avoid repeated exploratory reads.

When to Use

Generating a structured review packet (impact, callers, tests, checklist) before merge.

When Not to Use

When you only need one narrow lookup like a symbol search.

Parameters

Parameter Type Required Description
action "review" | "diff-review" | "checklist" Yes Review action
depth integer No Impact analysis depth (default: 3)
path string No File path to review (or git diff text for diff-review)

Actions

review

ctx_review action="review"

diff-review

ctx_review action="diff-review"

checklist

ctx_review action="checklist"

Related Tools

Schema MD5: e0bc031387cdece1582c08014ca901c2 ← Back to all tools