Gql Pipeline banner
alkem-io alkem-io

Gql Pipeline

Data community

Description

--- name: gql-pipeline description: Launch the GQL validation pipeline with Agent Teams --- Launch the GQL validation pipeline as an Agent Team. ## Setup First, ensure the pipeline is initialized: ```bash bash .claude/hooks/setup-pipeline.sh ``` ## Team Configuration Create an agent team for continuous GQL compatibility testing. Team name: gql-pipeline Create these tasks with dependencies: 1. "Run full GQL validation cycle" — sync test-suites repo and validate all GraphQL operations again

Installation

Installs to ~/.claude/commands/alkem-io-server-gql-pipeline.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/alkem-io/server/HEAD/.claude/commands/gql-pipeline.md -o ~/.claude/commands/alkem-io-server-gql-pipeline.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository