Pantheon Batch Review (Hydra)

Automate deep code review and hardening across a specified scope.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jschulte/pantheon --skill pantheon-batch-review-hydra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Pantheon Batch Review (Hydra)
Source: https://github.com/jschulte/pantheon/tree/main/src/skills/pantheon-batch-review
Command: npx skills add https://github.com/jschulte/pantheon --skill pantheon-batch-review-hydra

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates a comprehensive code review and hardening process, identifying and fixing security vulnerabilities, correctness issues, architectural flaws, and test gaps across a defined scope of code.

Core Features & Use Cases

  • Multi-Perspective Review: Analyzes code for security, correctness, architecture, tests, and accessibility.
  • Automated Triage & Fixing: Classifies issues by severity and automatically applies fixes for critical bugs.
  • Iterative Improvement: Runs in loops to ensure code quality until a clean state is reached or maximum iterations are met.
  • Use Case: Run a "deep review" on the src/utils directory to find and fix any security vulnerabilities and critical bugs before merging a new feature.

Quick Start

Execute a batch review on the directory src/components with a focus on security vulnerabilities.

Frequently Asked Questions about Pantheon Batch Review (Hydra)

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

FAQPage Schema
How do I automate a deep code review and hardening sweep across a specific directory?

To automate a deep code review and hardening sweep, you define a scope parameter for the target directory and optional focus areas like security or correctness. The review then identifies and triages issues, applying automated fixes iteratively until a clean state is reached.

What does automated code triage and hardening cover during a batch review?

Automated code triage and hardening covers security, correctness, architecture, tests, and accessibility. It classifies identified issues by severity and automatically applies fixes for critical bugs across the defined code scope.

Can I focus a security and bug fixing code review on specific directories?

Yes, you can focus a security and bug fixing code review on specific directories by providing input parameters for scope definition. You can also supply optional focus areas to guide the review process toward specific vulnerabilities or architectural flaws.

What is the best way to iteratively fix security vulnerabilities and critical bugs before merging a feature?

The best way to iteratively fix security vulnerabilities and critical bugs is running an automated batch review that loops through hardening sweeps. It applies fixes continuously until a clean state is reached or maximum iterations are met.

Does an automated code review sweep support architectural flaw and test gap detection?

Yes, an automated code review sweep supports architectural flaw and test gap detection. The multi-perspective analysis evaluates code for security, correctness, architecture, tests, and accessibility simultaneously during the hardening process.