code-review

Audit code for defects, security gaps, and architectural misalignments.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits code for errors, security issues, and alignment with project rules to ensure reliable software delivery.

Core Features & Use Cases

  • North Star checks: Verify that code fulfills specs and PRD requirements.
  • Technical Compliance: Ensure stack alignment, testing, type/safety, and error handling.
  • Security & Cleanliness: Flag secrets, console logs, and documentation gaps; enforce clean code practices.
  • Reporting: Generate structured review artifacts to record findings and remediation steps.

Quick Start

Run a code-review pass on the target module to generate a formal review report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code reviews to check for security gaps and architectural misalignments?

Automating code reviews involves auditing source code to identify defects, security gaps, and architectural misalignments. This standardizes reviews across pull requests, feature branches, and legacy codebases by verifying specs, tech-stack compliance, testing, and error handling.

What does a comprehensive code review workflow include for ensuring quality assurance?

A comprehensive code review workflow includes North Star checks for specs and PRD alignment, technical compliance for stack and testing, security checks to flag secrets, and robust error handling to ensure reliable software delivery.

How do I standardize code reviews across legacy codebases and feature branches?

Standardize code reviews across legacy codebases and feature branches by applying rigorous checks for tech-stack compliance, type safety, and error handling. This generates structured review artifacts to record findings and remediation steps consistently.

Can I use automated code review to verify PRD requirements and clean code practices?

Yes, you can use automated code review to verify PRD requirements and enforce clean code practices. It flags documentation gaps and console logs while ensuring the code fulfills North Star specs and technical compliance expectations.

What is the best way to flag secrets and documentation gaps during a pull request review?

The best way to flag secrets and documentation gaps is through a dedicated code-review pass that enforces security and cleanliness. It identifies sensitive data and missing docs, generating structured artifacts to record remediation steps.