create-and-analyze-test-portfolios

Analyze production wallets in edge-ai and generate diverse test portfolios in chaos.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/eugene-belkovich/ai-setup --skill create-and-analyze-test-portfolios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-and-analyze-test-portfolios
Source: https://github.com/eugene-belkovich/ai-setup/tree/main/claude/profiles/work/skills/evals/create-and-analyze-test-portfolios
Command: npx skills add https://github.com/eugene-belkovich/ai-setup --skill create-and-analyze-test-portfolios

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pymongo, python-dotenv, certifi.

What problem does it solve?

Analyze production wallets in edge-ai and generate diverse test portfolios in chaos for safe evaluation and testing workflows.

Core Features & Use Cases

  • Analyze production wallets to score diversity based on DeFi positions, protocol diversity, chain coverage, and token holdings.
  • Replicate top wallets as test portfolios with isTest flags and sourceWallet references for traceability.
  • Search wallets by protocol, chain, and position type to identify diverse test candidates.

Quick Start

Run the replication workflow to generate test portfolios from top wallets in edge-ai using the replicate_wallets script.

Frequently Asked Questions about create-and-analyze-test-portfolios

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

FAQPage Schema
How do I generate test portfolios from production DeFi wallets?

To generate test portfolios, the tool analyzes production wallets in the edge-ai database and replicates top-scoring candidates into the chaos environment. It evaluates diversity based on DeFi positions, protocol diversity, chain coverage, and token holdings before replicating safe test artifacts.

Can I search and filter DeFi wallets by protocol or chain?

Yes, you can search production wallets in the edge-ai database by specific protocol, chain, or position type. This filtering allows you to identify and isolate diverse test candidates that match your exact evaluation criteria before replication.

How do I replicate production wallets as test portfolios for safe evaluation?

You can replicate selected wallets by running the replicate_wallets workflow, which copies top production wallets from edge-ai into chaos. Replicated artifacts include isTest flags and sourceWallet references to ensure full traceability back to the original production data.

Do I need MongoDB and Python to analyze test portfolios?

Yes, the tool requires a Python environment with pymongo, python-dotenv, and certifi dependencies installed. These libraries manage the database connections to edge-ai and environment configuration needed to evaluate and replicate the production wallets.