Skip to content

Commit cfbd140

Browse files
authored
Add a code review skill for AI
Added guidelines for code review process in SKILL.md. @priya-sundaram-dev
1 parent ea0d2d7 commit cfbd140

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Pull request-related rules in CONTRIBUTING.md should be observed in pull requests.
2+
3+
Reviews should start with an `Is this an algorithm?` section that evaluates the PR for criteria in the `what-is-an-algorithm` section of CONTRIBUTING.md
4+
5+
Compliance with the coding-style and other-requirements-for-submissions sections of CONTRIBUTING.md should also be verified.
6+
7+
Does this pull request add, change, or delete multiple algorithms?
8+
9+
Is this algorithm already in this repository?
10+
11+
Is there another open pull request created earlier that is similar to this pull request?
12+
13+
Was this algorithm plagiarized without giving proper credit?

0 commit comments

Comments
 (0)