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.
This commit is contained in:
Teknium 2026-05-10 22:22:19 -07:00 committed by GitHub
parent 5f767879e6
commit e3b88a8fe2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.