code-reviewer

Analyze pull request changes against acceptance criteria for Python, JavaScript, TypeScript, and React.

36|6|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/KjellKod/quest --skill code-reviewer-kjellkod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/KjellKod/quest/tree/main/.skills/code-reviewer
Command: npx skills add https://github.com/KjellKod/quest --skill code-reviewer-kjellkod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineering teams ensure code changes meet quality standards, align with acceptance criteria, and adhere to project patterns during pull request reviews.

Core Features & Use Cases

  • PR-focused quality review: Validates correctness, maintainability, security hygiene, and adherence to architecture boundaries.
  • Test coverage validation: Ensures tests exist and map to acceptance criteria.
  • Structured feedback: Generates actionable, prioritized review comments aligned with the plan/spec.

Quick Start

Provide the PR diff and the feature spec to the skill. It will output a structured review plan, recommended test coverage, and suggested PR comments ready to drop into a code-review tool.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate pull request reviews for Python and React code?

Automate pull request reviews by providing the PR diff and feature spec to generate structured feedback. This validates correctness, test coverage, and security hygiene across Python, JavaScript, TypeScript, and React changes.

How does automated code review check test coverage against acceptance criteria?

Automated code review verifies test coverage by mapping submitted tests directly to defined acceptance criteria. It ensures tests exist for required functionality and outputs a structured review plan with prioritized, actionable feedback.

Can I use automated PR review for checking architecture boundaries and security hygiene?

Yes, you can use automated PR review to check architecture boundaries and security hygiene. It analyzes pull request changes to validate adherence to project patterns, ensuring code changes maintain structural integrity and security standards.

What is the best way to generate actionable review comments for a pull request?

The best way to generate actionable review comments is to input the PR diff and feature spec for analysis. The system outputs prioritized, structured feedback aligned with the plan, ready to drop directly into a code-review tool.

Does automated code review work with TypeScript and JavaScript changes?

Yes, automated code review works with TypeScript and JavaScript changes, alongside Python and React. It applies quality checks across these languages to verify correctness, maintainability, and error handling during the pull request process.