review

Automate project-aware code reviews for Incan codebases with a live report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Thorough, project-aware code reviews for Incan codebases, surfacing issues across style, RFC compliance, and test coverage to improve quality and maintainability.

Core Features & Use Cases

  • Persistent review report at .agents/state/review-report.md to share findings across fixes and iterations.
  • Structured per-file findings with status, checks, and notes to guide remediation.
  • Live activity log for traceability of the review process and decisions.

Quick Start

Run a fresh review pass on the current worktree to generate and update the live report.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code reviews for an Incan codebase?

Automate code reviews for an Incan codebase by running a fresh review pass that generates a persistent report at .agents/state/review-report.md. This report provides structured per-file findings, checks, and notes to guide remediation.

What is the best way to check RFC compliance during a PR review?

Check RFC compliance during a PR review by running an automated project-aware review pass. It surfaces RFC compliance issues alongside style and test coverage findings, maintaining a live activity log for traceability of the review decisions.

How does static analysis handle troubleshooting dirty worktrees?

Static analysis handles troubleshooting dirty worktrees by running a comprehensive review pass across the project. It identifies style, compliance, and coverage issues, updating the live review report with structured per-file statuses to guide fixes.

Can I share static analysis findings across multiple fix iterations?

Share static analysis findings across iterations using the persistent review report at .agents/state/review-report.md. This live file maintains structured per-file statuses, checks, and notes, ensuring traceability and continuity throughout the remediation process.

Does this code review process work without external dependencies?

This code review process works without external dependencies, running entirely self-contained. It enforces a formal file structure for per-file status, checks, and findings, directly analyzing Incan compiler code and project worktrees.