One-click install
npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill eval-integration-ibrahim-3d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eval-integration
Source: https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers/tree/main/skills/eval-integration
Command: npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill eval-integration-ibrahim-3d

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Integration teams need a rigorous, automated evaluator to verify external-service interactions across tracks, ensuring contracts, auth, data flows, and reliability are all validated.

Core Features & Use Cases

  • API contract verification
  • Auth-flow validation
  • Data persistence and error handling across integrations
  • Use Case: Validate a track that connects to Stripe for payments and to Gemini for KYC.

Quick Start

Run the eval-integration evaluator on a track with type integration to automatically perform checks and report results to the loop.

Frequently Asked Questions about eval-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify external API contracts for integrations like Stripe and Supabase?

To verify external API contracts for Stripe and Supabase, you can use an integration evaluator to automatically enforce contract rules and validate end-to-end service interactions. This ensures your authentication flows and data persistence layers function correctly.

What is the best way to validate authentication flows and data persistence across external services?

The best way to validate authentication flows and data persistence is by running an automated integration evaluator on your track. It checks end-to-end integrity, environment configuration, and error handling across your connected third-party services.

How do I run end-to-end checks on a track that connects to Stripe for payments and Gemini for KYC?

To run end-to-end checks on a track connecting Stripe and Gemini, execute an integration evaluator on a track with type integration. It automatically performs checks on API connections and reports validation results directly to your loop.

Does this integration evaluator support testing error handling and environment configuration?

Yes, the integration evaluator supports testing error handling and environment configuration. It rigorously enforces these aspects along with authentication and data persistence to verify the reliability of all external service interactions.

Why does my external API integration fail end-to-end integrity checks during evaluation?

Your external API integration may fail end-to-end integrity checks due to broken API contracts, incorrect environment configuration, or flawed authentication flows. An integration evaluator detects these specific reliability gaps across your external service connections.