From 371a7da9c889bbf67925bca31abd54ddd331a137 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 22 Feb 2026 20:36:39 +0100 Subject: [PATCH] docs: add missing summaries and read_when hints --- docs/channels/irc.md | 4 ++++ docs/ci.md | 4 ++++ docs/tools/creating-skills.md | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/docs/channels/irc.md b/docs/channels/irc.md index 2bf6fb4eb..56bca6490 100644 --- a/docs/channels/irc.md +++ b/docs/channels/irc.md @@ -1,6 +1,10 @@ --- title: IRC description: Connect OpenClaw to IRC channels and direct messages. +summary: "IRC plugin setup, access controls, and troubleshooting" +read_when: + - You want to connect OpenClaw to IRC channels or DMs + - You are configuring IRC allowlists, group policy, or mention gating --- Use IRC when you want OpenClaw in classic channels (`#room`) and direct messages. diff --git a/docs/ci.md b/docs/ci.md index 64d4df0ec..51643c870 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -1,6 +1,10 @@ --- title: CI Pipeline description: How the OpenClaw CI pipeline works +summary: "CI job graph, scope gates, and local command equivalents" +read_when: + - You need to understand why a CI job did or did not run + - You are debugging failing GitHub Actions checks --- # CI Pipeline diff --git a/docs/tools/creating-skills.md b/docs/tools/creating-skills.md index 0a6f2fd69..964165ad0 100644 --- a/docs/tools/creating-skills.md +++ b/docs/tools/creating-skills.md @@ -1,5 +1,9 @@ --- title: "Creating Skills" +summary: "Build and test custom workspace skills with SKILL.md" +read_when: + - You are creating a new custom skill in your workspace + - You need a quick starter workflow for SKILL.md-based skills --- # Creating Custom Skills ðŸ›