From 26a35e0ccf2875fd90be776c208dcaba98790679 Mon Sep 17 00:00:00 2001 From: csh Date: Thu, 22 Jan 2026 16:26:20 +0800 Subject: [PATCH] :white_check_mark: test(ci): update required skills list --- .gitea/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 3854a35..d768348 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -386,7 +386,9 @@ jobs: skills_base = Path("codex/skills") required_skills = [ ("tsl-guide", ["SKILL.md", "references/primer.md", "references/advanced.md"]), - ("testing-workflow", ["SKILL.md"]), + ("commit-message", ["SKILL.md"]), + ("style-cleanup", ["SKILL.md"]), + ("bulk-refactor-workflow", ["SKILL.md"]), ] for skill_name, required_files in required_skills: