Skip to content

Add code-review agent skill for GitHub Copilot code review - #55

Closed
framinosona wants to merge 1 commit into
mainfrom
framinosona/code-review-skill
Closed

framinosona wants to merge 1 commit into
mainfrom
framinosona/code-review-skill

Conversation

@framinosona

Copy link
Copy Markdown
Member

Summary

Adds .github/skills/code-review/SKILL.md — a reviewer's checklist: one-file-per-category
organization, generic INumber<T> usage over per-type overloads, null/boundary safety, and
where standalone helpers (ComparableTools/NumericRangeTools) belong vs. extension methods.

Why

Follow-up to #54 (community-health files) — GitHub's Copilot code review now supports repo-level
"agent skills" (GA 2026-07-29) that give the automated reviewer repo-specific context beyond
general instructions.

Test plan

  • Checklist derived from this repo's actual extension-method conventions
  • Review wording/tone before merge

Checklist for file-per-category organization, generic INumber<T> usage, and
null/boundary safety on new extension methods.
Copilot AI lite review requested due to automatic review settings September 8, 2026 13:37
@github-actions

github-actions Bot commented Sep 8, 2026

Copy link
Copy Markdown

Test Results

476 tests  ±0   476 ✅ ±0   2s ⏱️ -1s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 2beecf9. ± Comparison against base commit f117471.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change is limited to adding a well-formed, repo-consistent skill/checklist document with no functional code impact.

Pull request overview

Adds a repository-level GitHub Copilot code-review “agent skill” document to provide consistent, repo-specific review guidance for extension-method PRs in Plugin.BaseTypeExtensions.

Changes:

  • Add .github/skills/code-review/SKILL.md defining the code-review skill metadata and a reviewer checklist tailored to this repository’s conventions.
File summaries
File Description
.github/skills/code-review/SKILL.md Introduces the code-review skill and a checklist focusing on extension-method organization, generic math (INumber<T>), and null/boundary safety.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@framinosona

Copy link
Copy Markdown
Member Author

Consolidating into #54 so this repo's hygiene pass lands as a single PR — .github/skills/code-review/SKILL.md from this branch has been merged there directly. Closing this one.

@framinosona framinosona closed this Sep 8, 2026
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