Prepare code review
prepare_code_reviewSelects security-relevant and high-signal files from your project, returning their contents and a review checklist for structured security and architecture assessment.
Instructions
Select the highest-signal files (security-relevant paths, entry points, large files) and return their contents on this machine, with a review checklist. YOU, the host model, then read them and produce a structured security and architecture assessment, which you pass to score_build_readiness as qualitative. This is what upgrades those dimensions from inferred (grade C) to verified (grade A). Files stay local.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project root. Defaults to the current working directory. | |
| max_files | No | Maximum files to return (default 12). |