review

Automate code review for Aether engine PR-bound changes.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/iamacoffeepot/aether --skill review-iamacoffeepot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/iamacoffeepot/aether/tree/main/.agents/skills/review
Command: npx skills add https://github.com/iamacoffeepot/aether --skill review-iamacoffeepot

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the pre-land review process for Aether code changes, making it easier to identify and address issues before merging.

Core Features & Use Cases

  • Automated Review: Perform comprehensive code reviews with specialized lenses, reducing manual effort.
  • Integration with CI: Seamlessly integrates with Continuous Integration (CI) systems for automated PR-bound change reviews.
  • Backfill Audits: Use for backfill audits of existing code or for changes that never become PRs.
  • Customizable Reviews: Run full or light reviews based on specified depth, focusing on spec-fidelity, correctness, and more.

Quick Start

Run the review skill to initiate a pre-land review of the current codebase by executing: review --run

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate pre-land code review for the Aether engine?

You can automate pre-land code review for the Aether engine by running the `review --run` command. This triggers automated checks on PR-bound code changes to ensure code quality and adherence to design principles before merging.

Can I run a light code review instead of a full automated check?

Yes, you can run customizable reviews by specifying the desired depth. This allows you to perform either a full review or a light review, focusing on specific aspects like spec-fidelity and correctness for your Aether codebase.

Does this automated code review integrate with CI systems?

Yes, the automated code review integrates seamlessly with Continuous Integration (CI) systems. It utilizes workflow scripts and translation rules to execute automated reviews on PR-bound code changes within your CI pipeline.

What is a pre-land code review used for in software engineering?

A pre-land code review is used to identify and address code quality issues before merging changes. It automates checks on PR-bound code to ensure correctness and adherence to design principles, reducing manual effort and preventing defects.

Can I use this to audit existing Aether code that never became a PR?

Yes, you can use this Skill for backfill audits of existing code or for changes that never become PRs. It operates within the scope of the Aether codebase to evaluate code quality and design principle adherence.