Skip to content

feat: add automated PR review skill - #31

Merged
jagtejsodhi merged 5 commits into
mainfrom
jagtej/pr-review-skill
Jun 18, 2026
Merged

feat: add automated PR review skill#31
jagtejsodhi merged 5 commits into
mainfrom
jagtej/pr-review-skill

Conversation

@jagtejsodhi

Copy link
Copy Markdown
Contributor

Summary

  • Adds agent_docs/pr_review_rules.md codifying Unity SDK architectural patterns (interface/impl separation, constructor DI, Task-based async, error handling hierarchy, naming conventions, access control)
  • Adds .claude/skills/review-pr/SKILL.md Claude skill that auto-detects the parent branch, diffs against it, and reviews changes against the rules

Test plan

  • Run /review-pr on this branch to verify it produces a clean review
  • Verify parent branch detection works for stacked branches

🤖 Generated with Claude Code

jagtejsodhi and others added 3 commits June 16, 2026 14:43
Codifies Unity SDK architectural patterns (interface/impl separation,
DI, async patterns, error handling) into agent_docs/pr_review_rules.md
and adds a Claude skill for automated PR reviews.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Committed-By-Agent: claude
Ensures review comments are terse, question-oriented, and don't pad
with filler — matching the team's actual review tone.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Committed-By-Agent: claude
Adds a "Correctness & Logic" section covering async deadlocks,
null references, TaskCompletionSource safety, sensitive data in
logs, dead code, and resource disposal.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Committed-By-Agent: claude
jagtejsodhi and others added 2 commits June 18, 2026 11:27
Adds automated PR review workflow that triggers on @claude-review
mentions and auto-reviews ~20% of PRs. Uses the review skill and
rules in agent_docs/ to post inline findings and resolve stale threads.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Committed-By-Agent: claude
@jagtejsodhi
jagtejsodhi merged commit d3739f7 into main Jun 18, 2026
5 checks passed
@jagtejsodhi
jagtejsodhi deleted the jagtej/pr-review-skill branch June 18, 2026 18:55
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.

2 participants