code-review

Automate code review for architecture, security, and quality compliance.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/dainamite-technologies/dainamite-core --skill code-review-dainamite-technologies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/dainamite-technologies/dainamite-core/tree/main/.ai/skills/code-review
Command: npx skills add https://github.com/dainamite-technologies/dainamite-core --skill code-review-dainamite-technologies

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes for architecture, security, conventions, and quality compliance, saving time and reducing human error.

Core Features & Use Cases

  • Automated Code Review: Analyze code changes for architecture, security, and quality compliance.
  • CI/CD Integration: Run checks within the CI/CD pipeline to ensure code quality before merging.
  • Customizable Rules: Apply custom rules and checklists for specific project requirements.
  • Use Case: Use this Skill to automatically review pull requests and code changes in your repository, ensuring they adhere to your project's standards.

Quick Start

Run the code-review skill on your pull request to automatically check for quality and compliance issues.

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 reviews for pull requests in a CI/CD pipeline?

To automate code reviews in a CI/CD pipeline, you can configure this skill to analyze pull requests for architecture, security, and quality compliance before merging. It runs automated checks directly within your pipeline to enforce project standards.

Can I apply custom rules to check code quality and security compliance?

Yes, you can apply custom rules and checklists to check code quality and security compliance. This allows the automated review process to enforce specific project requirements and conventions tailored to your repository.

Do I need TypeScript to run automated code quality checks?

Yes, you need TypeScript to run these automated code quality checks. The skill requires a TypeScript environment and specific project rules to execute its analysis for architecture, security, and conventions.

What does automated code review analyze in my repository?

Automated code review analyzes code changes in your repository for architecture, security, conventions, and quality compliance. This reduces human error and saves time by catching issues before code is merged.

What is the best way to enforce code quality assurance before merging?

The best way to enforce code quality assurance before merging is to integrate automated checks into your CI/CD pipeline. This skill automatically reviews code changes against your defined rules to ensure compliance.