code-review

Identify defects, security gaps, and architectural deviations in code changes.

1|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/yknothing/prodcraft --skill code-review-yknothing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/yknothing/prodcraft/tree/main/skills/.curated/code-review
Command: npx skills add https://github.com/yknothing/prodcraft --skill code-review-yknothing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Code review is the systematic examination of code changes to catch defects, enforce standards, share knowledge, and prevent regressions, especially for releases with backward-compatibility or security concerns.

Core Features & Use Cases

  • Correctness & safety checks: verify that changes meet acceptance criteria, do not introduce defects, and align with security and architectural guidelines.
  • Contract & quality gates: enforce API contracts, architecture decisions, and brownfield safety before merging.
  • Collaboration & knowledge transfer: distribute system understanding and promote maintainable code across the team.

Quick Start

Submit a pull request and include a concise task-list and the relevant API contract to trigger the review workflow.

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 rigorous code review for brownfield safety?

To perform a rigorous code review for brownfield safety, submit source-code, test-suite, task-list, api-contract, and architecture-doc to identify defects and validate backward-compatibility before release.

What do I need to check before merging code changes with API contracts?

Before merging code changes with API contracts, you need to verify that changes meet acceptance criteria, enforce API contracts, and align with architectural guidelines to prevent regressions.

Can I use this to identify security gaps and architectural deviations in a pull request?

Yes, you can use this to identify security gaps and architectural deviations in a pull request by applying the review workflow to your source-code and architecture-doc inputs.

How do I enforce quality gates for maintainability across my codebase?

You can enforce quality gates for maintainability by systematically examining code changes to catch defects, enforce standards, and output a review-report validating release-boundary considerations.

Does this code review workflow require an api-contract and task-list as inputs?

Yes, this code review workflow requires an api-contract and task-list as inputs, alongside source-code, test-suite, and architecture-doc, to output a comprehensive review-report.