llm-wiki-multiwiki-e2e-gate

Automates setup and validation of a multi-wiki factory flow including GitHub Actions and Hermes webhook.

Updated May 13, 2026
One-click install
npx skills add https://github.com/skkeoriw/hermes-brain --skill llm-wiki-multiwiki-e2e-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-wiki-multiwiki-e2e-gate
Source: https://github.com/skkeoriw/hermes-brain/tree/main/brain/hermes-home/skills/.archive/llm-wiki-multiwiki-e2e-gate
Command: npx skills add https://github.com/skkeoriw/hermes-brain --skill llm-wiki-multiwiki-e2e-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github, hermes, telegram, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of creating and validating a multi-wiki factory flow, ensuring that the entire workflow from GitHub Action to Hermes webhook is correctly set up and that there is no loop prevention.

Core Features & Use Cases

  • Bootstrap and Validate Multi-Wiki Factory Flow: Automates the creation of isolated wikis, setting up GitHub Actions, and validating the end-to-end flow.
  • Loop Prevention: Implements a raw-change gate to prevent loops in the workflow.
  • End-to-End Validation: Ensures that the entire flow, including the Hermes webhook, incremental compile, and push-back, works correctly.
  • Content Quality Standard: Enforces a set of standards for the quality of the content in the wikis.
  • Schema Quality Enforcement: Ensures that the schema quality is maintained according to predefined rules.
  • Graph Quality Acceptance: Validates the quality of the graph produced by the incremental build.

Quick Start

Use the llm-wiki-multiwiki-e2e-gate skill to create a new wiki and set up the factory flow.

Frequently Asked Questions about llm-wiki-multiwiki-e2e-gate

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

FAQPage Schema
How do I prevent infinite loops in a GitHub Actions wiki factory workflow?

To prevent infinite loops in a GitHub Actions wiki factory workflow, you can implement a raw-change gate that detects recursive triggers and stops the cycle before the Hermes webhook fires.

What is a multi-wiki factory flow and how does it work with GitHub Actions and Hermes?

A multi-wiki factory flow automates isolated wiki creation, triggering incremental compiles via GitHub Actions and validating end-to-end push-back through a Hermes webhook to enforce schema and graph quality.

How do I validate schema and graph quality in an automated wiki build pipeline?

You validate schema and graph quality in an automated wiki build pipeline by enforcing predefined content standards during the incremental compile, ensuring the Hermes webhook only accepts builds that pass graph quality acceptance.

Do I need Telegram and Hermes to set up an automated wiki factory flow?

Yes, you need Telegram and Hermes to set up this automated wiki factory flow, as Telegram provides the required notification mechanism and Hermes handles the webhook integration for end-to-end validation.

Can I use a raw-change gate to block recursive webhook triggers in a multi-wiki setup?

Yes, you can use a raw-change gate to block recursive webhook triggers in a multi-wiki setup, preventing the pipeline from re-triggering itself during the automated push-back process.

Why does my Hermes webhook cause a loop when pushing incremental wiki compiles back to GitHub?

Your Hermes webhook causes a loop because the push-back triggers a new GitHub Action, requiring a raw-change gate to detect and halt the recursive workflow before it starts.