From e3b88a8fe2be0e0493a1b4dfc30ae55a8e7ffa56 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Sun, 10 May 2026 22:22:19 -0700 Subject: [PATCH] rename(skills): api-testing -> rest-graphql-debug (#23589) More specific name. The skill is REST + GraphQL debugging end-to-end, not generic 'api testing' (a smoke-test pytest scaffold is one short section out of ~500 lines). Renames directory + frontmatter name + self-reference in the delegate_task example body. --- .../{api-testing => rest-graphql-debug}/SKILL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename optional-skills/software-development/{api-testing => rest-graphql-debug}/SKILL.md (99%) diff --git a/optional-skills/software-development/api-testing/SKILL.md b/optional-skills/software-development/rest-graphql-debug/SKILL.md similarity index 99% rename from optional-skills/software-development/api-testing/SKILL.md rename to optional-skills/software-development/rest-graphql-debug/SKILL.md index 5769c0dc70c..78f90f2a91f 100644 --- a/optional-skills/software-development/api-testing/SKILL.md +++ b/optional-skills/software-development/rest-graphql-debug/SKILL.md @@ -1,5 +1,5 @@ --- -name: api-testing +name: rest-graphql-debug description: "Debug REST/GraphQL APIs: status codes, auth, schemas, repro." version: 1.2.0 author: eren-karakus0 @@ -470,7 +470,7 @@ web_extract(urls=["https://docs.example.com/api/v1/users"]) delegate_task( goal="Test all CRUD endpoints for /api/v1/users", context=""" -Follow the api-testing skill (optional-skills/software-development/api-testing). +Follow the rest-graphql-debug skill (optional-skills/software-development/rest-graphql-debug). Base URL: https://api.example.com Auth: Bearer token from API_TOKEN env var.