| description |
Code review context with section-based organization |
| bundle |
| params |
sections |
| output |
format |
max_size |
timeout |
embed_document_source |
stdio |
markdown-xml |
10485760 |
30 |
true |
|
| focus |
style |
diff |
tests |
bundle |
| title |
description |
files |
Files Under Review |
Source files that are being reviewed |
src/**/*.rb |
lib/**/*.rb |
test/**/*.rb |
spec/**/*.rb |
|
|
| title |
description |
files |
Style Guidelines |
Style and coding standards |
.rubocop.yml |
docs/CODING_STANDARDS.md |
CONTRIBUTING.md |
|
|
| title |
description |
ranges |
Recent Changes |
Recent changes in the codebase |
|
|
| title |
description |
commands |
Test Results |
Current test results |
bundle exec rspec --format documentation |
bundle exec rubocop |
bundle exec rubycritical |
|
|
| title |
description |
commands |
Project Context |
Project information and status |
git log --oneline origin/main..HEAD |
git status --short |
pwd |
ruby -v |
|
|
|
|
This preset provides a comprehensive code review context organized into logical sections. Each section contains specific information relevant for code review:
- Focus: The actual source files being reviewed
- Style: Coding standards and style guidelines
- Diff: Recent changes that prompted the review
- Tests: Current test results and quality checks
- Context: Project information and git status
The sections are prioritized to show the most important information first, with XML-style tags for structured processing.