sunholo-data

Ailang Test — Testing skill for Claude Code

Testing community

Run AILANG bootstrap plugin tests to verify everything works.

How to install Ailang Test

Installs to ~/.claude/skills/sunholo-data-ailang_bootstrap-ailang-test/SKILL.md

Terminal
mkdir -p ~/.claude/skills/sunholo-data-ailang_bootstrap-ailang-test && curl -fsSL https://raw.githubusercontent.com/sunholo-data/ailang_bootstrap/HEAD/commands/ailang-test.md -o ~/.claude/skills/sunholo-data-ailang_bootstrap-ailang-test/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ailang Test does


description: Run AILANG bootstrap plugin tests to verify everything works

AILANG Plugin Test Suite

Run the full test suite to verify the plugin is working correctly:

./tests/run_tests.sh

What Gets Tested

  1. AILANG CLI - Is ailang installed and working?
  2. Type Checking - Do test programs type-check?
  3. Execution - Do programs produce expected output?
  4. Skills - Are all skills properly structured?
  5. Slash Commands - Do all commands have proper

Alternatives in Testing

  • Test Runner — Run Python tests with pytest, unittest, or other testing frameworks 23.4k ★
  • Paperjury — Pre-submission AI review stress-test for research papers 1k ★
  • Test Fixing — Detect failing tests and propose patches or fixes 475 ★

Full documentation available on GitHub

View Source Repository