Pre-Trade Verification Skill

Block unsafe or non-compliant crypto trades before execution.

38|9|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/IgorGanapolsky/trading --skill pre-trade-verification-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Pre-Trade Verification Skill
Source: https://github.com/IgorGanapolsky/trading/tree/main/.claude/skills/pre_trade_verification
Command: npx skills add https://github.com/IgorGanapolsky/trading --skill pre-trade-verification-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enforces mandatory pre-trade verification using RAG lessons and circuit breakers before trades execute.

Core Features & Use Cases

  • RAG lessons lookup: fetch relevant lessons before a trade.
  • Circuit breakers: enforce risk limits.
  • UDM validation: SHACL-style checks for signal validity.
  • Audit trail: logs verifications for compliance.

Quick Start

Create a signal and run verification before sending to trading engine.

Frequently Asked Questions about Pre-Trade Verification Skill

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

FAQPage Schema
How do I verify trades before execution to prevent unsafe or non-compliant orders?

Pre-trade verification blocks unsafe trades using RAG-based lessons lookup, circuit breakers for risk limits, and SHACL-style UDM validation. Create a signal, run verification against your lessons and risk policies, and the Skill identifies compliance violations or anomalies before the trade executes.

What is RAG-based lessons lookup and how does it improve trade safety?

RAG retrieves relevant historical lessons and compliance rules matched to your trade signal. It surfaces past violations, risk patterns, and lessons learned, enabling the verification system to flag similar unsafe conditions before execution.

Can I use circuit breakers to enforce risk limits on crypto trading signals?

Yes. Circuit breakers enforce strict risk thresholds on position size, leverage, volatility exposure, and other parameters. The Skill applies them during pre-trade verification to block orders that exceed your defined limits.

How do I debug a trade that was blocked by verification?

The audit trail logs every verification decision with reasons—which circuit breaker triggered, which UDM validation failed, or which lesson matched. Review the audit to understand why the trade was rejected and adjust your signal or risk policies.

Does pre-trade verification work across strategy creation, updates, and live trading?

Yes. Verification applies at signal creation, when strategies are updated, and during live execution. The same RAG lessons, circuit breakers, and UDM rules enforce compliance across all stages.

What compliance and audit capabilities does this verification provide?

The Skill maintains a complete audit trail of all verifications—what was checked, whether it passed, and why. This creates compliance records for regulatory reporting and post-trade analysis.