Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: macios-reviewer
name: code-review
description: >-
Review dotnet/macios PRs against established rules. Trigger on "review this PR",
a GitHub PR URL, or code review requests. Checks bindings, MSBuild, nullable,
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macios-reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ A maintainer commented `/review` on this pull request. Perform a thorough code r

## Instructions

1. Read the review rules from `.github/skills/macios-reviewer/references/review-rules.md` — these contain the detailed patterns and anti-patterns to check for.
2. Read the review methodology from `.github/skills/macios-reviewer/SKILL.md` — this defines the review workflow, mindset, severity levels, and comment format.
1. Read the review rules from `.github/skills/code-review/references/review-rules.md` — these contain the detailed patterns and anti-patterns to check for.
2. Read the review methodology from `.github/skills/code-review/SKILL.md` — this defines the review workflow, mindset, severity levels, and comment format.
3. Follow the skill's workflow to analyze the pull request:
- Gather context: read the diff and changed files
- For each changed file, read the **full source file** to understand surrounding context
Expand Down