Back to list
Sounder25

run-eels-test-suite

by Sounder25

Operational capabilities for high-leverage AI coding agents. Features deterministic execution, 100% tested safety gates, impasse detection, and adversarial review. Includes 'Gold Standard' meta-skills like Pre-Action Guard and Failure Postmortem to prevent loops and data loss.

8🍴 3📅 Jan 23, 2026

SKILL.md


name: Run EELS Test Suite description: Automates running the Ethereum Execution Layer Specification (EELS) tests against a local EVM implementation. Handles venv setup, execution, and result parsing. version: 1.0.0 author: Antigravity Skills Library created: 2026-01-15 leverage_score: 5/5

SKILL-001: Run EELS Test Suite

Overview

Automates the execution of EELS compliance tests. This skill handles the complexity of setting up the Python environment, installing dependencies, invoking pytest against a target EVM binary, and parsing the results into standardized reports.

Trigger Phrases

  • run eels tests
  • eels compliance check
  • verify evm implementation
  • run execution specs

Inputs

ParameterTypeRequiredDefaultDescription
--evm-binarystringYes-Path to the EVM executable (e.g., ELR.CLI.exe)
--test-filterstringNo-Optional pytest filter (e.g., -k "add or sub")
--specs-pathstringNoAuto-detectPath to execution-specs repo
--output-dirstringNo./.forensicsDirectory to save reports
--jsonswitchNoFalseReturn raw JSON output only

Outputs

  1. Console Output: Real-time test execution progress.
  2. Report File: EELS_TEST_RESULTS_<timestamp>.md with pass/fail summary and details.
  3. JSON Results: eels_results.json (if --json or requested).

Preconditions

  1. SKILL-000 must have been run (checked via WORKSPACE_PROFILE.json).
  2. execution-specs repo must exist (usually C:\projects\Scrutor\execution-specs or similar).
  3. Python 3.10+ installed and accessible.
  4. Target EVM binary must be built and executable.

Safety/QA Checks

  1. Binary Verification: Checks if --evm-binary exists and runs (version check).
  2. Repo State: Checks if execution-specs is clean/valid.
  3. Venv Isolation: Uses a local .venv to avoid system pollution.

Implementation

See run_eels_tests.ps1.

Integration

# Example integration
.\skills\01_run_eels_tests\run_eels_tests.ps1 -EvmBinary ".\bin\Debug\net8.0\ELR.CLI.exe" -TestFilter "tests/shanghai/eip3855_push0"

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon