code-review

Verify code submissions against project standards using a structured review checklist.

Updated Jan 1, 2026
One-click install
npx skills add https://github.com/imvanzen/strava-kudosik --skill code-review-imvanzen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/imvanzen/strava-kudosik/tree/main/.cursor/skills/code-review
Command: npx skills add https://github.com/imvanzen/strava-kudosik --skill code-review-imvanzen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies and strengthens code quality by applying a structured review process that checks adherence to standards, tests, and best practices, reducing defects and risk.

Core Features & Use Cases

  • Structured Review Checklist: Enforces consistent evaluation of code quality, maintainability, and compliance with project guidelines.
  • Plan-Implementation-Validation Flow: Compares task descriptions, implementation plans, and actual code changes to validate alignment.
  • Use Case: Ideal for PR reviews, QA verification, and cross-team governance to ensure code quality before merge.

Quick Start

Review a code submission by following the checklist and verifying it against the task description and implementation plan.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a structured code review for a pull request?

To perform a structured code review, compare the actual code changes against the task description and implementation plan, then validate tests, naming conventions, architecture, and security adherence.

What does a static analysis and security check cover in a code review?

Static analysis and security checks in a code review verify that the submission adheres to project best practices, identifies potential vulnerabilities, and ensures overall code quality before merge.

How do I verify code quality against project standards before merge?

You verify code quality against project standards by applying a structured review checklist that enforces consistent evaluation of maintainability, test validation, and compliance with guidelines.

Can I use this code review process for cross-team governance and QA verification?

Yes, this code review process is ideal for QA verification and cross-team governance to ensure consistent code quality, alignment with implementation plans, and adherence to best practices.

What is the plan-implementation-validation flow in quality analysis?

The plan-implementation-validation flow in quality analysis compares task descriptions, implementation plans, and actual code changes to validate alignment and ensure production-ready code.

When do I need to validate test coverage during a code submission review?

You need to validate test coverage during a code submission review to ensure the implementation is robust, satisfies project standards, and reduces the risk of defects before production.