From b617abeb2a09e462c7370ceee8ab715540694705 Mon Sep 17 00:00:00 2001 From: sickn33 Date: Sun, 5 Apr 2026 10:48:50 +0200 Subject: [PATCH] test(repo): Remove merge-batch e2e fixture --- skills/merge-batch-e2e-test/SKILL.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 skills/merge-batch-e2e-test/SKILL.md diff --git a/skills/merge-batch-e2e-test/SKILL.md b/skills/merge-batch-e2e-test/SKILL.md deleted file mode 100644 index 3d944ae9..00000000 --- a/skills/merge-batch-e2e-test/SKILL.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: merge-batch-e2e-test -description: "Synthetic skill used to exercise the maintainer merge workflow end-to-end." -risk: safe -source: community -source_repo: Dimillian/Skills -source_type: community -date_added: "2026-04-05" ---- - -# Merge Batch E2E Test - -## Overview - -This temporary skill exists only to test the maintainer merge workflow against a deliberately broken pull request. - -## When to Use - -- Use when you need an intentionally broken skill PR to verify maintainer merge automation. - -## Instructions - -1. Confirm the maintainer workflow detects broken metadata and CI failures. -2. Repair the skill and let the PR proceed to merge.