Review

Review Intrale Platform pull requests for coding conventions, TDD compliance, and CI status.

1|Updated Jun 26, 2025
One-click install
npx skills add https://github.com/intrale/platform --skill review-intrale
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Review
Source: https://github.com/intrale/platform/tree/main/.claude/skills/review
Command: npx skills add https://github.com/intrale/platform --skill review-intrale

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the code review process for pull requests, ensuring adherence to project conventions and identifying critical issues before merging.

Core Features & Use Cases

  • Automated Convention Checks: Verifies adherence to coding standards for strings, business logic patterns, external service interfaces, ViewModels, logging, backend responses, tests, and dependency injection registration.
  • TDD Compliance Analysis: Assesses whether Test-Driven Development practices were followed based on commit history.
  • CI Status Verification: Reports on the status of the Continuous Integration pipeline for the PR.
  • Use Case: Before merging a new feature into the main branch, Review automatically checks the pull request for any violations of the Intrale Platform's strict coding guidelines, providing a clear verdict on whether it's ready for merge or requires corrections.

Quick Start

Use the review skill to analyze pull request number 123.

Frequently Asked Questions about Review

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

FAQPage Schema
How do I automate pull request code reviews for Kotlin projects?

Automated pull request code reviews for Kotlin projects validate coding conventions, check for critical errors, and analyze TDD compliance. This skill performs these checks automatically before merging, providing detailed feedback in Spanish.

Can I check TDD compliance from commit history before merging a pull request?

Checking TDD compliance from commit history is supported by analyzing pull requests to assess whether Test-Driven Development practices were followed. It evaluates commit sequences to verify testing patterns were maintained.

Does automated code review verify CI/CD pipeline status for pull requests?

Automated code review verifies CI/CD pipeline status by reporting on the Continuous Integration state for the pull request. It checks the CI status alongside coding conventions and critical error detection.

What coding conventions are validated during an automated PR review?

Coding conventions validated during automated PR review include strings, business logic patterns, external service interfaces, ViewModels, logging, backend responses, tests, and dependency injection registration adherence.

Are there different modes for automated code review on pull requests?

Automated code review on pull requests supports strict and quick review modes. Strict mode performs comprehensive checks while quick mode provides faster feedback on critical issues and convention violations.

What is the best way to enforce project-specific coding standards in pull requests?

Enforcing project-specific coding standards in pull requests is best handled through automated review that checks convention adherence for business logic, ViewModels, logging, and dependency injection, delivering a clear merge verdict.