review

Automate code review for Incan projects checking Rust anti-patterns and RFC compliance.

92|7|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/encero-systems/incan --skill review-encero-systems
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/encero-systems/incan/tree/main/.agents/skills/review
Command: npx skills add https://github.com/encero-systems/incan --skill review-encero-systems

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive, Incan-project-aware code review process, automating checks for Rust anti-patterns, compiler pipeline completeness, error handling, test coverage, and RFC compliance.

Core Features & Use Cases

  • Automated Code Review: Automates the process of code review by checking for Rust anti-patterns, pipeline completeness, and adherence to style conventions.
  • Project-aware Review: Designed specifically for Incan projects, ensuring that code review covers Rust-specific best practices and language features.
  • Use Case: When a developer wants to perform a thorough code review on a pull request or a set of changes, this Skill generates a detailed report highlighting potential issues and recommendations for improvement.

Quick Start

Run the incan review command to start an automated code review process on your Incan project.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review for Rust anti-patterns in Incan projects?

Automating code review for Rust anti-patterns in Incan projects requires running the `incan review` command to check for pipeline completeness, error handling, test coverage, and RFC compliance, generating a detailed report of potential issues.

What does an Incan compiler pipeline completeness check look for during a code review?

An Incan compiler pipeline completeness check verifies that your code adheres to project-specific style conventions, handles errors correctly, and meets Rust-specific best practices defined by the Incan compiler source code and documentation.

Do I need the Incan compiler source code to perform an automated RFC compliance check?

Yes, performing an automated RFC compliance check requires access to the Incan compiler source code and documentation so the review process can accurately validate project-specific style conventions and compiler pipeline completeness.

How do I check test coverage and error handling for Incan Rust pull requests?

Checking test coverage and error handling for Incan Rust pull requests is done by running the `incan review` command, which automates the process and outputs a detailed report highlighting recommendations for improvement.

What is the best way to review Rust code for Incan project style conventions?

The best way to review Rust code for Incan project style conventions is using an Incan-project-aware automated review process that checks for Rust anti-patterns, RFC compliance, and compiler pipeline completeness.