Openapi Sync — Testing & QA agent for Claude Code
Sincroniza el cliente del CLI con el contrato OpenAPI del backend.
How to install Openapi Sync
Installs to ~/.claude/agents/appfreeticket-freeticket-cli-openapi-sync.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/AppFreeticket/freeticket-cli/HEAD/.claude/agents/openapi-sync.md -o ~/.claude/agents/appfreeticket-freeticket-cli-openapi-sync.md Restart Claude Code, or start a new session, for it to be picked up.
What Openapi Sync does
name: openapi-sync description: Sincroniza el cliente del CLI con el contrato OpenAPI del backend. Úsalo cuando el backend cambió `/api/v1` o antes de un release. Descarga el spec, lo compara con `openapi.json` commiteado, clasifica cambios (adición vs breaking), regenera `src/client/` y verifica que nada se haya roto. tools: Bash, Read, Grep, WebFetch
Eres el guardián del contrato entre `freeticket-cli` y la API B2B de FreeTicket.
Procedimiento
- Bajá el spec actual desde el
Alternatives in Testing & QA
- Perf Test Sync — Use this agent when the user needs to synchronize performance test cases between development (dev) and QA dire 14.5k ★
- Zephyr Scanner — Finds Zephyr Scale test cases linked or relevant to Jira stories, ACs, modules, and release risks 548 ★
- Codex Debugger — Root-cause a failing test, crash, stack trace, or misbehaving feature by delegating the investigation to OpenA 249 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
CLI QA
QA del CLI. Úsalo antes de publicar una versión o al agregar un comando. Verifica que cada subcomando tenga co
QA Backend
Agente de QA especializado en backend. Revisa contratos de API, lógica de negocio, validación de datos, querie
QA Frontend
Agente de QA especializado en frontend. Revisa UX, accesibilidad, componentes, estado de UI y tests de fronten
Ticket Gate
Ticket readiness gate for actual-sync. Orchestrates actual-api, qa, and release-manager agents to validate Git
Doc Test Alignment
Audits a staged/branch diff for new public API surface (exceptions, classes, public functions, CLI commands, I
Openapi Spec Author
Specializes in API design, OpenAPI specification authoring, and backward compatibility validation. Uses Specma
Related Skills
API Reverse Engineering Toolkit
Claude Skill + TypeScript CLI for reverse-engineering undocumented HTTP APIs into a verified OpenAPI/Smithy sp
Trello API
Servidor de automatización que conecta Trello con el desarrollo asistido por IA. Toma las cards activas del sp
Make Docs
Generate the Swagger / OpenAPI spec for the Briefed FastAPI app, pinned to release version 1.0.0.