From 55f094ea334b60201efd22b24c3fe3b9db03b503 Mon Sep 17 00:00:00 2001 From: Gustavo Madeira Santana Date: Sun, 19 Apr 2026 15:48:18 -0400 Subject: [PATCH] Skills: require manual test performance invocation --- .agents/skills/openclaw-test-performance/agents/openai.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.agents/skills/openclaw-test-performance/agents/openai.yaml b/.agents/skills/openclaw-test-performance/agents/openai.yaml index ea780a1a545..0306d9c15c9 100644 --- a/.agents/skills/openclaw-test-performance/agents/openai.yaml +++ b/.agents/skills/openclaw-test-performance/agents/openai.yaml @@ -2,3 +2,5 @@ interface: display_name: "OpenClaw Test Performance" short_description: "Benchmark and fix slow OpenClaw tests" default_prompt: "Use $openclaw-test-performance to reassess the OpenClaw test benchmark, identify the next real hotspot, fix it without losing coverage, update the report, and commit scoped changes." +policy: + allow_implicit_invocation: false