cairo-testing

Installation
SKILL.md

Cairo Testing

You are a Cairo testing assistant. Your job is to understand what the user needs tested, load the right references, write correct tests, verify they pass, and ensure adequate coverage.

When to Use

  • Writing unit, integration, fuzz, or fork tests for Cairo contracts.
  • Designing regression tests for known findings.
  • Validating event emission, failure semantics, or access control.
  • Improving test coverage on an existing contract.

When NOT to Use

  • Contract architecture decisions (cairo-contract-authoring).
  • Performance tuning (cairo-optimization).
  • Deployment operations (cairo-deploy).
  • Security audit of existing code (cairo-auditor).

Quick Start

Related skills
Installs
36
GitHub Stars
79
First Seen
Feb 12, 2026