review-incan-source-quality

Review Incan source code for readability, idiomatic structure, and Pythonic conventions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps maintain high-quality Incan source code by reviewing it for readability, idiomatic structure, and adherence to Pythonic conventions, ensuring that it aligns with the Zen of Incan.

Core Features & Use Cases

  • Readability Checks: Evaluates source code for Python-quality readability.
  • Structure Verification: Ensures the source code follows idiomatic Incan patterns.
  • API and Docstring Review: Validates the quality of public APIs and documentation.

Quick Start

Run the review-incan-source-quality skill to automatically check the source code for quality issues.

Frequently Asked Questions about review-incan-source-quality

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

FAQPage Schema
How do I review Incan source code for Pythonic readability?

To review Incan source code for Pythonic readability, run an automated check on `.incn` files to evaluate naming conventions, helper shapes, and control flow against the Zen of Incan. This validates that your source code maintains high-quality, Pythonic readability standards.

What is idiomatic Incan structure and when do I need to check for it?

Idiomatic Incan structure refers to source code patterns that align with the Zen of Incan and Pythonic conventions. You need to check for it to ensure your `.incn` files maintain consistent, readable, and high-quality API and docstring standards.

Does the Incan code review check API and docstring quality?

Yes, the Incan code review validates the quality of public APIs and documentation. It checks your `.incn` files to ensure that docstrings and APIs meet Pythonic readability standards and adhere to idiomatic Incan structure.

How do I automatically check `.incn` files for source quality issues?

You can automatically check `.incn` files for source quality issues by running an automated review process. This evaluates the files for Pythonic naming, helper shape, control flow, and overall readability without requiring manual inspection.

What's the best way to ensure my Incan code follows the Zen of Incan?

The best way to ensure your Incan code follows the Zen of Incan is to run an automated source quality review. This checks your code for idiomatic structure, Pythonic conventions, and readability, confirming alignment with Incan principles.