test-debridge

Automate end-to-end functional tests for deBridge skills and MCP tools.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/debridge-finance/debridge-skills --skill test-debridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-debridge
Source: https://github.com/debridge-finance/debridge-skills/tree/main/.claude/skills/test-debridge
Command: npx skills add https://github.com/debridge-finance/debridge-skills --skill test-debridge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

End-to-end functional testing of deBridge skills, MCP tools, and bundled scripts to validate workflows before deployment across wallets, balances, quotes, and cross-chain operations.

Core Features & Use Cases

  • Comprehensive wallet discovery and balance verification across EVM and Solana
  • End-to-end test orchestration for token search, quoting, approvals, cross-chain swaps, and order monitoring
  • Regression validation when changes are introduced to skills/scripts

Quick Start

Run this skill with your agent to execute the end-to-end functional tests.

Frequently Asked Questions about test-debridge

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

FAQPage Schema
How do I automate end-to-end testing for cross-chain swap workflows?

Automate end-to-end testing for cross-chain swaps by executing bundled scripts and test scenarios under skills/ directories that deterministically validate quoting, approvals, EVM↔Solana operations, and report PASS/FAIL results.

What is end-to-end functional testing for deBridge skills?

End-to-end functional testing for deBridge skills validates workflows including wallet discovery, balance checks, token search, and cross-chain operations before deployment, ensuring scripts run deterministically and pass regression validation.

Can I run regression validation for EVM and Solana wallet discovery scripts?

Yes, you can run regression validation for EVM and Solana wallet discovery scripts by executing the orchestrated end-to-end tests, which verify balance checks and token search workflows deterministically.

Does end-to-end testing support both EVM↔EVM and EVM↔Solana cross-chain swaps?

Yes, end-to-end testing supports both EVM↔EVM and EVM↔Solana cross-chain swaps, validating the complete workflow from quoting and approvals to order monitoring with deterministic PASS/FAIL reporting.

Do I need specific test scenarios to validate MCP tools and bundled scripts?

Yes, you need test scenarios and scripts located under skills/ directories to validate MCP tools and bundled scripts, ensuring workflows run deterministically and report clear PASS/FAIL results.

Why are my cross-chain swap tests not reporting deterministically?

Cross-chain swap tests may not report deterministically if the test scenarios and bundled scripts under skills/ directories are not configured to execute end-to-end workflows like quoting, approvals, and order monitoring consistently.