code-review

Review code changes across eight dimensions with lint, typecheck, tests, and build.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/camilopiedra92/YNAB-Clone --skill code-review-camilopiedra92
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/camilopiedra92/YNAB-Clone/tree/main/.agent/skills/code-review
Command: npx skills add https://github.com/camilopiedra92/YNAB-Clone --skill code-review-camilopiedra92

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Reviews PRs and changes to ensure quality, correctness, and maintainable code by providing a structured, multi-dimensional assessment framework.

Core Features & Use Cases

  • 8 dimensions including Correctness, Architecture Compliance, Security, Performance, Financial Logic, Testing, and Style, producing a single, actionable report.
  • Automated gates and a repeatable workflow: lint, typecheck, test, and build, followed by a comprehensive manual review against the checklist.
  • Use cases include PR audits, change reviews before merge, and compliance checks for critical code paths.

Quick Start

Run the code-review skill on a PR by gathering the diff, executing automated checks, and producing the 8-dimension 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 perform a structured code review on a pull request?▼

A structured code review evaluates pull requests by running automated gates like lint, typecheck, tests, and build, followed by a manual assessment of correctness, architecture, and security to produce an actionable report.

What dimensions should I check before merging a pull request?▼

Before merging a pull request, you should check correctness, architecture compliance, security, performance, financial logic, testing, and style to ensure codebase maintainability and mitigate vulnerabilities.

Can I audit ad-hoc code changes without a formal pull request?▼

Yes, you can audit ad-hoc code changes by gathering the diff and applying the multi-dimensional review framework to evaluate code quality, correctness, and security outside of a formal pull request workflow.

Does the code review process run automated tests and linting?▼

Yes, the code review process runs an engine-guided workflow that executes automated lint, typecheck, test, and build gates to validate code quality before generating the structured multi-dimensional report.

What is the best way to ensure security and architecture compliance in critical code paths?▼

The best way to ensure security and architecture compliance in critical code paths is to perform a comprehensive review using an 8-dimensions checklist that evaluates security, performance, and financial logic.

Why should I use a multi-dimensional template for PR audits?▼

Using a multi-dimensional template for PR audits enforces a repeatable workflow that systematically evaluates correctness, architecture, and security, producing a single actionable report to speed up merges.