monty-code-review

Review backend Django changes for correctness, multi-tenant safety, and data integrity.

3|4|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/DiversioTeam/agent-skills-marketplace --skill monty-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monty-code-review
Source: https://github.com/DiversioTeam/agent-skills-marketplace/tree/main/plugins/monty-code-review/skills/monty-code-review
Command: npx skills add https://github.com/DiversioTeam/agent-skills-marketplace --skill monty-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides an ultra-strict code-review pass consistent with Monty's Django4Lyfe backend standards, focusing on correctness, invariants, multi-tenant safety, and long-term maintainability.

Core Features & Use Cases

  • Invariants-first review: Enforce multi-tenant boundaries, time dimensions, and security invariants.
  • Structured critique: Checklist-driven feedback with concrete, actionable guidance.

Quick Start

Use to review a backend PR with Monty's standards: expect [BLOCKING] and [SHOULD_FIX] tags and a comprehensive verdict.

Frequently Asked Questions about monty-code-review

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

FAQPage Schema
How do I review backend Django code for multi-tenant safety?

Multi-tenant Django code reviews enforce invariants around tenant boundaries, data isolation, and access controls. This Skill applies pedantic, correctness-first feedback to catch permission leaks, cross-tenant data exposure, and migration issues that compromise data integrity in shared environments.

What should I check in Django migrations and time-dimension data handling?

Django migrations and time-dimension fields require downtime-safety analysis and data integrity verification. This Skill delivers structured critique on migration reversibility, temporal logic, and schema changes that affect multi-tenant consistency and long-term maintainability.

Can I use code review standards for Django backend changes to enforce security invariants?

Yes. This Skill enforces security and permission contracts alongside multi-tenancy invariants through checklist-driven feedback. It marks blocking issues and required fixes, ensuring API stability, performance considerations, and comprehensive test coverage before deployment.

What does a pedantic, correctness-focused code review catch that standard reviews miss?

Pedantic reviews surface subtle invariant violations, incomplete permission checks, edge cases in data exports, and temporal logic errors. This Skill applies invariants-first analysis to find correctness gaps in backend Django code where downtime or data loss is costly.

How do I structure actionable feedback for Django backend PRs?

Structured code review uses checklists and tagged verdicts—[BLOCKING] and [SHOULD_FIX] marks—to organize feedback by severity. This Skill delivers concrete, prioritized guidance tied to multi-tenant safety, security contracts, and maintainability standards.