feat: use opus 4.6 and restructure review skill#53
Merged
russellhaering merged 1 commit intomainfrom Feb 26, 2026
Merged
Conversation
- Switch model to claude-opus-4-6 for better prompt compliance - Increase max-turns to 100 - Restructure skill with explicit step checklist and deliverables - Promote docs staleness check to Agent 4 (docs-reviewer) so it runs in parallel with code review agents and can't be skipped - Add required summary comment template with Documentation section
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
gontzess
approved these changes
Feb 26, 2026
russellhaering
added a commit
that referenced
this pull request
Feb 26, 2026
## Summary - Doc staleness findings (D1-D4) are now **critical** severity — stale docs block merge - Streamlined summary comment template: severity counts on one line, removed verbose sections - Inline comments kept to 2-3 sentences instead of paragraphs - Summary references inline findings briefly instead of repeating them Follow-up to #53 based on [baton-twingate#16](ConductorOne/baton-twingate#16) output being too verbose.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
claude-opus-4-6for better prompt compliance (was defaulting to Sonnet)What changed in the skill
docs/connector.mdx→ docs-reviewerWhy
The previous run on baton-twingate#16 had the docs staleness skill on disk but didn't flag the missing docs update (PR adds provisioning for roles without updating the Capabilities table). Root causes: