Add code review skill and user-specific instructions - #333903
Draft
SteVen Batten (sbatten) wants to merge 4 commits into
Draft
Add code review skill and user-specific instructions#333903SteVen Batten (sbatten) wants to merge 4 commits into
SteVen Batten (sbatten) wants to merge 4 commits into
Conversation
Contributor
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Username path handling and forced lowercasing can produce unsafe or inaccurate review behavior.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Review tier: Balanced
Findings: 2
New issues introduced by this change (3)
| Severity | Finding |
|---|---|
.github/skills/code-review/SKILL.md — The username is user-controlled but is interpolated into a relative path without constraining it to… |
|
.github/skills/code-review/references/tylerleonhardt.md — Requiring every letter to be lowercase also changes exact code identifiers, file paths, commands,… |
|
.github/skills/code-review/references/tylerleonhardt.md — Use the standard single-word spelling “counterexamples.” |
What changed in this PR
Adds a code-review skill that applies reviewer-specific instructions.
Changes:
- Adds reviewer-instruction discovery.
- Adds French and lowercase review preferences.
| File | Description |
|---|---|
.github/skills/code-review/SKILL.md |
Defines reviewer-specific instruction loading. |
references/tylerleonhardt.md |
Adds lowercase review guidance. |
references/sbatten.md |
Adds French review guidance. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
|
||
| This skill is used to include specific review instructions when asked to perform a code review on behalf of a specific user. | ||
|
|
||
| When you have been asked to perform a code review on behalf of a specific user, read `references/<username>.md` to apply their specific instructions. If a file is not present for the specific user, or you have not been told the specific user for which you are performing the code review, just complete your code review with your normal instructions and ignore this skill. |
| @@ -0,0 +1,9 @@ | |||
| Do not capitalize any letters in your reviews. Always use lower case letters, including proper nouns and the start of sentences. | |||
| - this is an example of a review comment in lower case. | ||
| - another example of a review comment without capitalization. | ||
|
|
||
| here are some counter examples: |
SteVen Batten (sbatten)
force-pushed
the
sbatten/calm-silkworm
branch
from
September 1, 2026 23:57
ae73be3 to
ae85f3a
Compare
SteVen Batten (sbatten)
force-pushed
the
sbatten/calm-silkworm
branch
from
September 2, 2026 00:28
73000c9 to
c83b994
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


No description provided.