code-review

Classify changed files by layer and generate a deterministic review report.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/TomekNocon/open-logistico --skill code-review-tomeknocon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/TomekNocon/open-logistico/tree/main/packages/create-app/agentic/shared/ai/skills/code-review
Command: npx skills add https://github.com/TomekNocon/open-logistico --skill code-review-tomeknocon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Auditing code changes for architecture, security, and quality to prevent regressions and compliance gaps.

Core Features & Use Cases

  • Workflow-driven reviews: guiding reviewers through scope, context gathering, and mandatory CI/CD gates.
  • Enforced checks: mandatory typecheck, tests, and build outcomes integrated into the review process.
  • Cross-module governance: flags concerns like tenant isolation, module contracts, and security findings.

Quick Start

Audit a pull request by following the workflow to identify changed files, verify CI gates, and generate a 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 review for security and architecture compliance in a pull request?

Automated code review enforces architecture and security compliance by identifying changed files, classifying them by layer, and applying module conventions. It generates a deterministic report detailing violations, severities, and actionable remediation steps to prevent regressions in pull requests.

What is the best way to enforce mandatory CI/CD gates before merging code changes?

Enforcing mandatory CI/CD gates requires integrating typecheck, tests, and build outcomes directly into the review workflow. This verifies code readiness and prevents regressions before a pull request is merged.

How does cross-module governance work when auditing code for tenant isolation?

Cross-module governance audits code changes by flagging concerns like tenant isolation and module contracts against reference specs. It evaluates alignment with architecture and security standards to prevent compliance gaps across modules.

Can I generate a deterministic review report detailing violations and severities for changed files?

Yes, you can generate a deterministic review report detailing violations and severities. The review process applies module conventions, reference specs, and mandatory build gates to produce actionable remediation steps for changed files.

Does this code review process require passing typecheck and test outcomes before evaluating readiness?

Yes, the code review process requires passing typecheck and test outcomes as mandatory CI/CD gates. These enforced checks are integrated into the workflow to assess the readiness of code changes before generating the final report.