warden

Monitor repository artifacts for quality, doc placement, and Supabase schema compliance.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/DaBigHomie/ugwtf --skill warden-dabighomie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: warden
Source: https://github.com/DaBigHomie/ugwtf/tree/main/.cursor/skills/warden
Command: npx skills add https://github.com/DaBigHomie/ugwtf --skill warden-dabighomie

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

WARDEN addresses the challenges of maintaining artifact quality and security across repositories, ensuring adherence to standards and best practices.

Core Features & Use Cases

  • Continuous Artifact Scrutiny: Monitors doc placement, quality gates, and Supabase schema for compliance.
  • Domain-Specific Checks: Offers domain-specific checks like doc placement audit and Supabase audit.
  • Deferred Persistence: Allows local persistence of findings until schema is applied.
  • Integration with Other Tools: Pair with /malfig for further analysis.

Quick Start

Run the warden skill on a specific repository with warden-run.mts --repo <slug>.

Frequently Asked Questions about warden

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

FAQPage Schema
How do I monitor repository artifacts for quality and security compliance?

Continuous artifact scrutiny monitors repositories for quality and security compliance by checking doc placement and quality gates. Warden automates these domain-specific checks to ensure adherence to standards and best practices.

Can I check Supabase schema compliance before applying the schema?

Yes, you can check Supabase schema compliance before applying the schema using deferred persistence. Warden allows local persistence of findings until the schema is applied, enabling audits without immediate database changes.

How do I run an artifact quality gate audit on a specific repository?

To run an artifact quality gate audit on a specific repository, execute the warden script with the repository slug. Running `warden-run.mts --repo <slug>` initiates the continuous scrutiny process for that repository.

What is continuous artifact scrutiny and when do I need it?

Continuous artifact scrutiny is the ongoing process of monitoring repositories for doc placement, quality gates, and schema compliance. You need it when maintaining artifact quality and security across repositories to ensure adherence to standards.

Does warden work with other tools for comprehensive repository analysis?

Yes, warden works with other tools for comprehensive repository analysis. It integrates with `/malfig` to pair findings for further analysis, extending artifact scrutiny capabilities beyond standard quality and security checks.