guardian

Analyze code quality, security, and performance during reviews.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/karim-bhalwani/agentic-harness --skill guardian-karim-bhalwani
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: guardian
Source: https://github.com/karim-bhalwani/agentic-harness/tree/main/skills/guardian
Command: npx skills add https://github.com/karim-bhalwani/agentic-harness --skill guardian-karim-bhalwani

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Guardian provides a structured, standards-driven framework to ensure code quality, security, and performance during code reviews. It helps teams enforce consistent review practices, surface high-impact findings, and accelerate safe delivery.

Core Features & Use Cases

  • Enforces code-quality gates (SOLID, clean code, maintainability) during reviews.
  • Integrates OWASP Top 10 guidance, testing pyramid principles, and performance checks.
  • Facilitates pre-landing reviews, gated artifacts, and structured reporting for audits.

Quick Start

Review changes with Guardian by loading the diff and triggering a standard pre-landing review to generate a Guardian Review Report.

Frequently Asked Questions about guardian

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

FAQPage Schema
How do I enforce OWASP Top 10 security controls during code reviews?▼

To enforce OWASP Top 10 controls during code reviews, you need a structured security analysis process that consumes code diffs and checks against vulnerability guidance. Guardian applies these controls across codebases to surface high-impact security findings.

What is a pre-landing code review gate?▼

A pre-landing code review gate is a quality assurance checkpoint that evaluates code diffs for SOLID principles, security vulnerabilities, and testing pyramid adherence before changes are merged. Guardian facilitates this process and generates a structured review report artifact.

How do I check code quality and SOLID principles in a diff?▼

To check code quality and SOLID principles in a diff, load the contextual diff input and trigger a review process. Guardian analyzes the changes to enforce maintainability and clean code standards, producing a Guardian Review Report.

Can I use automated quality gates for testing pyramid checks?▼

Yes, you can use automated quality gates for testing pyramid checks by applying a standards-driven framework to your review process. Guardian integrates testing pyramid principles alongside performance and security checks to accelerate safe delivery.

Does Guardian work without external dependencies for vulnerability reporting?▼

Guardian works without external dependencies to perform vulnerability reporting and quality assurance. It uses built-in scripts and references to analyze code, enforce standards, and produce self-contained gated artifacts for audits.