review

Analyze staged code diffs against injected domain constraints for violations and risks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lostsolution/makelele --skill review-lostsolution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/lostsolution/makelele/tree/main/skill-graph/skills/review
Command: npx skills add https://github.com/lostsolution/makelele --skill review-lostsolution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that code changes adhere to predefined domain constraints and best practices, preventing critical violations and identifying potential risks before they impact production.

Core Features & Use Cases

  • Constraint Enforcement: Automatically checks staged code diffs against injected domain context.
  • Risk Identification: Surfaces violations, risks, and missed checklist items based on defined rules.
  • Use Case: Before merging a feature branch, run this Skill to verify that all new API endpoints comply with the established security and performance guidelines defined in the project's domain context.

Quick Start

Run /skill-graph:review to analyze staged code against domain constraints.

Frequently Asked Questions about review

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

FAQPage Schema
How do I check staged git diffs against domain-driven design constraints?

To check staged git diffs against domain constraints, run the review process to analyze code differences and identify violations, risks, and checklist deviations based on injected domain context. It enforces predefined project standards and security policies before merging.

What is automated code review for domain constraints?

Automated code review for domain constraints is the process of analyzing staged code changes against injected domain context to identify violations, security risks, and checklist deviations. It ensures code changes adhere to predefined domain rules and best practices before production impact.

Do I need to set up domain context before reviewing code for compliance?

Yes, you need a pre-existing domain context established before reviewing code for compliance. The review process requires this injected domain context to function, using it as the baseline to evaluate staged code differences and enforce specific project standards.

How can I enforce security and compliance policies on a feature branch before merging?

You can enforce security and compliance policies on a feature branch by analyzing staged code differences against established domain constraints. This identifies potential risks and violations, verifying that new endpoints and changes comply with defined security and performance guidelines.

When should I run an automated code review for quality assurance?

You should run an automated code review for quality assurance before merging a feature branch. It surfaces violations and missed checklist items by checking staged code diffs against your project's domain context, preventing critical violations from impacting production.

Does this code review process work without a pre-existing domain context?

No, this code review process does not work without a pre-existing domain context. It explicitly requires a domain context established by the skill-graph to function, using that injected context to evaluate staged code differences and identify constraint violations.