forge-ea-review

Validate FORGE EA code, configuration, and environment variables for consistency.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ephico2real2/aurum-signal --skill forge-ea-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge-ea-review
Source: https://github.com/ephico2real2/aurum-signal/tree/main/.claude/skills/forge-ea-review
Command: npx skills add https://github.com/ephico2real2/aurum-signal --skill forge-ea-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It enables users to verify the consistency and correctness of the FORGE Expert Advisor's logic, configuration, and code to ensure accurate trading behavior.

Core Features & Use Cases

  • Configuration Verification: Cross-checks active config files against source code and documentation.
  • Code Consistency Checks: Validates that the code implements documented rules precisely.
  • Audit of Environment Variables: Ensures environment variables are correctly mapped, documented, and not stale.
  • Use Case: Traders or developers can run this Skill to confirm that the EA's actual implementation matches specified strategies, avoiding silent bugs and misconfigurations.

Quick Start

Use the forge-ea-review skill to perform a comprehensive validation of the current EA setup before deploying to production.

Frequently Asked Questions about forge-ea-review

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

FAQPage Schema
How do I validate my Expert Advisor's configuration against its source code?

You can validate your Expert Advisor's configuration by running an audit that cross-checks active config files, environment variables, and schema alignments against the source code to ensure accurate trading behavior and implementation consistency.

How do I audit environment variables in my automated trading setup?

To audit environment variables in your automated trading setup, run a validation check that ensures all variables are correctly mapped, properly documented, and verified as not stale before deploying the EA to production.

Why does my Expert Advisor's trading logic not match the documented strategy?

Your Expert Advisor's trading logic may not match documentation due to silent bugs or misconfigurations in gate codes and schema alignments, which requires a detailed code consistency check to verify precise rule implementation.

When do I need to perform a verification audit on my trading EA?

You need to perform a verification audit on your trading EA before deploying to production, ensuring that mappings, gate codes, and environment variables align with documented strategies for security compliance and reliable automated trading.

Can I check if my EA's gate codes and mappings are correctly implemented?

Yes, you can check if your EA's gate codes and mappings are correctly implemented by running a detailed validation that verifies schema alignments and code consistency against the documented rules for reliable automated trading.

What is the best way to ensure environment variables are not stale in an Expert Advisor?

The best way to ensure environment variables are not stale in an Expert Advisor is to perform an audit that verifies correct mapping, checks documentation consistency, and validates the configuration against the source code.