trigger-guardian

Clone a wiki and trigger a Guardian health check via a minimal edit.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/alistairhendersoninfo/ninja_toolbox --skill trigger-guardian
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: trigger-guardian
Source: https://github.com/alistairhendersoninfo/ninja_toolbox/tree/main/.claude/skills/trigger-guardian
Command: npx skills add https://github.com/alistairhendersoninfo/ninja_toolbox --skill trigger-guardian

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Trigger Wiki Guardian health checks by performing a minimal wiki edit to verify spam-detection workflow.

Core Features & Use Cases

  • Automates triggering and verifying Wiki Guardian runs to validate spam detection in wiki workflows.
  • Supports a reproducible process for testing guardian behaviors with optional spam mode.
  • Use Case: QA engineers can routinely verify that guardian flags spam edits and reverts them in a wiki environment.

Quick Start

Clone the wiki, make a trivial edit, push to trigger the Guardian, then check the Guardian run results.

Frequently Asked Questions about trigger-guardian

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

FAQPage Schema
How do I trigger a Wiki Guardian health check for spam detection?▼

Trigger a Wiki Guardian health check by cloning the wiki repository, making a minimal edit to Home.md, and pushing the change to initiate the spam-detection workflow.

What is the best way to test if a wiki guardian flags spam edits?▼

Test wiki guardian spam detection by performing a controlled, trivial wiki edit and verifying that the guardian workflow flags the change and automatically reverts it.

Do I need Git tooling to automate wiki guardian tests?▼

Yes, Git tooling and access to the wiki repository are required to clone the wiki, perform controlled edits, and observe the Guardian workflow test outcome.

How does a minimal wiki edit verify spam detection workflows?▼

A minimal wiki edit verifies spam detection by creating a reproducible trigger event that forces the Guardian workflow to run and evaluate the pushed content for spam.

Can I use this for routine QA testing of wiki spam detection?▼

Yes, QA engineers can routinely use this process to validate that guardian behaviors correctly identify spam edits and execute reverts in a wiki environment.