athena-review

Automate code review of git-tracked changes with linting and static checks.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/pandaworks-software-plt/pandahrms-skills --skill athena-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: athena-review
Source: https://github.com/pandaworks-software-plt/pandahrms-skills/tree/main/skills/athena-review
Command: npx skills add https://github.com/pandaworks-software-plt/pandahrms-skills --skill athena-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates a comprehensive code-review workflow by reading all changed files, evaluating them against quality, security, and design criteria, and applying fixes without committing.

Core Features & Use Cases

  • Read and assess all changed files across the working tree to surface quality, security, and style issues.
  • Optional Codex second-opinion for an additional external perspective on changes (when available).
  • Automated guidance and safe flow through the review cycle, including /simplify, /aegis, and audit-ready reporting.

Quick Start

Run a full code-review pass on the current working-tree changes using the Athena workflow.

Frequently Asked Questions about athena-review

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

FAQPage Schema
How do I run a code review on git changes without committing them?

To run a code review without committing, the skill reads all changed files in your git working tree, evaluates them against quality, security, and design criteria, and applies fixes automatically. It operates safely without altering your commit history.

What does an automated security and compliance audit check for in a repository?

An automated security and compliance audit checks changed files for security vulnerabilities, coding standard violations, and design flaws. It performs linting, static checks, and generates structured, audit-ready reports to ensure your code meets compliance readiness.

How do I integrate linting and static analysis into my git workflow?

You can integrate linting and static analysis by running a review workflow that automatically reads git-tracked changes and applies static checks. This skill surfaces style issues and applies fixes across the working tree before you commit.

Can I get a second opinion on code changes during an automated review?

Yes, you can get a second opinion on code changes during an automated review. The workflow supports an optional Codex second-opinion feature, providing an additional external perspective on your modifications when available.

Does the automated code review work with any git repository?

Yes, the automated code review works across any repository with git-tracked changes. It reads the working tree directly, making it suitable for diverse projects as long as there are uncommitted changes to evaluate.

When should I use an automated code review workflow instead of manual checks?

You should use an automated code review workflow when you need auditability, structured reporting, and compliance readiness after implementing changes. It efficiently handles repetitive linting and static checks, while manual checks remain better for subjective design decisions.