Skip to content

feat: make docs staleness critical, streamline review output#54

Merged
russellhaering merged 5 commits intomainfrom
review-skill-succinct
Feb 26, 2026
Merged

feat: make docs staleness critical, streamline review output#54
russellhaering merged 5 commits intomainfrom
review-skill-succinct

Conversation

@russellhaering
Copy link
Copy Markdown
Contributor

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 output being too verbose.

- Doc staleness findings are now critical severity (release blocker)
- Tighter summary template: severity counts on one line, no verbose
  sections (Files Reviewed, Verdict, Breaking Changes)
- Inline comments kept to 2-3 sentences
- Summary doesn't repeat inline comment details
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Feb 26, 2026

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (2)
  • .github/workflows/pr-review.yaml is excluded by none and included by none
  • skills/pr-review.md is excluded by none and included by none

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch review-skill-succinct

Comment @coderabbitai help to get the list of available commands and usage tips.

In agent mode, the inline comment MCP server is only installed if
its tools are explicitly listed in --allowedTools. Without this,
Claude can only post issue comments, not line-level review comments.
Add recommended PR review tools from claude-code-action docs:
- Inline code comments via MCP server
- gh pr comment/diff/view for CLI access to PR context
Remove critical/warning/suggestion tiers — every finding is an issue
that needs to be addressed. Raise the bar: only flag things you'd
reject in a human code review. Drop confidence thresholds and
downgrade logic.
…ction

- Remove hedging language — flag every criterion violation
- Orchestrator validates sub-agent findings and drops incorrect ones
- Add dedicated Breaking Changes section to summary template
- Remove config-flag escape hatch from aggregation
@russellhaering russellhaering merged commit 28eb13f into main Feb 26, 2026
2 checks passed
@russellhaering russellhaering deleted the review-skill-succinct branch February 26, 2026 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant