Skip to content

Add session planning and comment guardrails to code-review-assist skill#4356

Merged
JAORMX merged 1 commit intomainfrom
jerm-dro/code-review-session-planning
Mar 25, 2026
Merged

Add session planning and comment guardrails to code-review-assist skill#4356
JAORMX merged 1 commit intomainfrom
jerm-dro/code-review-session-planning

Conversation

@jerm-dro
Copy link
Contributor

Summary

The code-review-assist skill was missing PRs where contributors pushed updates without re-requesting review (e.g., #4313). Session planning now discovers three categories of PRs: open review requests, unreviewed merges, and previously reviewed PRs with new activity. Also codifies two comment workflow guardrails learned from review sessions.

Type of change

  • Other (developer tooling / Claude Code skill)

Test plan

  • Verified skill file renders correctly
  • Changes are documentation/config only — no runtime code affected

Generated with Claude Code

When invoked without a specific PR, the skill now scopes the session
by discovering open PRs, unreviewed merges, and previously reviewed PRs
with new activity (catches contributors who push updates without
re-requesting review). Also codifies two comment workflow rules: all
drafts must be presented before posting, and approvals default to no
body unless asked.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@github-actions github-actions bot added the size/XS Extra small PR: < 100 lines changed label Mar 24, 2026
@codecov
Copy link

codecov bot commented Mar 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.43%. Comparing base (14d1120) to head (5794753).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4356      +/-   ##
==========================================
- Coverage   68.91%   68.43%   -0.49%     
==========================================
  Files         479      479              
  Lines       48505    48642     +137     
==========================================
- Hits        33429    33289     -140     
- Misses      12324    12389      +65     
- Partials     2752     2964     +212     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jerm-dro jerm-dro requested a review from yrobla March 24, 2026 23:04
@JAORMX JAORMX merged commit b29f60f into main Mar 25, 2026
37 checks passed
@JAORMX JAORMX deleted the jerm-dro/code-review-session-planning branch March 25, 2026 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Extra small PR: < 100 lines changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants