review-incan-source-quality

Assess touched Incan source for Python-like readability and idiomatic structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review touched Incan source to ensure Python-like readability, idiomatic Incan structure, dogfooding integrity, public API polish, and absence of anti-patterns.

Core Features & Use Cases

  • Evaluates readability, module layout, docstrings, and public surface for touched .incn sources.
  • Documents anti-patterns and suggests Pythonic naming and organization improvements for better maintainability.
  • Use when auditing stdlib examples, language-surface implementations, or user-provided Incan snippets to ensure a Pythonic experience.

Quick Start

Run a targeted review pass on touched Incan sources to generate a Pythonic-readability assessment.

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 audit Incan source code for Python-like readability?

Review touched .incn sources to evaluate readability, idiomatic structure, and dogfooding integrity, ensuring module layout, docstrings, and public API align with the current style guidelines.

What makes Incan code read like well-written Python instead of Rust-shaped scaffolding?

Incan code reads like well-written Python when it uses Pythonic naming conventions, idiomatic module organization, and clear documentation, avoiding anti-patterns and Rust-shaped scaffolding that reduce maintainability.

How do I check if my Incan stdlib examples meet current style guidelines?

Check if your Incan stdlib examples meet style guidelines by auditing the touched source for module structure, ownership, documentation, and public API quality to ensure a Pythonic experience for users.

Can I review user-provided Incan snippets for anti-patterns and idiomatic structure?

Yes, you can review user-provided Incan snippets for anti-patterns by assessing readability, idiomatic structure, and public surface quality, generating suggestions for Pythonic naming and organization improvements.

Does the Incan readability audit validate source ownership and module structure?

Yes, the Incan readability audit validates source ownership and module structure, ensuring that touched .incn files align with the current Incan capability baseline and maintain dogfooding integrity throughout the public API.

When should I run a readability assessment on Incan language-surface implementations?

Run a readability assessment on Incan language-surface implementations when you need to verify that touched sources avoid anti-patterns, maintain idiomatic structure, and provide a Pythonic experience aligned with the capability baseline.