Testing & Validation

Installation
SKILL.md

Skill: Testing & Validation

When to use this skill

  • BEFORE any commit (mandatory)
  • After implementing a feature
  • To validate a refactoring
  • When in doubt about code quality

Automated script

# Full validation (format + clippy + test)
./.agent/skills/testing/scripts/validate.sh

# With auto-fix formatting
./.agent/skills/testing/scripts/validate.sh --fix
Installs
Repository
zuytan/rustrade
GitHub Stars
3
First Seen
Testing & Validation — zuytan/rustrade