mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
@@ -6,13 +6,4 @@ allowed-tools: Read, Grep, Glob
|
||||
|
||||
# Code Review Skill
|
||||
|
||||
Apply these review patterns when reviewing code or suggesting changes.
|
||||
|
||||
@.github/copilot-instructions.md
|
||||
|
||||
## Review Output Format
|
||||
|
||||
When reviewing, organize feedback by priority:
|
||||
1. **Must fix**: Issues that will cause bugs or break conventions
|
||||
2. **Should fix**: Redundant code, naming issues, test correctness
|
||||
3. **Nit**: Style preferences, minor improvements
|
||||
|
||||
4
.github/workflows/claude-review-teams.yml
vendored
4
.github/workflows/claude-review-teams.yml
vendored
@@ -164,8 +164,10 @@ jobs:
|
||||
Use `.claude/skills/review/SKILL.md` and apply it as the review skill.
|
||||
Please review this pull request.
|
||||
The PR branch is already checked out in the current working directory.
|
||||
Use `gh pr comment` for top-level feedback.
|
||||
Prefer inline comments for all actionable findings.
|
||||
Use `mcp__github_inline_comment__create_inline_comment` with `confirmed: true` to highlight specific code issues.
|
||||
Only use `gh pr comment` for a brief summary if there are no inline findings or if a finding cannot be attached to a specific changed line.
|
||||
Do not duplicate inline findings in a top-level comment.
|
||||
Only post GitHub comments - don't submit review text as messages.
|
||||
claude_args: |
|
||||
--allowedTools "Read,Grep,Glob,mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)"
|
||||
|
||||
Reference in New Issue
Block a user