skills/agent-qa-authoring/SKILL.md
Create, edit, validate, and run Agent QA tests, suites, and hooks through MCP or CLI while preserving canonical IDs and schema contracts.
npx skillsauth add ranbot-ai/awesome-skills agent-qa-authoringInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Author Agent QA tests, suites, and hooks without inventing schema fields or identifiers. Prefer Agent QA's MCP tools, use the bundled contract reference for exact fields, and validate every definition before saving or running it.
agent_qa_discover.agent_qa_get_config, especially targets, devices, providers, and services.mcp.references/agent-qa-contracts.json when exact schema fields or ID contracts are needed.agent_qa_generate_idagent-qa ids generate <test|suite|hook|run|observation>npx --yes agent-qa ids generate <type>agent_qa_validate_id or agent-qa ids validate <type> <id> --json.agent_qa_validate_test or agent_qa_validate_definition with kind: "test"agent_qa_validate_suite or agent_qa_validate_definition with kind: "suite"agent_qa_validate_definition with kind: "hooks"agent_qa_create_test, agent_qa_update_test, agent_qa_delete_testagent_qa_create_suite, agent_qa_update_suite, agent_qa_delete_suiteagent_qa_create_hook, agent_qa_update_hook, agent_qa_delete_hookworkspace.testMatch or workspace.suiteMatch.t_ plus 10 id-agent words.s_ plus 10 id-agent words.h_ plus 10 id-agent words.r_ plus 10 id-agent words.obs_ plus 10 id-agent words.agent_qa_enqueue_test_run and agent_qa_enqueue_suite_run over shelling out.User: Add an Agent QA checkout test for the staging target and validate it, but do not run it yet.
Expected handling: discover the workspace, inspect the staging target, generate the test ID,
create the smallest valid definition, validate it, and stop before enqueueing a run.
tools
Delegate coding tasks to the Grok Build CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
--- name: graceful-shutdown description: Implement graceful shutdown for servers and workers: drain connections, finish in-flight work, release resources, and exit cleanly on SIGTERM/SIGINT. category: AI & Agents source: antigravity tags: [python, typescript, node, api, claude, ai, template, docker, kubernetes] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/graceful-shutdown --- # Graceful Shutdown ## Overview A skill for implementing graceful shutdown in server
development
--- name: falsify description: The scientific thinking protocol for AI agents. Use when facing complex, ambiguous, or high-stakes questions where guessing is costly: hypothesis → attempt to break it → evidence → calibrated co category: Creative & Media source: antigravity tags: [markdown, claude, ai, agent, llm, template, design, security, rag, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/falsify --- # Falsify — The Scientific Thinking Protocol > Think like
tools
Configure approved delegation lanes across installed implementer CLIs, including optional model and effort choices, then write global or project config only after explicit user approval.