code-review

Identify architecture, security, and quality violations in pull request diffs.

1|2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/matchojecki/logistiko-celny --skill code-review-matchojecki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/matchojecki/logistiko-celny/tree/main/packages/create-app/agentic/shared/ai/skills/code-review
Command: npx skills add https://github.com/matchojecki/logistiko-celny --skill code-review-matchojecki

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This tool helps engineering teams assess code changes for architecture alignment, security pitfalls, and quality standards during reviews.

Core Features & Use Cases

  • Automated policy checks: Identify architecture, security, and quality violations in diffs and propose concrete fixes.
  • Scope-aware analysis: Works across modules (entities, API routes, validators, backend pages, workers) and handles multi-file changes.
  • CI/CD gate enforcement: Integrates mandatory checks like generation, typechecking, tests, and builds to gate merges.

Quick Start

Integrate into your PR workflow to generate a structured code-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 security and architecture checks during pull request reviews?

You can automate pull request reviews to identify architecture, security, and quality violations in code diffs and propose concrete fixes. This enforces essential CI/CD gates by requiring generation, typechecking, tests, and builds to pass before merging.

Can I use automated code review across different modules like API routes and workers?

Yes, automated code review provides scope-aware analysis across multiple modules including entities, API routes, validators, backend pages, and workers. It handles multi-file changes to generate a structured code review report.

What CI/CD gates are enforced before merging code changes?

CI/CD gate enforcement requires yarn generate, yarn typecheck, yarn test, and yarn build commands to pass before merging. This ensures code changes meet quality standards during pull request reviews.

Does automated code review work with TypeScript testing and multi-file changes?

Automated code review works with TypeScript testing and multi-file changes by analyzing diffs across modules. It flags violations in quality, security, and architecture while suggesting fixes for safer code shipping.

What is the best way to enforce code quality standards in a CI/CD pipeline?

The best way to enforce code quality standards in a CI/CD pipeline is integrating automated policy checks into PR workflows. This identifies violations in diffs and gates merges by requiring typecheck, test, and build steps to pass.