guardian

Detect session degradation and spawn Haiku subagents for code review.

1|Updated Nov 19, 2025
One-click install
npx skills add https://github.com/Overlord-Z/ClaudeShack --skill guardian-overlord-z
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: guardian
Source: https://github.com/Overlord-Z/ClaudeShack/tree/main/skills/guardian
Command: npx skills add https://github.com/Overlord-Z/ClaudeShack --skill guardian-overlord-z

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Guardian automates session health monitoring and provides automatic code review suggestions when degradation is detected, while keeping changes read-only and validated via Oracle.

Core Features & Use Cases

  • Automatic triggers based on code volume, repeated errors, file churn, and corrections
  • Spawns Haiku agents to inspect code with minimal context
  • Oracle validation and learning from feedback before presenting suggestions
  • Integrates with Oracle, Evaluator, and Summoner for governance

Quick Start

To use Guardian, run: python guardian.py review --file <path> --focus <topic>, or check triggers with python guardian.py check

Frequently Asked Questions about guardian

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

FAQPage Schema
How do I automatically detect code quality issues during development?

Session health monitoring detects code degradation through volume, error patterns, and file churn. Guardian triggers automated code review when thresholds are exceeded, surfacing issues before they compound.

Can I run code review with minimal context overhead?

Yes. Guardian spawns Haiku subagents to inspect code with minimal-context analysis, reducing token usage and latency while maintaining review depth for authentication, security, and complex task contexts.

How does Guardian validate code review suggestions before presenting them?

Oracle validation gates all suggestions. Guardian learns from your feedback to adjust sensitivity, ensuring only user-approved interventions surface and read-only operations remain safe.

What triggers automated code review in Guardian?

Code review triggers on repeated errors, file churn, correction patterns, and code volume thresholds. Guardian monitors session health continuously and spawns targeted subagents when degradation is detected.

Does Guardian work with existing code review and governance tools?

Guardian integrates with Oracle for validation, Evaluator for metrics, and Summoner for orchestration, fitting into workflows that require governance, minimal context passing, and continuous quality gates.

What are the constraints on Guardian's code review operations?

Guardian performs read-only analysis and requires user approval before changes. It works best in software development workflows with authentication and security concerns where minimal-context analysis across multiple tasks is needed.