code-review-checklist

Solid

Runs a systematic checklist review on any code diff or file, covering correctness, security, performance, and readability.

Code & Development 9 stars 1 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
33
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Code Review Checklist ## What this skill does This skill directs the agent to perform a structured code review using a proven checklist. It catches bugs, security issues, performance problems, and readability concerns that are easy to miss in a quick scan. The output is a prioritized list of findings — not vague suggestions, but specific line-level feedback with clear explanations. Use this before merging a PR, after a refactor, or any time you want a second opinion on code quality. ## How to use ### Claude Code / Cline Copy this file to `.agents/skills/code-review-checklist/SKILL.md` in your project root. Then ask the agent: - *"Review this file using the Code Review Checklist skill."* - *"Run the Code Review Checklist skill on my PR diff."* ### Cursor Add the contents of the "Prompt / Instructions" section below to your `.cursorrules` file, then open the file you want reviewed and ask Cursor to review it. ### Codex Paste the code and the instructions from the section below into the Codex chat. ## The Prompt / Instructions for the Agent When asked to review code, work through each section of this checklist in order. For every issue found, output: - **Severity**: `critical` | `major` | `minor` | `nit` - **Location**: file name and line number(s) - **Issue**: one-sentence description - **Suggestion**: what to do instead --- ### 1. Correctness - [ ] Does the logic match the intended behavior (based on function name, comments, or context)? - [ ] Are there off-...

Details

Author
Notysoty
Repository
Notysoty/openagentskills
Created
5 months ago
Last Updated
6 days ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category